@azure/arm-storage 19.1.0-alpha.20251104.1 → 19.1.0-alpha.20251106.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 +21 -21
package/package.json
CHANGED
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for StorageManagementClient.",
|
|
6
|
-
"version": "19.1.0-alpha.
|
|
6
|
+
"version": "19.1.0-alpha.20251106.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@azure/core-lro": "^2.5.4",
|
|
12
11
|
"@azure/abort-controller": ">=2.1.3-alpha <2.1.3-alphb",
|
|
13
|
-
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
14
|
-
"@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
|
|
15
12
|
"@azure/core-auth": ">=1.10.2-alpha <1.10.2-alphb",
|
|
13
|
+
"@azure/core-client": ">=1.10.2-alpha <1.10.2-alphb",
|
|
14
|
+
"@azure/core-lro": "^2.5.4",
|
|
15
|
+
"@azure/core-paging": ">=1.6.3-alpha <1.6.3-alphb",
|
|
16
16
|
"@azure/core-rest-pipeline": ">=1.22.2-alpha <1.22.2-alphb",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
@@ -30,23 +30,23 @@
|
|
|
30
30
|
"types": "./dist/commonjs/index.d.ts",
|
|
31
31
|
"type": "module",
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"typescript": "~5.9.3",
|
|
34
|
-
"dotenv": "^16.0.0",
|
|
35
33
|
"@azure/identity": "4.11.1",
|
|
36
34
|
"@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
|
|
37
35
|
"@types/node": "^20.19.0",
|
|
38
|
-
"@vitest/browser": "^
|
|
39
|
-
"@vitest/coverage-istanbul": "^
|
|
36
|
+
"@vitest/browser-playwright": "^4.0.0",
|
|
37
|
+
"@vitest/coverage-istanbul": "^4.0.6",
|
|
38
|
+
"cross-env": "^7.0.3",
|
|
39
|
+
"dotenv": "^16.0.0",
|
|
40
40
|
"playwright": "^1.50.1",
|
|
41
|
-
"vitest": "^3.2.3",
|
|
42
41
|
"prettier": "^3.6.2",
|
|
43
42
|
"rimraf": "^6.0.1",
|
|
44
43
|
"tshy": "^3.0.0",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"@azure/
|
|
48
|
-
"@azure-tools/test-
|
|
49
|
-
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
44
|
+
"typescript": "~5.9.3",
|
|
45
|
+
"vitest": "^4.0.6",
|
|
46
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
47
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
48
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
49
|
+
"@azure/dev-tool": "^1.0.0"
|
|
50
50
|
},
|
|
51
51
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
52
52
|
"bugs": {
|
|
@@ -117,18 +117,18 @@
|
|
|
117
117
|
},
|
|
118
118
|
"scripts": {
|
|
119
119
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
120
|
-
"pack": "pnpm pack 2>&1",
|
|
121
|
-
"extract-api": "dev-tool run extract-api",
|
|
122
|
-
"lint": "echo skipped",
|
|
123
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
124
120
|
"build:samples": "echo skipped.",
|
|
125
121
|
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
122
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
126
123
|
"execute:samples": "echo skipped",
|
|
124
|
+
"extract-api": "dev-tool run extract-api",
|
|
127
125
|
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
126
|
+
"lint": "echo skipped",
|
|
127
|
+
"pack": "pnpm pack 2>&1",
|
|
128
128
|
"test": "npm run test:node && npm run test:browser",
|
|
129
|
-
"test:node": "dev-tool run test:vitest",
|
|
130
129
|
"test:browser": "echo skipped",
|
|
131
|
-
"
|
|
132
|
-
"test:node:esm": "dev-tool run test:vitest --esm"
|
|
130
|
+
"test:node": "dev-tool run test:vitest",
|
|
131
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
132
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
133
133
|
}
|
|
134
134
|
}
|