@azure/arm-edgezones 1.0.0-alpha.20250808.1 → 1.0.0-alpha.20250825.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.20250825.1",
|
|
4
4
|
"description": "A generated SDK for EdgeZonesClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -65,38 +65,20 @@
|
|
|
65
65
|
"tslib": "^2.8.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@azure
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
72
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
73
|
-
"@azure/identity": "^4.6.0",
|
|
74
|
-
"@types/node": "^20.0.0",
|
|
75
|
-
"@vitest/browser": "^3.0.9",
|
|
76
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
68
|
+
"@azure/identity": "4.11.1",
|
|
69
|
+
"@types/node": "^20.19.0",
|
|
70
|
+
"@vitest/browser": "^3.2.3",
|
|
71
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
77
72
|
"dotenv": "^16.0.0",
|
|
78
|
-
"eslint": "^9.
|
|
73
|
+
"eslint": "^9.33.0",
|
|
79
74
|
"playwright": "^1.50.1",
|
|
80
|
-
"typescript": "~5.8.
|
|
81
|
-
"vitest": "^3.
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
88
|
-
"execute:samples": "echo skipped",
|
|
89
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
90
|
-
"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}\" ",
|
|
91
|
-
"generate:client": "echo skipped",
|
|
92
|
-
"lint": "echo skipped",
|
|
93
|
-
"lint:fix": "echo skipped",
|
|
94
|
-
"pack": "npm pack 2>&1",
|
|
95
|
-
"test": "npm run test:node && npm run test:browser",
|
|
96
|
-
"test:browser": "echo skipped",
|
|
97
|
-
"test:node": "dev-tool run test:vitest",
|
|
98
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
99
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
75
|
+
"typescript": "~5.8.3",
|
|
76
|
+
"vitest": "^3.2.3",
|
|
77
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
78
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
79
|
+
"@azure/dev-tool": "^1.0.0",
|
|
80
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
81
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
100
82
|
},
|
|
101
83
|
"exports": {
|
|
102
84
|
"./package.json": "./package.json",
|
|
@@ -141,5 +123,22 @@
|
|
|
141
123
|
"types": "./dist/commonjs/index.d.ts",
|
|
142
124
|
"module": "./dist/esm/index.js",
|
|
143
125
|
"browser": "./dist/browser/index.js",
|
|
144
|
-
"react-native": "./dist/react-native/index.js"
|
|
145
|
-
|
|
126
|
+
"react-native": "./dist/react-native/index.js",
|
|
127
|
+
"scripts": {
|
|
128
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
129
|
+
"build:samples": "echo Skipped.",
|
|
130
|
+
"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}\" ",
|
|
131
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
132
|
+
"execute:samples": "echo skipped",
|
|
133
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
134
|
+
"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}\" ",
|
|
135
|
+
"generate:client": "echo skipped",
|
|
136
|
+
"lint": "echo skipped",
|
|
137
|
+
"lint:fix": "echo skipped",
|
|
138
|
+
"pack": "pnpm pack 2>&1",
|
|
139
|
+
"test": "npm run test:node && npm run test:browser",
|
|
140
|
+
"test:browser": "echo skipped",
|
|
141
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
142
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
143
|
+
}
|
|
144
|
+
}
|