Skip to content

Commit

Permalink
chore(propagator-aws-xray): update npm scripts to align with other pk…
Browse files Browse the repository at this point in the history
…gs in contrib repo (#2501)

Also drop the cross-var dep, now unused.
  • Loading branch information
trentm authored Oct 31, 2024
1 parent 9a20e15 commit c260e26
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2,473 deletions.
1 change: 0 additions & 1 deletion metapackages/auto-instrumentations-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"assert": "2.0.0",
"babel-loader": "8.3.0",
"babel-plugin-istanbul": "7.0.0",
"cross-var": "1.1.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.2.1",
Expand Down
2,461 changes: 0 additions & 2,461 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/opentelemetry-id-generator-aws-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"assert": "2.0.0",
"babel-loader": "8.3.0",
"babel-plugin-istanbul": "7.0.0",
"cross-var": "1.1.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"assert": "2.0.0",
"babel-loader": "8.3.0",
"babel-plugin-istanbul": "7.0.0",
"cross-var": "1.1.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"assert": "2.0.0",
"babel-loader": "8.3.0",
"babel-plugin-istanbul": "7.0.0",
"cross-var": "1.1.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.2.1",
Expand Down
1 change: 0 additions & 1 deletion propagators/opentelemetry-propagator-instana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"assert": "2.0.0",
"babel-loader": "8.3.0",
"babel-plugin-istanbul": "7.0.0",
"cross-var": "1.1.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.2.1",
Expand Down
1 change: 0 additions & 1 deletion propagators/opentelemetry-propagator-ot-trace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"assert": "2.0.0",
"babel-loader": "8.3.0",
"babel-plugin-istanbul": "7.0.0",
"cross-var": "1.1.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.2.1",
Expand Down
1 change: 0 additions & 1 deletion propagators/propagator-aws-xray-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@types/sinon": "10.0.20",
"babel-loader": "8.3.0",
"babel-plugin-istanbul": "7.0.0",
"cross-var": "1.1.0",
"lerna": "6.6.2",
"nyc": "15.1.0",
"sinon": "15.1.2",
Expand Down
7 changes: 2 additions & 5 deletions propagators/propagator-aws-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
"lint:fix": "eslint . --ext .ts --fix",
"version": "node ../../scripts/version-update.js",
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"precompile": "cross-var lerna run version --scope $npm_package_name --include-dependencies",
"prewatch": "npm run precompile",
"peer-api-check": "node ../../scripts/peer-api-check.js",
"align-api-deps": "node ../../scripts/align-api-deps.js"
"precompile": "lerna run version --scope @opentelemetry/propagator-aws-xray --include-dependencies",
"prewatch": "npm run precompile"
},
"keywords": [
"opentelemetry",
Expand Down Expand Up @@ -64,7 +62,6 @@
"@types/webpack-env": "1.16.3",
"babel-loader": "8.3.0",
"babel-plugin-istanbul": "7.0.0",
"cross-var": "1.1.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.2.1",
Expand Down

0 comments on commit c260e26

Please sign in to comment.