@azure/arm-edgezones 1.0.0-alpha.20250822.1 → 1.0.0-alpha.20250826.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.20250826.1",
|
|
4
4
|
"description": "A generated SDK for EdgeZonesClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
"playwright": "^1.50.1",
|
|
75
75
|
"typescript": "~5.8.3",
|
|
76
76
|
"vitest": "^3.2.3",
|
|
77
|
-
"@azure-tools/test-credential": "^2.1.
|
|
78
|
-
"@azure-tools/test-
|
|
79
|
-
"@azure-tools/test-
|
|
80
|
-
"@azure/
|
|
81
|
-
"@azure/
|
|
77
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
78
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
79
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
80
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
81
|
+
"@azure/dev-tool": "^1.0.0"
|
|
82
82
|
},
|
|
83
83
|
"exports": {
|
|
84
84
|
"./package.json": "./package.json",
|
|
@@ -138,8 +138,7 @@
|
|
|
138
138
|
"pack": "pnpm pack 2>&1",
|
|
139
139
|
"test": "npm run test:node && npm run test:browser",
|
|
140
140
|
"test:browser": "echo skipped",
|
|
141
|
-
"test:node": "dev-tool run test:vitest",
|
|
142
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
141
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
143
142
|
"update-snippets": "dev-tool run update-snippets"
|
|
144
143
|
}
|
|
145
144
|
}
|