@azure/arm-dependencymap 1.0.0-alpha.20251013.1 → 1.0.0-alpha.20251015.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-dependencymap",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251015.1",
|
|
4
4
|
"description": "A generated SDK for DependencyMapClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -76,13 +76,17 @@
|
|
|
76
76
|
"@types/node": "^20.19.0",
|
|
77
77
|
"@vitest/browser": "^3.2.3",
|
|
78
78
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
79
|
+
"cross-env": "^7.0.3",
|
|
79
80
|
"dotenv": "^16.0.0",
|
|
80
81
|
"eslint": "^9.33.0",
|
|
81
82
|
"playwright": "^1.50.1",
|
|
83
|
+
"prettier": "^3.6.2",
|
|
84
|
+
"rimraf": "^6.0.1",
|
|
85
|
+
"tshy": "^3.0.0",
|
|
82
86
|
"typescript": "~5.9.3",
|
|
83
87
|
"vitest": "^3.2.3",
|
|
84
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
85
88
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
89
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
86
90
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
87
91
|
"@azure/dev-tool": "^1.0.0",
|
|
88
92
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
@@ -214,11 +218,11 @@
|
|
|
214
218
|
"scripts": {
|
|
215
219
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
216
220
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
217
|
-
"check-format": "
|
|
218
|
-
"clean": "
|
|
221
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
222
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
219
223
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
220
|
-
"extract-api": "
|
|
221
|
-
"format": "
|
|
224
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
225
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
222
226
|
"generate:client": "echo skipped",
|
|
223
227
|
"lint": "echo skipped",
|
|
224
228
|
"lint:fix": "echo skipped",
|