@azure/storage-blob 12.24.0-alpha.20240719.1 → 12.24.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 +3 -3
- 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/package.json +2 -2
package/dist/index.js
CHANGED
@@ -91,8 +91,8 @@ class BaseRequestPolicy {
|
|
91
91
|
|
92
92
|
// Copyright (c) Microsoft Corporation.
|
93
93
|
// Licensed under the MIT license.
|
94
|
-
const SDK_VERSION = "12.24.0
|
95
|
-
const SERVICE_VERSION = "2024-
|
94
|
+
const SDK_VERSION = "12.24.0";
|
95
|
+
const SERVICE_VERSION = "2024-08-04";
|
96
96
|
const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
|
97
97
|
const BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
|
98
98
|
const BLOCK_BLOB_MAX_BLOCKS = 50000;
|
@@ -15371,7 +15371,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
|
|
15371
15371
|
const defaults = {
|
15372
15372
|
requestContentType: "application/json; charset=utf-8",
|
15373
15373
|
};
|
15374
|
-
const packageDetails = `azsdk-js-azure-storage-blob/12.24.0
|
15374
|
+
const packageDetails = `azsdk-js-azure-storage-blob/12.24.0`;
|
15375
15375
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
15376
15376
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
15377
15377
|
: `${packageDetails}`;
|