@azure/arm-edgezones 1.0.0-alpha.20250409.1 → 1.0.0-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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-edgezones",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250417.1",
|
|
4
4
|
"description": "A generated SDK for EdgeZonesClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
96
96
|
"lint": "echo skipped",
|
|
97
97
|
"lint:fix": "echo skipped",
|
|
98
|
-
"minify": "
|
|
98
|
+
"minify": "echo skipped",
|
|
99
99
|
"pack": "npm pack 2>&1",
|
|
100
|
-
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node &&
|
|
100
|
+
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
|
|
101
101
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
|
|
102
102
|
"test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
|
|
103
103
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|