@azure/storage-blob 12.20.0-alpha.20230620.2 → 12.20.0-alpha.20230622.3

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
@@ -92,7 +92,7 @@ class BaseRequestPolicy {
92
92
 
93
93
  // Copyright (c) Microsoft Corporation.
94
94
  // Licensed under the MIT license.
95
- const SDK_VERSION = "12.13.0";
95
+ const SDK_VERSION = "12.20.0";
96
96
  const SERVICE_VERSION = "2021-10-04";
97
97
  const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
98
98
  const BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
@@ -15176,7 +15176,7 @@ class StorageClient$1 extends coreHttpCompat__namespace.ExtendedServiceClient {
15176
15176
  const defaults = {
15177
15177
  requestContentType: "application/json; charset=utf-8"
15178
15178
  };
15179
- const packageDetails = `azsdk-js-azure-storage-blob/12.13.0`;
15179
+ const packageDetails = `azsdk-js-azure-storage-blob/12.20.0`;
15180
15180
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
15181
15181
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
15182
15182
  : `${packageDetails}`;