Skip to content

Commit

Permalink
Merge branch 'main' into feature/config-links-amqp-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
McSick authored Mar 6, 2024
2 parents 96db167 + ff40cc8 commit 468f1dd
Show file tree
Hide file tree
Showing 25 changed files with 76 additions and 76 deletions.
104 changes: 52 additions & 52 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/node/instrumentation-amqplib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"sinon": "15.2.0",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"rimraf": "5.0.5",
"semver": "7.5.4",
"sinon": "15.2.0",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-dataloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-lru-memoizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"mongoose": "6.12.3",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rimraf": "5.0.5",
"socket.io": "^4.1.3",
"socket.io-client": "^4.1.3",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-tedious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"tedious": "15.1.3",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"semver": "^7.5.4",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const DEFAULT_CONFIG: GraphQLInstrumentationConfig = {
ignoreResolveSpans: false,
};

const supportedVersions = ['>=14'];
const supportedVersions = ['>=14 <17'];

export class GraphQLInstrumentation extends InstrumentationBase {
constructor(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"mongodb": "3.6.11",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"semver": "7.5.4",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"rxjs": "7.8.1",
"rxjs-compat": "6.6.7",
"semver": "7.5.4",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-instrumentation-pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"rimraf": "5.0.5",
"safe-stable-stringify": "^2.4.1",
"sinon": "15.2.0",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "5.0.5",
"semver": "7.5.4",
"sinon": "15.2.0",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"nyc": "15.1.0",
"redis": "4.1.0",
"rimraf": "5.0.5",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"nyc": "15.1.0",
"redis": "3.1.2",
"rimraf": "5.0.5",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "6.0.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4",
"winston": "3.3.3",
Expand Down

0 comments on commit 468f1dd

Please sign in to comment.