Skip to content

Commit c260e26

Browse files
authored
chore(propagator-aws-xray): update npm scripts to align with other pkgs in contrib repo (open-telemetry#2501)
Also drop the cross-var dep, now unused.
1 parent 9a20e15 commit c260e26

File tree

9 files changed

+2
-2473
lines changed

9 files changed

+2
-2473
lines changed

metapackages/auto-instrumentations-web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"assert": "2.0.0",
4646
"babel-loader": "8.3.0",
4747
"babel-plugin-istanbul": "7.0.0",
48-
"cross-var": "1.1.0",
4948
"karma": "6.4.4",
5049
"karma-chrome-launcher": "3.1.0",
5150
"karma-coverage": "2.2.1",

package-lock.json

Lines changed: 0 additions & 2461 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opentelemetry-id-generator-aws-xray/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"assert": "2.0.0",
6262
"babel-loader": "8.3.0",
6363
"babel-plugin-istanbul": "7.0.0",
64-
"cross-var": "1.1.0",
6564
"karma": "6.4.4",
6665
"karma-chrome-launcher": "3.1.0",
6766
"karma-coverage": "2.2.1",

plugins/web/opentelemetry-instrumentation-long-task/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"assert": "2.0.0",
6262
"babel-loader": "8.3.0",
6363
"babel-plugin-istanbul": "7.0.0",
64-
"cross-var": "1.1.0",
6564
"karma": "6.4.4",
6665
"karma-chrome-launcher": "3.1.0",
6766
"karma-coverage": "2.2.1",

plugins/web/opentelemetry-instrumentation-user-interaction/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"assert": "2.0.0",
6464
"babel-loader": "8.3.0",
6565
"babel-plugin-istanbul": "7.0.0",
66-
"cross-var": "1.1.0",
6766
"karma": "6.4.4",
6867
"karma-chrome-launcher": "3.1.0",
6968
"karma-coverage": "2.2.1",

propagators/opentelemetry-propagator-instana/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"assert": "2.0.0",
5858
"babel-loader": "8.3.0",
5959
"babel-plugin-istanbul": "7.0.0",
60-
"cross-var": "1.1.0",
6160
"karma": "6.4.4",
6261
"karma-chrome-launcher": "3.1.0",
6362
"karma-coverage": "2.2.1",

propagators/opentelemetry-propagator-ot-trace/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"assert": "2.0.0",
5858
"babel-loader": "8.3.0",
5959
"babel-plugin-istanbul": "7.0.0",
60-
"cross-var": "1.1.0",
6160
"karma": "6.4.4",
6261
"karma-chrome-launcher": "3.1.0",
6362
"karma-coverage": "2.2.1",

propagators/propagator-aws-xray-lambda/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"@types/sinon": "10.0.20",
5252
"babel-loader": "8.3.0",
5353
"babel-plugin-istanbul": "7.0.0",
54-
"cross-var": "1.1.0",
5554
"lerna": "6.6.2",
5655
"nyc": "15.1.0",
5756
"sinon": "15.1.2",

propagators/propagator-aws-xray/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@
1919
"lint:fix": "eslint . --ext .ts --fix",
2020
"version": "node ../../scripts/version-update.js",
2121
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
22-
"precompile": "cross-var lerna run version --scope $npm_package_name --include-dependencies",
23-
"prewatch": "npm run precompile",
24-
"peer-api-check": "node ../../scripts/peer-api-check.js",
25-
"align-api-deps": "node ../../scripts/align-api-deps.js"
22+
"precompile": "lerna run version --scope @opentelemetry/propagator-aws-xray --include-dependencies",
23+
"prewatch": "npm run precompile"
2624
},
2725
"keywords": [
2826
"opentelemetry",
@@ -64,7 +62,6 @@
6462
"@types/webpack-env": "1.16.3",
6563
"babel-loader": "8.3.0",
6664
"babel-plugin-istanbul": "7.0.0",
67-
"cross-var": "1.1.0",
6865
"karma": "6.4.4",
6966
"karma-chrome-launcher": "3.1.0",
7067
"karma-coverage": "2.2.1",

0 commit comments

Comments
 (0)