@azure/storage-blob 12.29.0-alpha.20250804.1 → 12.29.0-alpha.20250825.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,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/storage-blob",
|
3
3
|
"sdk-type": "client",
|
4
|
-
"version": "12.29.0-alpha.
|
4
|
+
"version": "12.29.0-alpha.20250825.1",
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",
|
6
6
|
"main": "./dist/commonjs/index.js",
|
7
7
|
"module": "./dist/esm/index.js",
|
@@ -11,26 +11,6 @@
|
|
11
11
|
"engines": {
|
12
12
|
"node": ">=20.0.0"
|
13
13
|
},
|
14
|
-
"scripts": {
|
15
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
16
|
-
"build:samples": "echo Obsolete;",
|
17
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
18
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
19
|
-
"clean:samples": "dev-tool run vendored rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json",
|
20
|
-
"emulator-tests": "dev-tool run vendored cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
|
21
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
22
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
23
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
24
|
-
"generate:client": "autorest --typescript ./swagger/README.md",
|
25
|
-
"lint": "eslint package.json src test",
|
26
|
-
"lint:fix": "eslint package.json src test --fix",
|
27
|
-
"pack": "npm pack 2>&1",
|
28
|
-
"test": "npm run test:node && npm run test:browser",
|
29
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
30
|
-
"test:node": "dev-tool run test:vitest",
|
31
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
32
|
-
"update-snippets": "dev-tool run update-snippets"
|
33
|
-
},
|
34
14
|
"files": [
|
35
15
|
"dist/",
|
36
16
|
"README.md",
|
@@ -109,22 +89,22 @@
|
|
109
89
|
"tslib": "^2.8.1"
|
110
90
|
},
|
111
91
|
"devDependencies": {
|
112
|
-
"@azure-tools/test-credential": "^2.0.0",
|
113
92
|
"@azure/storage-file-share": "^12.27.0",
|
114
93
|
"@azure-tools/test-perf": "^1.0.0",
|
115
|
-
"@azure
|
116
|
-
"@
|
117
|
-
"@
|
118
|
-
"@
|
119
|
-
"@azure/identity": "^4.7.0",
|
120
|
-
"@types/node": "^20.0.0",
|
121
|
-
"@vitest/browser": "^3.0.9",
|
122
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
94
|
+
"@azure/identity": "4.11.1",
|
95
|
+
"@types/node": "^20.19.0",
|
96
|
+
"@vitest/browser": "^3.2.3",
|
97
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
123
98
|
"dotenv": "^16.0.0",
|
124
|
-
"eslint": "^9.
|
125
|
-
"playwright": "^1.
|
126
|
-
"typescript": "~5.8.
|
127
|
-
"vitest": "^3.
|
99
|
+
"eslint": "^9.33.0",
|
100
|
+
"playwright": "^1.50.1",
|
101
|
+
"typescript": "~5.8.3",
|
102
|
+
"vitest": "^3.2.3",
|
103
|
+
"@azure-tools/test-credential": "^2.1.1",
|
104
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
105
|
+
"@azure/dev-tool": "^1.0.0",
|
106
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
107
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
128
108
|
},
|
129
109
|
"type": "module",
|
130
110
|
"tshy": {
|
@@ -163,5 +143,24 @@
|
|
163
143
|
"default": "./dist/commonjs/index.js"
|
164
144
|
}
|
165
145
|
}
|
146
|
+
},
|
147
|
+
"scripts": {
|
148
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
149
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
150
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
151
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
152
|
+
"clean:samples": "dev-tool run vendored rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json",
|
153
|
+
"emulator-tests": "dev-tool run vendored cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
|
154
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
155
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
156
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
157
|
+
"generate:client": "autorest --typescript ./swagger/README.md",
|
158
|
+
"lint": "eslint package.json src test",
|
159
|
+
"lint:fix": "eslint package.json src test --fix",
|
160
|
+
"pack": "pnpm pack 2>&1",
|
161
|
+
"test": "npm run test:node && npm run test:browser",
|
162
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
163
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
164
|
+
"update-snippets": "dev-tool run update-snippets"
|
166
165
|
}
|
167
|
-
}
|
166
|
+
}
|