@azure/storage-queue 12.22.0-alpha.20231116.2 → 12.22.0-alpha.20231206.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.
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.20231116.2",
4
+ "version": "12.22.0-alpha.20231206.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",
@@ -17,13 +17,6 @@
17
17
  "./dist/index.js": "./dist-esm/storage-queue/src/index.js"
18
18
  },
19
19
  "types": "./types/latest/storage-queue.d.ts",
20
- "typesVersions": {
21
- "<3.6": {
22
- "*": [
23
- "./types/3.1/storage-queue.d.ts"
24
- ]
25
- }
26
- },
27
20
  "engines": {
28
21
  "node": ">=18.0.0"
29
22
  },
@@ -32,8 +25,7 @@
32
25
  "build:browser": "tsc -p . && dev-tool run bundle",
33
26
  "build:node": "tsc -p . && dev-tool run bundle",
34
27
  "build:test": "tsc -p . && dev-tool run bundle",
35
- "build:types": "downlevel-dts types/latest types/3.1",
36
- "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local && npm run build:types",
28
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
37
29
  "build:samples": "echo Obsolete.",
38
30
  "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
39
31
  "clean": "rimraf dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
@@ -61,7 +53,6 @@
61
53
  "dist-esm/storage-blob/src/",
62
54
  "dist-esm/storage-queue/src/",
63
55
  "types/latest/storage-queue.d.ts",
64
- "types/3.1/storage-queue.d.ts",
65
56
  "README.md",
66
57
  "LICENSE"
67
58
  ],
@@ -146,7 +137,6 @@
146
137
  "chai": "^4.2.0",
147
138
  "cross-env": "^7.0.2",
148
139
  "dotenv": "^16.0.0",
149
- "downlevel-dts": "^0.10.0",
150
140
  "es6-promise": "^4.2.5",
151
141
  "eslint": "^8.0.0",
152
142
  "esm": "^3.2.18",
@@ -161,7 +151,6 @@
161
151
  "karma-mocha-reporter": "^2.2.5",
162
152
  "karma-sourcemap-loader": "^0.3.8",
163
153
  "mocha": "^10.0.0",
164
- "mocha-junit-reporter": "^2.0.0",
165
154
  "c8": "^8.0.0",
166
155
  "prettier": "^2.5.1",
167
156
  "puppeteer": "^19.2.2",