@azure/storage-blob 12.20.0-alpha.20231030.1 → 12.23.0-beta.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
@@ -90,7 +90,7 @@ class BaseRequestPolicy {
90
90
 
91
91
  // Copyright (c) Microsoft Corporation.
92
92
  // Licensed under the MIT license.
93
- const SDK_VERSION = "12.20.0";
93
+ const SDK_VERSION = "12.23.0-beta.1";
94
94
  const SERVICE_VERSION = "2023-08-03";
95
95
  const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
96
96
  const BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
@@ -15192,7 +15192,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
15192
15192
  const defaults = {
15193
15193
  requestContentType: "application/json; charset=utf-8"
15194
15194
  };
15195
- const packageDetails = `azsdk-js-azure-storage-blob/12.20.0`;
15195
+ const packageDetails = `azsdk-js-azure-storage-blob/12.23.0-beta.1`;
15196
15196
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
15197
15197
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
15198
15198
  : `${packageDetails}`;