@azure/storage-queue 12.23.0-alpha.20240719.1 → 12.23.0-alpha.20240722.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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClient.js +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClient.js.map +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js +2 -2
- package/dist-esm/storage-blob/src/utils/constants.js.map +1 -1
- package/dist-esm/storage-queue/src/generated/src/storageClient.js +1 -1
- package/dist-esm/storage-queue/src/generated/src/storageClient.js.map +1 -1
- package/dist-esm/storage-queue/src/utils/constants.js +1 -1
- package/dist-esm/storage-queue/src/utils/constants.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -329,7 +329,7 @@ function ipRangeToString(ipRange) {
|
|
|
329
329
|
|
|
330
330
|
// Copyright (c) Microsoft Corporation.
|
|
331
331
|
// Licensed under the MIT license.
|
|
332
|
-
const SDK_VERSION = "12.23.0
|
|
332
|
+
const SDK_VERSION = "12.23.0";
|
|
333
333
|
const SERVICE_VERSION = "2024-08-04";
|
|
334
334
|
/**
|
|
335
335
|
* The OAuth scope to use with Azure Storage.
|
|
@@ -5059,7 +5059,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
|
|
|
5059
5059
|
const defaults = {
|
|
5060
5060
|
requestContentType: "application/json; charset=utf-8"
|
|
5061
5061
|
};
|
|
5062
|
-
const packageDetails = `azsdk-js-azure-storage-queue/12.23.0
|
|
5062
|
+
const packageDetails = `azsdk-js-azure-storage-queue/12.23.0`;
|
|
5063
5063
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
5064
5064
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
5065
5065
|
: `${packageDetails}`;
|