@azure/storage-file-share 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.
Files changed (1) hide show
  1. package/package.json +1 -2
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.20241023.1",
4
+ "version": "12.26.0-alpha.20241025.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,6 @@
25
25
  "node": ">=18.0.0"
26
26
  },
27
27
  "scripts": {
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
28
  "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
30
29
  "build:browser": "tsc -p . && dev-tool run bundle",
31
30
  "build:node": "tsc -p . && dev-tool run bundle",