@azure/storage-blob 12.26.0-alpha.20241031.1 → 12.26.0-alpha.20241115.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/storage-blob",
|
3
3
|
"sdk-type": "client",
|
4
|
-
"version": "12.26.0-alpha.
|
4
|
+
"version": "12.26.0-alpha.20241115.1",
|
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",
|
@@ -38,7 +38,7 @@
|
|
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
39
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
|
40
40
|
"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",
|
41
|
-
"emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
|
41
|
+
"emulator-tests": "dev-tool run vendored cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
|
42
42
|
"execute:samples": "dev-tool samples run samples-dev",
|
43
43
|
"extract-api": "tsc -p . && dev-tool run extract-api",
|
44
44
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
@@ -150,7 +150,6 @@
|
|
150
150
|
"@types/mocha": "^10.0.0",
|
151
151
|
"@types/node": "^18.0.0",
|
152
152
|
"chai": "^4.2.0",
|
153
|
-
"cross-env": "^7.0.2",
|
154
153
|
"dotenv": "^16.0.0",
|
155
154
|
"es6-promise": "^4.2.5",
|
156
155
|
"eslint": "^9.9.0",
|