@azure/arm-dashboard 2.0.0-alpha.20251010.1 → 2.0.0-alpha.20251014.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-dashboard",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.20251014.1",
|
|
4
4
|
"description": "A generated SDK for DashboardManagementClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -67,30 +67,34 @@
|
|
|
67
67
|
]
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@azure/core-util": "^1.12.0",
|
|
71
70
|
"@azure-rest/core-client": "^2.3.1",
|
|
72
71
|
"@azure/abort-controller": "^2.1.2",
|
|
73
72
|
"@azure/core-auth": "^1.9.0",
|
|
74
73
|
"@azure/core-lro": "^3.1.0",
|
|
75
74
|
"@azure/core-rest-pipeline": "^1.20.0",
|
|
75
|
+
"@azure/core-util": "^1.12.0",
|
|
76
76
|
"@azure/logger": "^1.2.0",
|
|
77
77
|
"tslib": "^2.8.1"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@azure/identity": "4.11.1",
|
|
81
81
|
"@types/node": "^20.19.0",
|
|
82
|
-
"eslint": "^9.33.0",
|
|
83
82
|
"@vitest/browser": "^3.2.3",
|
|
84
83
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
84
|
+
"cross-env": "^7.0.3",
|
|
85
85
|
"dotenv": "^16.0.0",
|
|
86
|
+
"eslint": "^9.33.0",
|
|
86
87
|
"playwright": "^1.50.1",
|
|
88
|
+
"prettier": "^3.6.2",
|
|
89
|
+
"rimraf": "^6.0.1",
|
|
90
|
+
"tshy": "^3.0.0",
|
|
87
91
|
"typescript": "~5.9.3",
|
|
88
92
|
"vitest": "^3.2.3",
|
|
89
|
-
"@azure-tools/test-
|
|
93
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
90
94
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
91
|
-
"@azure/
|
|
95
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
92
96
|
"@azure/dev-tool": "^1.0.0",
|
|
93
|
-
"@azure
|
|
97
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
94
98
|
},
|
|
95
99
|
"//sampleConfiguration": {
|
|
96
100
|
"productName": "@azure/arm-dashboard",
|
|
@@ -287,20 +291,20 @@
|
|
|
287
291
|
"types": "./dist/commonjs/index.d.ts",
|
|
288
292
|
"module": "./dist/esm/index.js",
|
|
289
293
|
"scripts": {
|
|
290
|
-
"
|
|
291
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
292
|
-
"pack": "pnpm pack 2>&1",
|
|
293
|
-
"lint": "echo skipped",
|
|
294
|
-
"lint:fix": "echo skipped",
|
|
294
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
295
295
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
296
|
-
"check-format": "
|
|
296
|
+
"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\"",
|
|
297
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
297
298
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
298
|
-
"
|
|
299
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
300
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
299
301
|
"generate:client": "echo skipped",
|
|
302
|
+
"lint": "echo skipped",
|
|
303
|
+
"lint:fix": "echo skipped",
|
|
304
|
+
"pack": "pnpm pack 2>&1",
|
|
305
|
+
"test": "npm run test:node && npm run test:browser",
|
|
300
306
|
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
301
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
302
307
|
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
303
|
-
"test": "npm run test:node && npm run test:browser",
|
|
304
308
|
"update-snippets": "dev-tool run update-snippets"
|
|
305
309
|
}
|
|
306
310
|
}
|