@azure/storage-file-share 12.23.0-alpha.20240603.1 → 12.23.0-alpha.20240604.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -336,7 +336,7 @@ function ipRangeToString(ipRange) {
336
336
 
337
337
  // Copyright (c) Microsoft Corporation.
338
338
  // Licensed under the MIT license.
339
- const SDK_VERSION = "12.23.0-beta.2";
339
+ const SDK_VERSION = "12.23.0";
340
340
  const SERVICE_VERSION = "2024-05-04";
341
341
  const FILE_MAX_SIZE_BYTES = 4 * 1024 * 1024 * 1024 * 1024; // 4TB
342
342
  const FILE_RANGE_MAX_SIZE_BYTES = 4 * 1024 * 1024; // 4MB
@@ -11037,7 +11037,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
11037
11037
  const defaults = {
11038
11038
  requestContentType: "application/json; charset=utf-8"
11039
11039
  };
11040
- const packageDetails = `azsdk-js-azure-storage-file-share/12.23.0-beta.2`;
11040
+ const packageDetails = `azsdk-js-azure-storage-file-share/12.23.0`;
11041
11041
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
11042
11042
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
11043
11043
  : `${packageDetails}`;