@azure/arm-edgezones 1.0.0-alpha.20250505.1 → 1.0.0-alpha.20250506.2
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 +5 -12
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.20250506.2",
|
|
4
4
|
"description": "A generated SDK for EdgeZonesClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -83,26 +83,19 @@
|
|
|
83
83
|
"scripts": {
|
|
84
84
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
85
85
|
"build:samples": "echo skipped",
|
|
86
|
-
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
|
|
87
86
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
88
87
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
89
88
|
"execute:samples": "echo skipped",
|
|
90
89
|
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
91
90
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
92
91
|
"generate:client": "echo skipped",
|
|
93
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
94
|
-
"integration-test:browser": "echo skipped",
|
|
95
|
-
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
96
92
|
"lint": "echo skipped",
|
|
97
93
|
"lint:fix": "echo skipped",
|
|
98
|
-
"minify": "echo skipped",
|
|
99
94
|
"pack": "npm pack 2>&1",
|
|
100
|
-
"test": "npm run
|
|
101
|
-
"test:browser": "
|
|
102
|
-
"test:node": "
|
|
103
|
-
"
|
|
104
|
-
"unit-test:browser": "echo skipped",
|
|
105
|
-
"unit-test:node": "dev-tool run test:vitest",
|
|
95
|
+
"test": "npm run test:node && npm run test:browser",
|
|
96
|
+
"test:browser": "echo skipped",
|
|
97
|
+
"test:node": "dev-tool run test:vitest",
|
|
98
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
106
99
|
"update-snippets": "dev-tool run update-snippets"
|
|
107
100
|
},
|
|
108
101
|
"exports": {
|