@azure/arm-edgezones 1.0.0-alpha.20250120.1 → 1.0.0-alpha.20250122.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 +6 -6
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.20250122.1",
|
|
4
4
|
"description": "A generated SDK for EdgeZonesClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"typescript": "~5.7.2",
|
|
72
72
|
"tshy": "^2.0.0",
|
|
73
73
|
"@azure/identity": "^4.2.1",
|
|
74
|
-
"@vitest/browser": "^
|
|
75
|
-
"@vitest/coverage-istanbul": "^
|
|
74
|
+
"@vitest/browser": "^3.0.3",
|
|
75
|
+
"@vitest/coverage-istanbul": "^3.0.3",
|
|
76
76
|
"playwright": "^1.41.2",
|
|
77
|
-
"vitest": "^
|
|
77
|
+
"vitest": "^3.0.3",
|
|
78
78
|
"@azure-tools/test-credential": "^2.0.0",
|
|
79
79
|
"@azure-tools/test-recorder": "^4.0.0",
|
|
80
80
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
85
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run
|
|
85
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
86
86
|
"pack": "npm pack 2>&1",
|
|
87
87
|
"lint": "echo skipped",
|
|
88
88
|
"lint:fix": "echo skipped",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
|
|
101
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",
|
|
102
102
|
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
|
|
103
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run
|
|
103
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
104
104
|
"test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
|
|
105
105
|
"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",
|
|
106
106
|
"update-snippets": "echo skipped"
|