@azure/storage-blob 12.23.0-alpha.20240222.2 → 12.23.0-alpha.20240319.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 +4 -4
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/storage-blob",
|
3
3
|
"sdk-type": "client",
|
4
|
-
"version": "12.23.0-alpha.
|
4
|
+
"version": "12.23.0-alpha.20240319.2",
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",
|
6
6
|
"main": "./dist/index.js",
|
7
7
|
"module": "./dist-esm/storage-blob/src/index.js",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
|
37
37
|
"build:samples": "echo Obsolete;",
|
38
38
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
39
|
-
"clean": "rimraf dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
39
|
+
"clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
40
40
|
"clean:samples": "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",
|
41
41
|
"extract-api": "tsc -p . && api-extractor run --local",
|
42
42
|
"execute:samples": "dev-tool samples run samples-dev",
|
@@ -144,7 +144,7 @@
|
|
144
144
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
145
145
|
"@azure-tools/test-credential": "^1.0.0",
|
146
146
|
"@azure-tools/test-recorder": "^3.0.0",
|
147
|
-
"@azure/test-
|
147
|
+
"@azure-tools/test-perf": ">=1.0.0-alpha <1.0.0-alphb",
|
148
148
|
"@microsoft/api-extractor": "^7.31.1",
|
149
149
|
"@types/chai": "^4.1.6",
|
150
150
|
"@types/mocha": "^10.0.0",
|
@@ -168,7 +168,7 @@
|
|
168
168
|
"mocha": "^10.0.0",
|
169
169
|
"c8": "^8.0.0",
|
170
170
|
"puppeteer": "^22.2.0",
|
171
|
-
"rimraf": "^
|
171
|
+
"rimraf": "^5.0.5",
|
172
172
|
"source-map-support": "^0.5.9",
|
173
173
|
"ts-node": "^10.0.0",
|
174
174
|
"typescript": "~5.3.3",
|