@azure/opentelemetry-instrumentation-azure-sdk 1.0.0-alpha.20250407.1 → 1.0.0-alpha.20250416.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/opentelemetry-instrumentation-azure-sdk",
3
- "version": "1.0.0-alpha.20250407.1",
3
+ "version": "1.0.0-alpha.20250416.1",
4
4
  "description": "Instrumentation client for the Azure SDK.",
5
5
  "sdk-type": "client",
6
6
  "type": "module",
@@ -33,7 +33,7 @@
33
33
  "lint": "eslint package.json api-extractor.json README.md src test",
34
34
  "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
35
35
  "pack": "npm pack 2>&1",
36
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
36
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
37
37
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
38
38
  "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
39
39
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",