@azure/storage-queue 12.22.0-alpha.20240418.2 → 12.22.0-alpha.20240419.2

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 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/storage-queue",
3
3
  "sdk-type": "client",
4
- "version": "12.22.0-alpha.20240418.2",
4
+ "version": "12.22.0-alpha.20240419.2",
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",
@@ -25,12 +25,12 @@
25
25
  "build:browser": "tsc -p . && dev-tool run bundle",
26
26
  "build:node": "tsc -p . && dev-tool run bundle",
27
27
  "build:test": "tsc -p . && dev-tool run bundle",
28
- "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
28
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
29
29
  "build:samples": "echo Obsolete.",
30
30
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
31
31
  "clean": "rimraf --glob dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
32
32
  "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",
33
- "extract-api": "tsc -p . && api-extractor run --local",
33
+ "extract-api": "tsc -p . && dev-tool run extract-api",
34
34
  "execute:samples": "dev-tool samples run samples-dev",
35
35
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
36
36
  "generate:client": "autorest --typescript ./swagger/README.md",
@@ -137,7 +137,6 @@
137
137
  "dotenv": "^16.0.0",
138
138
  "es6-promise": "^4.2.5",
139
139
  "eslint": "^8.0.0",
140
- "esm": "^3.2.18",
141
140
  "inherits": "^2.0.3",
142
141
  "karma": "^6.2.0",
143
142
  "karma-chrome-launcher": "^3.0.0",
@@ -149,7 +148,7 @@
149
148
  "karma-mocha-reporter": "^2.2.5",
150
149
  "karma-sourcemap-loader": "^0.3.8",
151
150
  "mocha": "^10.0.0",
152
- "c8": "^9.1.0",
151
+ "nyc": "^15.1.0",
153
152
  "puppeteer": "^22.2.0",
154
153
  "rimraf": "^5.0.5",
155
154
  "source-map-support": "^0.5.9",