@azure/arm-edgezones 1.0.0-alpha.20241023.1 → 1.0.0-alpha.20241025.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 +1 -2
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.20241025.1",
|
|
4
4
|
"description": "Azure Edgezones Service",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
"vitest": "^2.0.5"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
|
-
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
86
85
|
"build": "npm run clean && dev-tool run build-package && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
87
86
|
"build:samples": "echo skipped",
|
|
88
87
|
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
|