@azure/storage-blob 12.29.0-alpha.20250825.1 → 12.29.0
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
|
4
|
+
"version": "12.29.0",
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",
|
6
6
|
"main": "./dist/commonjs/index.js",
|
7
7
|
"module": "./dist/esm/index.js",
|
@@ -84,7 +84,7 @@
|
|
84
84
|
"@azure/core-util": "^1.11.0",
|
85
85
|
"@azure/core-xml": "^1.4.5",
|
86
86
|
"@azure/logger": "^1.1.4",
|
87
|
-
"@azure/storage-common": "
|
87
|
+
"@azure/storage-common": "^12.1.0",
|
88
88
|
"events": "^3.0.0",
|
89
89
|
"tslib": "^2.8.1"
|
90
90
|
},
|
@@ -100,11 +100,11 @@
|
|
100
100
|
"playwright": "^1.50.1",
|
101
101
|
"typescript": "~5.8.3",
|
102
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
103
|
"@azure-tools/test-recorder": "^4.1.0",
|
107
|
-
"@azure/
|
104
|
+
"@azure-tools/test-credential": "^2.1.1",
|
105
|
+
"@azure-tools/test-utils-vitest": "^1.0.0",
|
106
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
107
|
+
"@azure/dev-tool": "^1.0.0"
|
108
108
|
},
|
109
109
|
"type": "module",
|
110
110
|
"tshy": {
|
@@ -146,7 +146,7 @@
|
|
146
146
|
},
|
147
147
|
"scripts": {
|
148
148
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
149
|
-
"build:samples": "
|
149
|
+
"build:samples": "echo Obsolete;",
|
150
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
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
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",
|
@@ -160,7 +160,8 @@
|
|
160
160
|
"pack": "pnpm pack 2>&1",
|
161
161
|
"test": "npm run test:node && npm run test:browser",
|
162
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
|
163
|
+
"test:node": "dev-tool run test:vitest",
|
164
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
164
165
|
"update-snippets": "dev-tool run update-snippets"
|
165
166
|
}
|
166
167
|
}
|