@azure/storage-queue 12.22.0-alpha.20231212.2 → 12.22.0-alpha.20231218.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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6108,7 +6108,7 @@ class QueueServiceClient extends StorageClient {
|
|
|
6108
6108
|
*/
|
|
6109
6109
|
const logger = logger$2.createClientLogger("storage-queue");
|
|
6110
6110
|
|
|
6111
|
-
Object.defineProperty(exports,
|
|
6111
|
+
Object.defineProperty(exports, "RestError", {
|
|
6112
6112
|
enumerable: true,
|
|
6113
6113
|
get: function () { return coreRestPipeline.RestError; }
|
|
6114
6114
|
});
|
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.20231218.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",
|