@azure/storage-blob 12.26.0-alpha.20241021.1 → 12.26.0-alpha.20241023.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -6
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.20241021.1",
4
+ "version": "12.26.0-alpha.20241023.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,15 +30,15 @@
30
30
  "node": ">=18.0.0"
31
31
  },
32
32
  "scripts": {
33
- "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
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
34
  "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
35
35
  "build:browser": "tsc -p . && dev-tool run bundle",
36
36
  "build:node": "tsc -p . && dev-tool run bundle",
37
37
  "build:samples": "echo Obsolete;",
38
38
  "build:test": "tsc -p . && dev-tool run bundle",
39
39
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
40
- "clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
41
- "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",
40
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
41
+ "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",
42
42
  "emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
43
43
  "execute:samples": "dev-tool samples run samples-dev",
44
44
  "extract-api": "tsc -p . && dev-tool run extract-api",
@@ -147,7 +147,6 @@
147
147
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
148
148
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
149
149
  "@azure/identity": "^4.0.1",
150
- "@microsoft/api-extractor": "^7.31.1",
151
150
  "@types/chai": "^4.1.6",
152
151
  "@types/mocha": "^10.0.0",
153
152
  "@types/node": "^18.0.0",
@@ -169,7 +168,6 @@
169
168
  "mocha": "^10.0.0",
170
169
  "nyc": "^17.0.0",
171
170
  "puppeteer": "^23.0.2",
172
- "rimraf": "^5.0.5",
173
171
  "source-map-support": "^0.5.9",
174
172
  "ts-node": "^10.0.0",
175
173
  "typescript": "~5.6.2",