@azure/storage-queue 12.20.0-alpha.20231030.1 → 12.22.0-alpha.20231106.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
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var coreRestPipeline = require('@azure/core-rest-pipeline');
4
6
  var crypto = require('crypto');
5
7
  var coreUtil = require('@azure/core-util');
@@ -328,7 +330,7 @@ function ipRangeToString(ipRange) {
328
330
 
329
331
  // Copyright (c) Microsoft Corporation.
330
332
  // Licensed under the MIT license.
331
- const SDK_VERSION$1 = "12.20.0";
333
+ const SDK_VERSION$1 = "12.22.0-beta.1";
332
334
  const SERVICE_VERSION = "2021-10-04";
333
335
  const DevelopmentConnectionString = `DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;
334
336
  AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;
@@ -879,7 +881,7 @@ class AnonymousCredential extends Credential {
879
881
 
880
882
  // Copyright (c) Microsoft Corporation.
881
883
  // Licensed under the MIT license.
882
- const SDK_VERSION = "12.20.0";
884
+ const SDK_VERSION = "12.23.0-beta.1";
883
885
  /**
884
886
  * The OAuth scope to use with Azure Storage.
885
887
  */
@@ -4979,7 +4981,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
4979
4981
  const defaults = {
4980
4982
  requestContentType: "application/json; charset=utf-8"
4981
4983
  };
4982
- const packageDetails = `azsdk-js-azure-storage-queue/12.20.0`;
4984
+ const packageDetails = `azsdk-js-azure-storage-queue/12.22.0-beta.1`;
4983
4985
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
4984
4986
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
4985
4987
  : `${packageDetails}`;