@azure/storage-queue 12.24.1-alpha.20241022.1 → 12.24.1-alpha.20241023.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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-queue",
3
3
  "sdk-type": "client",
4
- "version": "12.24.1-alpha.20241022.1",
4
+ "version": "12.24.1-alpha.20241023.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - Queue",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-queue/src/index.js",
@@ -22,15 +22,15 @@
22
22
  "node": ">=18.0.0"
23
23
  },
24
24
  "scripts": {
25
- "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
25
+ "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",
26
26
  "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
27
27
  "build:browser": "tsc -p . && dev-tool run bundle",
28
28
  "build:node": "tsc -p . && dev-tool run bundle",
29
29
  "build:samples": "echo Obsolete.",
30
30
  "build:test": "tsc -p . && dev-tool run bundle",
31
31
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
32
- "clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
33
- "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",
32
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
33
+ "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",
34
34
  "emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node",
35
35
  "execute:samples": "dev-tool samples run samples-dev",
36
36
  "extract-api": "tsc -p . && dev-tool run extract-api",
@@ -131,7 +131,6 @@
131
131
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
132
132
  "@azure/identity": "^4.0.1",
133
133
  "@azure/storage-blob": "^12.23.0",
134
- "@microsoft/api-extractor": "^7.31.1",
135
134
  "@types/chai": "^4.1.6",
136
135
  "@types/mocha": "^10.0.0",
137
136
  "@types/node": "^18.0.0",
@@ -153,7 +152,6 @@
153
152
  "mocha": "^10.0.0",
154
153
  "nyc": "^17.0.0",
155
154
  "puppeteer": "^23.0.2",
156
- "rimraf": "^5.0.5",
157
155
  "source-map-support": "^0.5.9",
158
156
  "ts-node": "^10.0.0",
159
157
  "typescript": "~5.6.2",