@azure/arm-edgezones 1.0.0-alpha.20240924.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 +32 -32
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,56 +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/core-util": "^1.0.0",
|
|
78
|
-
"@azure/identity": "^4.2.1",
|
|
79
|
-
"@vitest/browser": "^2.0.5",
|
|
80
|
-
"@vitest/coverage-istanbul": "^2.0.5",
|
|
81
|
-
"playwright": "^1.41.2",
|
|
82
|
-
"vitest": "^2.0.5",
|
|
83
|
-
"@azure-tools/test-credential": "^2.0.0",
|
|
84
|
-
"@azure-tools/test-recorder": "^4.0.0",
|
|
85
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
86
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb"
|
|
85
|
+
"vitest": "^2.0.5"
|
|
87
86
|
},
|
|
88
87
|
"scripts": {
|
|
89
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
90
|
-
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
91
|
-
"pack": "npm pack 2>&1",
|
|
92
|
-
"lint": "echo skipped",
|
|
93
|
-
"lint:fix": "echo skipped",
|
|
94
|
-
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
95
|
-
"unit-test:browser": "npm run build:test && dev-tool run test:vitest --browser",
|
|
96
|
-
"unit-test:node": "dev-tool run test:vitest",
|
|
97
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
98
|
-
"integration-test:browser": "echo skipped",
|
|
99
|
-
"integration-test:node": "echo skipped",
|
|
100
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",
|
|
101
90
|
"build:samples": "echo skipped",
|
|
91
|
+
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
|
|
102
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",
|
|
103
94
|
"execute:samples": "echo skipped",
|
|
95
|
+
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
104
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}\"",
|
|
105
97
|
"generate:client": "echo skipped",
|
|
106
|
-
"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",
|
|
107
103
|
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"test:
|
|
111
|
-
"test": "npm run clean &&
|
|
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",
|
|
107
|
+
"test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
|
|
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"
|
|
112
112
|
},
|
|
113
113
|
"exports": {
|
|
114
114
|
"./package.json": "./package.json",
|