@azure/arm-standbypool 1.0.2-alpha.20250409.1 → 1.0.2-alpha.20250417.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-standbypool",
3
- "version": "1.0.2-alpha.20250409.1",
3
+ "version": "1.0.2-alpha.20250417.1",
4
4
  "description": "A generated SDK for StandbyPoolClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -98,9 +98,9 @@
98
98
  "integration-test:node": "dev-tool run test:vitest --esm",
99
99
  "lint": "echo skipped",
100
100
  "lint:fix": "echo skipped",
101
- "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
101
+ "minify": "echo skipped",
102
102
  "pack": "npm pack 2>&1",
103
- "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",
103
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
104
104
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
105
105
  "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
106
106
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",