@azure/arm-edgezones 1.0.0-alpha.20241022.1 → 1.0.0-alpha.20241024.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 -8
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.20241024.1",
|
|
4
4
|
"description": "Azure Edgezones Service",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -71,28 +71,25 @@
|
|
|
71
71
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
72
72
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
73
73
|
"@azure/identity": "^4.2.1",
|
|
74
|
-
"@microsoft/api-extractor": "^7.40.3",
|
|
75
74
|
"@types/node": "^18.0.0",
|
|
76
75
|
"@vitest/browser": "^2.0.5",
|
|
77
76
|
"@vitest/coverage-istanbul": "^2.0.5",
|
|
78
77
|
"dotenv": "^16.0.0",
|
|
79
78
|
"eslint": "^9.9.0",
|
|
80
|
-
"mkdirp": "^3.0.1",
|
|
81
79
|
"playwright": "^1.41.2",
|
|
82
80
|
"prettier": "^3.2.5",
|
|
83
|
-
"rimraf": "^5.0.5",
|
|
84
81
|
"typescript": "~5.6.2",
|
|
85
82
|
"vitest": "^2.0.5"
|
|
86
83
|
},
|
|
87
84
|
"scripts": {
|
|
88
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
89
|
-
"build": "npm run clean && dev-tool run build-package && mkdirp ./review && dev-tool run extract-api",
|
|
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
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
90
87
|
"build:samples": "echo skipped",
|
|
91
88
|
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
|
|
92
89
|
"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}\"",
|
|
93
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
90
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
94
91
|
"execute:samples": "echo skipped",
|
|
95
|
-
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
92
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
96
93
|
"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}\"",
|
|
97
94
|
"generate:client": "echo skipped",
|
|
98
95
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|