@azure/arm-edgezones 1.0.0-alpha.20241029.1 → 1.0.0-alpha.20241031.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/arm-edgezones",
3
- "version": "1.0.0-alpha.20241029.1",
3
+ "version": "1.0.0-alpha.20241031.1",
4
4
  "description": "Azure Edgezones Service",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -96,7 +96,7 @@
96
96
  "integration-test:node": "echo skipped",
97
97
  "lint": "echo skipped",
98
98
  "lint:fix": "echo skipped",
99
- "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
99
+ "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
100
100
  "pack": "npm pack 2>&1",
101
101
  "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",
102
102
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",