@azure/arm-purestorageblock 1.0.0-alpha.20251009.1 → 1.0.0-alpha.20251013.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-purestorageblock",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251013.1",
|
|
4
4
|
"description": "A generated SDK for BlockClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
]
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@azure/core-util": "^1.11.0",
|
|
73
72
|
"@azure-rest/core-client": "^2.1.0",
|
|
74
73
|
"@azure/abort-controller": "^2.1.2",
|
|
75
74
|
"@azure/core-auth": "^1.9.0",
|
|
76
75
|
"@azure/core-lro": "^3.0.0",
|
|
77
76
|
"@azure/core-rest-pipeline": "^1.18.2",
|
|
77
|
+
"@azure/core-util": "^1.11.0",
|
|
78
78
|
"@azure/logger": "^1.1.4",
|
|
79
79
|
"tslib": "^2.8.1"
|
|
80
80
|
},
|
|
@@ -83,16 +83,20 @@
|
|
|
83
83
|
"@types/node": "^20.19.0",
|
|
84
84
|
"@vitest/browser": "^3.2.3",
|
|
85
85
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
86
|
+
"cross-env": "^7.0.3",
|
|
86
87
|
"dotenv": "^16.0.0",
|
|
87
88
|
"eslint": "^9.33.0",
|
|
88
89
|
"playwright": "^1.50.1",
|
|
90
|
+
"prettier": "^3.6.2",
|
|
91
|
+
"rimraf": "^6.0.1",
|
|
92
|
+
"tshy": "^3.0.0",
|
|
89
93
|
"typescript": "~5.9.3",
|
|
90
94
|
"vitest": "^3.2.3",
|
|
91
95
|
"@azure-tools/test-credential": "^2.1.2",
|
|
92
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
93
96
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
94
97
|
"@azure/dev-tool": "^1.0.0",
|
|
95
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
98
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
99
|
+
"@azure-tools/test-recorder": "^4.1.1"
|
|
96
100
|
},
|
|
97
101
|
"//sampleConfiguration": {
|
|
98
102
|
"productName": "@azure/arm-purestorageblock",
|
|
@@ -291,11 +295,11 @@
|
|
|
291
295
|
"scripts": {
|
|
292
296
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
293
297
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
294
|
-
"check-format": "
|
|
295
|
-
"clean": "
|
|
298
|
+
"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\"",
|
|
299
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
296
300
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
297
|
-
"extract-api": "
|
|
298
|
-
"format": "
|
|
301
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
302
|
+
"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
303
|
"generate:client": "echo skipped",
|
|
300
304
|
"lint": "echo skipped",
|
|
301
305
|
"lint:fix": "echo skipped",
|