@azure/storage-blob 12.25.0-alpha.20240808.2 → 12.25.0-alpha.20240812.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
CHANGED
@@ -91,7 +91,7 @@ class BaseRequestPolicy {
|
|
91
91
|
|
92
92
|
// Copyright (c) Microsoft Corporation.
|
93
93
|
// Licensed under the MIT license.
|
94
|
-
const SDK_VERSION = "12.25.0-beta.
|
94
|
+
const SDK_VERSION = "12.25.0-beta.2";
|
95
95
|
const SERVICE_VERSION = "2024-11-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
|