@azure/storage-blob 12.23.0-alpha.20231116.2 → 12.23.0-alpha.20231212.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.
- package/dist/index.js +6 -5
- package/dist/index.js.map +1 -1
- package/dist-esm/storage-blob/src/BlobBatch.js +2 -2
- package/dist-esm/storage-blob/src/BlobBatch.js.map +1 -1
- package/dist-esm/storage-blob/src/BlobLeaseClient.js +2 -2
- package/dist-esm/storage-blob/src/BlobLeaseClient.js.map +1 -1
- package/dist-esm/storage-blob/src/Clients.js +5 -3
- package/dist-esm/storage-blob/src/Clients.js.map +1 -1
- package/package.json +4 -17
- package/types/3.1/storage-blob.d.ts +0 -11135
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.
|
4
|
+
"version": "12.23.0-alpha.20231212.2",
|
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
|
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
|
],
|
@@ -140,12 +131,11 @@
|
|
140
131
|
"@azure/core-paging": "^1.1.1",
|
141
132
|
"@azure/core-rest-pipeline": "^1.10.1",
|
142
133
|
"@azure/core-tracing": "^1.0.0",
|
143
|
-
"@azure/core-util": "^1.
|
134
|
+
"@azure/core-util": "^1.6.1",
|
144
135
|
"@azure/core-xml": "^1.3.2",
|
145
136
|
"@azure/logger": "^1.0.0",
|
146
137
|
"events": "^3.0.0",
|
147
|
-
"tslib": "^2.2.0"
|
148
|
-
"uuid": "^8.3.0"
|
138
|
+
"tslib": "^2.2.0"
|
149
139
|
},
|
150
140
|
"devDependencies": {
|
151
141
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
@@ -160,11 +150,9 @@
|
|
160
150
|
"@types/mocha": "^10.0.0",
|
161
151
|
"@types/node": "^18.0.0",
|
162
152
|
"@types/node-fetch": "^2.5.0",
|
163
|
-
"@types/uuid": "^8.0.0",
|
164
153
|
"chai": "^4.2.0",
|
165
154
|
"cross-env": "^7.0.2",
|
166
155
|
"dotenv": "^16.0.0",
|
167
|
-
"downlevel-dts": "^0.10.0",
|
168
156
|
"es6-promise": "^4.2.5",
|
169
157
|
"eslint": "^8.0.0",
|
170
158
|
"esm": "^3.2.18",
|
@@ -179,7 +167,6 @@
|
|
179
167
|
"karma-mocha-reporter": "^2.2.5",
|
180
168
|
"karma-sourcemap-loader": "^0.3.8",
|
181
169
|
"mocha": "^10.0.0",
|
182
|
-
"mocha-junit-reporter": "^2.0.0",
|
183
170
|
"c8": "^8.0.0",
|
184
171
|
"prettier": "^2.5.1",
|
185
172
|
"puppeteer": "^19.2.2",
|