@azure/arm-purestorageblock 1.0.0-alpha.20251118.1 → 1.0.0-alpha.20251119.2
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 +5 -5
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.20251119.2",
|
|
4
4
|
"description": "A generated SDK for BlockClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"tslib": "^2.8.1"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@azure/identity": "4.
|
|
82
|
+
"@azure/identity": "4.13.0",
|
|
83
83
|
"@types/node": "^20.19.25",
|
|
84
84
|
"@vitest/browser-playwright": "^4.0.8",
|
|
85
85
|
"@vitest/coverage-istanbul": "^4.0.8",
|
|
@@ -92,11 +92,11 @@
|
|
|
92
92
|
"tshy": "^3.0.3",
|
|
93
93
|
"typescript": "~5.9.3",
|
|
94
94
|
"vitest": "^4.0.8",
|
|
95
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
95
96
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
96
97
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
97
|
-
"@azure/dev-tool": "^1.0.0",
|
|
98
98
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
99
|
-
"@azure
|
|
99
|
+
"@azure/dev-tool": "^1.0.0"
|
|
100
100
|
},
|
|
101
101
|
"//sampleConfiguration": {
|
|
102
102
|
"productName": "@azure/arm-purestorageblock",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"module": "./dist/esm/index.js",
|
|
295
295
|
"scripts": {
|
|
296
296
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
297
|
-
"build:samples": "tsc -p tsconfig.samples.json",
|
|
297
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
298
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
299
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
300
300
|
"execute:samples": "dev-tool samples run samples-dev",
|