@azure/storage-file-share 12.26.0-alpha.20241022.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-file-share",
3
3
  "sdk-type": "client",
4
- "version": "12.26.0-alpha.20241022.1",
4
+ "version": "12.26.0-alpha.20241023.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - File",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-file-share/src/index.js",
@@ -25,7 +25,7 @@
25
25
  "node": ">=18.0.0"
26
26
  },
27
27
  "scripts": {
28
- "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
28
+ "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",
29
29
  "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
30
30
  "build:browser": "tsc -p . && dev-tool run bundle",
31
31
  "build:node": "tsc -p . && dev-tool run bundle",
@@ -34,8 +34,8 @@
34
34
  "build:samples": "echo Obsolete.",
35
35
  "build:test": "tsc -p . && dev-tool run bundle",
36
36
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
37
- "clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
38
- "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",
37
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
38
+ "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",
39
39
  "execute:samples": "dev-tool samples run samples-dev",
40
40
  "extract-api": "tsc -p . && dev-tool run extract-api",
41
41
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
@@ -138,7 +138,6 @@
138
138
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
139
139
  "@azure/identity": "^4.0.1",
140
140
  "@azure/storage-blob": "^12.24.0",
141
- "@microsoft/api-extractor": "^7.31.1",
142
141
  "@types/chai": "^4.1.6",
143
142
  "@types/mocha": "^10.0.0",
144
143
  "@types/node": "^18.0.0",
@@ -161,7 +160,6 @@
161
160
  "mocha": "^10.0.0",
162
161
  "nyc": "^17.0.0",
163
162
  "puppeteer": "^23.0.2",
164
- "rimraf": "^5.0.5",
165
163
  "sinon": "^17.0.0",
166
164
  "source-map-support": "^0.5.9",
167
165
  "ts-node": "^10.0.0",