@azure/storage-queue 12.22.0-alpha.20231116.2 → 12.22.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-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-queue.d.ts +0 -2659
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.
|
|
4
|
+
"version": "12.22.0-alpha.20231212.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",
|
|
@@ -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
|
|
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
|
],
|
|
@@ -125,11 +116,10 @@
|
|
|
125
116
|
"@azure/core-paging": "^1.1.1",
|
|
126
117
|
"@azure/core-rest-pipeline": "^1.10.1",
|
|
127
118
|
"@azure/core-tracing": "^1.0.0",
|
|
128
|
-
"@azure/core-util": "^1.
|
|
119
|
+
"@azure/core-util": "^1.6.1",
|
|
129
120
|
"@azure/core-xml": "^1.3.2",
|
|
130
121
|
"@azure/logger": "^1.0.0",
|
|
131
|
-
"tslib": "^2.2.0"
|
|
132
|
-
"uuid": "^8.3.0"
|
|
122
|
+
"tslib": "^2.2.0"
|
|
133
123
|
},
|
|
134
124
|
"devDependencies": {
|
|
135
125
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
@@ -142,11 +132,9 @@
|
|
|
142
132
|
"@types/chai": "^4.1.6",
|
|
143
133
|
"@types/mocha": "^10.0.0",
|
|
144
134
|
"@types/node": "^18.0.0",
|
|
145
|
-
"@types/uuid": "^8.0.0",
|
|
146
135
|
"chai": "^4.2.0",
|
|
147
136
|
"cross-env": "^7.0.2",
|
|
148
137
|
"dotenv": "^16.0.0",
|
|
149
|
-
"downlevel-dts": "^0.10.0",
|
|
150
138
|
"es6-promise": "^4.2.5",
|
|
151
139
|
"eslint": "^8.0.0",
|
|
152
140
|
"esm": "^3.2.18",
|
|
@@ -161,7 +149,6 @@
|
|
|
161
149
|
"karma-mocha-reporter": "^2.2.5",
|
|
162
150
|
"karma-sourcemap-loader": "^0.3.8",
|
|
163
151
|
"mocha": "^10.0.0",
|
|
164
|
-
"mocha-junit-reporter": "^2.0.0",
|
|
165
152
|
"c8": "^8.0.0",
|
|
166
153
|
"prettier": "^2.5.1",
|
|
167
154
|
"puppeteer": "^19.2.2",
|