@azure/storage-blob 12.23.0-alpha.20231116.2 → 12.23.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-blob",
3
3
  "sdk-type": "client",
4
- "version": "12.23.0-alpha.20231116.2",
4
+ "version": "12.23.0-alpha.20231206.1",
5
5
  "description": "Microsoft Azure Storage SDK for JavaScript - Blob",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist-esm/storage-blob/src/index.js",
@@ -25,13 +25,6 @@
25
25
  "./dist/index.js": "./dist-esm/storage-blob/src/index.js"
26
26
  },
27
27
  "types": "./types/latest/storage-blob.d.ts",
28
- "typesVersions": {
29
- "<3.6": {
30
- "*": [
31
- "./types/3.1/storage-blob.d.ts"
32
- ]
33
- }
34
- },
35
28
  "engines": {
36
29
  "node": ">=18.0.0"
37
30
  },
@@ -40,8 +33,7 @@
40
33
  "build:browser": "tsc -p . && dev-tool run bundle",
41
34
  "build:node": "tsc -p . && dev-tool run bundle",
42
35
  "build:test": "tsc -p . && dev-tool run bundle",
43
- "build:types": "downlevel-dts types/latest types/3.1",
44
- "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local && npm run build:types",
36
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
45
37
  "build:samples": "echo Obsolete;",
46
38
  "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
47
39
  "clean": "rimraf dist dist-* types temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
@@ -71,7 +63,6 @@
71
63
  "dist-esm/storage-internal-avro/src/",
72
64
  "dist-esm/storage-common/src/",
73
65
  "types/latest/storage-blob.d.ts",
74
- "types/3.1/storage-blob.d.ts",
75
66
  "README.md",
76
67
  "LICENSE"
77
68
  ],
@@ -164,7 +155,6 @@
164
155
  "chai": "^4.2.0",
165
156
  "cross-env": "^7.0.2",
166
157
  "dotenv": "^16.0.0",
167
- "downlevel-dts": "^0.10.0",
168
158
  "es6-promise": "^4.2.5",
169
159
  "eslint": "^8.0.0",
170
160
  "esm": "^3.2.18",
@@ -179,7 +169,6 @@
179
169
  "karma-mocha-reporter": "^2.2.5",
180
170
  "karma-sourcemap-loader": "^0.3.8",
181
171
  "mocha": "^10.0.0",
182
- "mocha-junit-reporter": "^2.0.0",
183
172
  "c8": "^8.0.0",
184
173
  "prettier": "^2.5.1",
185
174
  "puppeteer": "^19.2.2",