@azure/storage-blob 12.26.0-alpha.20241023.1 → 12.26.0-alpha.20241025.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -2
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.20241025.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",
|
@@ -30,7 +30,6 @@
|
|
30
30
|
"node": ">=18.0.0"
|
31
31
|
},
|
32
32
|
"scripts": {
|
33
|
-
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
34
33
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
35
34
|
"build:browser": "tsc -p . && dev-tool run bundle",
|
36
35
|
"build:node": "tsc -p . && dev-tool run bundle",
|