@azure/arm-edgezones 1.0.0-alpha.20240925.1 → 1.0.0-alpha.20240926.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 +31 -30
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.20240926.1",
|
|
4
4
|
"description": "Azure Edgezones Service",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -59,55 +59,56 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@azure-rest/core-client": "^2.1.0",
|
|
61
61
|
"@azure/core-auth": "^1.6.0",
|
|
62
|
+
"@azure/core-paging": "^1.5.0",
|
|
62
63
|
"@azure/core-rest-pipeline": "^1.5.0",
|
|
63
64
|
"@azure/logger": "^1.0.0",
|
|
64
|
-
"tslib": "^2.6.2"
|
|
65
|
-
"@azure/core-paging": "^1.5.0"
|
|
65
|
+
"tslib": "^2.6.2"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"
|
|
68
|
+
"@azure-tools/test-credential": "^2.0.0",
|
|
69
|
+
"@azure-tools/test-recorder": "^4.0.0",
|
|
70
|
+
"@azure/core-util": "^1.0.0",
|
|
71
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
72
|
+
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
73
|
+
"@azure/identity": "^4.2.1",
|
|
69
74
|
"@microsoft/api-extractor": "^7.40.3",
|
|
70
75
|
"@types/node": "^18.0.0",
|
|
76
|
+
"@vitest/browser": "^2.0.5",
|
|
77
|
+
"@vitest/coverage-istanbul": "^2.0.5",
|
|
78
|
+
"dotenv": "^16.0.0",
|
|
71
79
|
"eslint": "^9.9.0",
|
|
80
|
+
"mkdirp": "^3.0.1",
|
|
81
|
+
"playwright": "^1.41.2",
|
|
72
82
|
"prettier": "^3.2.5",
|
|
73
83
|
"rimraf": "^5.0.5",
|
|
74
|
-
"mkdirp": "^3.0.1",
|
|
75
84
|
"typescript": "~5.6.2",
|
|
76
|
-
"
|
|
77
|
-
"@azure/identity": "^4.2.1",
|
|
78
|
-
"@vitest/browser": "^2.0.5",
|
|
79
|
-
"@vitest/coverage-istanbul": "^2.0.5",
|
|
80
|
-
"playwright": "^1.41.2",
|
|
81
|
-
"vitest": "^2.0.5",
|
|
82
|
-
"@azure-tools/test-credential": "^2.0.0",
|
|
83
|
-
"@azure-tools/test-recorder": "^4.0.0",
|
|
84
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
85
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb"
|
|
85
|
+
"vitest": "^2.0.5"
|
|
86
86
|
},
|
|
87
87
|
"scripts": {
|
|
88
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
89
|
-
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
90
|
-
"pack": "npm pack 2>&1",
|
|
91
|
-
"lint": "echo skipped",
|
|
92
|
-
"lint:fix": "echo skipped",
|
|
93
|
-
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
94
|
-
"unit-test:browser": "npm run build:test && dev-tool run test:vitest --browser",
|
|
95
|
-
"unit-test:node": "dev-tool run test:vitest",
|
|
96
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
97
|
-
"integration-test:browser": "echo skipped",
|
|
98
|
-
"integration-test:node": "echo skipped",
|
|
99
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",
|
|
100
90
|
"build:samples": "echo skipped",
|
|
91
|
+
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
|
|
101
92
|
"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",
|
|
102
94
|
"execute:samples": "echo skipped",
|
|
95
|
+
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
103
96
|
"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}\"",
|
|
104
97
|
"generate:client": "echo skipped",
|
|
105
|
-
"test
|
|
98
|
+
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
99
|
+
"integration-test:browser": "echo skipped",
|
|
100
|
+
"integration-test:node": "echo skipped",
|
|
101
|
+
"lint": "echo skipped",
|
|
102
|
+
"lint:fix": "echo skipped",
|
|
106
103
|
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
107
|
-
"
|
|
108
|
-
"
|
|
104
|
+
"pack": "npm pack 2>&1",
|
|
105
|
+
"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",
|
|
106
|
+
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
|
|
109
107
|
"test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
|
|
110
|
-
"test": "npm run
|
|
108
|
+
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
109
|
+
"unit-test:browser": "npm run build:test && dev-tool run test:vitest --browser",
|
|
110
|
+
"unit-test:node": "dev-tool run test:vitest",
|
|
111
|
+
"update-snippets": "echo skipped"
|
|
111
112
|
},
|
|
112
113
|
"exports": {
|
|
113
114
|
"./package.json": "./package.json",
|