@azure/arm-edgezones 1.0.0-alpha.20240920.1 → 1.0.0-alpha.20240925.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 +5 -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.20240925.1",
|
|
4
4
|
"description": "Azure Edgezones Service",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"rimraf": "^5.0.5",
|
|
74
74
|
"mkdirp": "^3.0.1",
|
|
75
75
|
"typescript": "~5.6.2",
|
|
76
|
-
"tshy": "^2.0.0",
|
|
77
76
|
"@azure/core-util": "^1.0.0",
|
|
78
77
|
"@azure/identity": "^4.2.1",
|
|
79
78
|
"@vitest/browser": "^2.0.5",
|
|
@@ -105,10 +104,10 @@
|
|
|
105
104
|
"generate:client": "echo skipped",
|
|
106
105
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
|
|
107
106
|
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
108
|
-
"build:test": "npm run clean &&
|
|
109
|
-
"build": "npm run clean &&
|
|
110
|
-
"test:node": "npm run clean &&
|
|
111
|
-
"test": "npm run clean &&
|
|
107
|
+
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
|
|
108
|
+
"build": "npm run clean && dev-tool run build-package && mkdirp ./review && dev-tool run extract-api",
|
|
109
|
+
"test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
|
|
110
|
+
"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"
|
|
112
111
|
},
|
|
113
112
|
"exports": {
|
|
114
113
|
"./package.json": "./package.json",
|