Skip to content

Commit

Permalink
Merge branch 'main' into fix/version-mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
llc1123 authored Jun 8, 2023
2 parents 8824f19 + a2ff4b6 commit 5c6747f
Show file tree
Hide file tree
Showing 51 changed files with 67 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: |
package-lock.json
packages/*/package-lock.json
backwards-compatability/*/package-lock.json
backwards-compatibility/*/package-lock.json
metapackages/*/package-lock.json
packages/*/package-lock.json
integration-tests/*/package-lock.json
Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"memfs": "3.4.9",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "backcompat-node14",
"version": "0.40.0",
"private": true,
"description": "Backwards compatability app for node 14 types and the OpenTelemetry Node.js SDK",
"description": "Backwards compatibility app for node 14 types and the OpenTelemetry Node.js SDK",
"main": "index.js",
"scripts": {
"test:backcompat": "tsc --noEmit index.ts && tsc --noEmit --esModuleInterop index.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "backcompat-node16",
"version": "0.40.0",
"private": true,
"description": "Backwards compatability app for node 16 types and the OpenTelemetry Node.js SDK",
"description": "Backwards compatibility app for node 16 types and the OpenTelemetry Node.js SDK",
"main": "index.js",
"scripts": {
"test:backcompat": "tsc --noEmit index.ts && tsc --noEmit --esModuleInterop index.ts",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/api-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"ts-loader": "8.4.0",
"ts-mocha": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/api-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"ts-loader": "8.4.0",
"ts-mocha": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/exporter-logs-otlp-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"cpx": "1.5.0",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/exporter-logs-otlp-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"cpx": "1.5.0",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"cpx": "1.5.0",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"cpx": "1.5.0",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"devDependencies": {
"@babel/core": "7.16.0",
"@opentelemetry/api": "1.4.1",
"@types/mocha": "10.0.0",
"@types/mocha": "10.0.1",
"@types/node": "18.6.5",
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"cpx": "1.5.0",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"cpx": "1.5.0",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/node": "18.6.5",
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-mocha": "10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"grpc": "1.24.11",
"mocha": "10.0.0",
"mocha": "10.2.0",
"node-pre-gyp": "0.17.0",
"nyc": "15.1.0",
"semver": "7.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/superagent": "4.1.13",
"axios": "1.4.0",
"codecov": "3.8.3",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nock": "13.0.11",
"nyc": "15.1.0",
"request": "2.88.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/opentelemetry-sdk-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"istanbul-instrumenter-loader": "3.0.1",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"semver": "7.5.1",
"sinon": "15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/otlp-exporter-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"istanbul-instrumenter-loader": "3.0.1",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nock": "13.0.11",
"nyc": "15.1.0",
"sinon": "15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/otlp-grpc-exporter-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"cpx": "1.5.0",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"protobufjs-cli": "1.0.2",
"sinon": "15.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/node": "18.6.5",
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"protobufjs-cli": "1.0.2",
"sinon": "15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/otlp-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"ts-loader": "8.4.0",
"ts-mocha": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/sdk-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-mocha": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/shim-opencensus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/node": "18.6.5",
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-mocha": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packages/*",
"experimental/packages/*",
"experimental/examples/*",
"experimental/backwards-compatability/*",
"experimental/backwards-compatibility/*",
"integration-tests/*",
"selenium-tests",
"examples/otlp-exporter-node",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-context-async-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/mocha": "10.0.0",
"@types/node": "18.6.5",
"codecov": "3.8.3",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-context-zone-peer-dep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-context-zone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"lerna": "6.0.3",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-exporter-jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/node": "18.6.5",
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nock": "13.0.11",
"nyc": "15.1.0",
"sinon": "15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-exporter-zipkin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nock": "13.0.11",
"nyc": "15.1.0",
"sinon": "15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-propagator-b3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/node": "18.6.5",
"codecov": "3.8.3",
"istanbul-instrumenter-loader": "3.0.1",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"ts-loader": "8.4.0",
"ts-mocha": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-propagator-jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"karma-mocha-webworker": "1.3.0",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nock": "13.0.11",
"nyc": "15.1.0",
"sinon": "15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-sdk-trace-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"karma-mocha-webworker": "1.3.0",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-sdk-trace-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/semver": "7.3.9",
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-mocha": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-sdk-trace-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"karma-mocha-webworker": "1.3.0",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-semantic-conventions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/node": "18.6.5",
"@types/sinon": "10.0.13",
"codecov": "3.8.3",
"mocha": "10.0.0",
"mocha": "10.2.0",
"nock": "13.0.11",
"nyc": "15.1.0",
"sinon": "15.0.0",
Expand Down
Loading

0 comments on commit 5c6747f

Please sign in to comment.