@azure/arm-edgezones 1.0.0-alpha.20251010.1 → 1.0.0-alpha.20251014.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.20251014.1",
|
|
4
4
|
"description": "A generated SDK for EdgeZonesClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -69,16 +69,20 @@
|
|
|
69
69
|
"@types/node": "^20.19.0",
|
|
70
70
|
"@vitest/browser": "^3.2.3",
|
|
71
71
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
72
|
+
"cross-env": "^7.0.3",
|
|
72
73
|
"dotenv": "^16.0.0",
|
|
73
74
|
"eslint": "^9.33.0",
|
|
74
75
|
"playwright": "^1.50.1",
|
|
76
|
+
"prettier": "^3.6.2",
|
|
77
|
+
"rimraf": "^6.0.1",
|
|
78
|
+
"tshy": "^3.0.0",
|
|
75
79
|
"typescript": "~5.9.3",
|
|
76
80
|
"vitest": "^3.2.3",
|
|
77
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
78
81
|
"@azure-tools/test-credential": "^2.1.2",
|
|
82
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
83
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
79
84
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
80
|
-
"@azure/dev-tool": "^1.0.0"
|
|
81
|
-
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
85
|
+
"@azure/dev-tool": "^1.0.0"
|
|
82
86
|
},
|
|
83
87
|
"exports": {
|
|
84
88
|
"./package.json": "./package.json",
|
|
@@ -127,11 +131,11 @@
|
|
|
127
131
|
"scripts": {
|
|
128
132
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
129
133
|
"build:samples": "echo Skipped.",
|
|
130
|
-
"check-format": "
|
|
131
|
-
"clean": "
|
|
134
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
135
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
132
136
|
"execute:samples": "echo skipped",
|
|
133
|
-
"extract-api": "
|
|
134
|
-
"format": "
|
|
137
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
138
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
135
139
|
"generate:client": "echo skipped",
|
|
136
140
|
"lint": "echo skipped",
|
|
137
141
|
"lint:fix": "echo skipped",
|