@azure/storage-blob 12.20.0-alpha.20231030.1 → 12.23.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 +4 -2
- package/dist/index.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClient.js +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClient.js.map +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js.map +1 -1
- package/package.json +1 -1
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 tslib = require('tslib');
|
5
7
|
var coreAuth = require('@azure/core-auth');
|
@@ -90,7 +92,7 @@ class BaseRequestPolicy {
|
|
90
92
|
|
91
93
|
// Copyright (c) Microsoft Corporation.
|
92
94
|
// Licensed under the MIT license.
|
93
|
-
const SDK_VERSION = "12.
|
95
|
+
const SDK_VERSION = "12.23.0-beta.1";
|
94
96
|
const SERVICE_VERSION = "2023-08-03";
|
95
97
|
const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
|
96
98
|
const BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
|
@@ -15192,7 +15194,7 @@ let StorageClient$1 = class StorageClient extends coreHttpCompat__namespace.Exte
|
|
15192
15194
|
const defaults = {
|
15193
15195
|
requestContentType: "application/json; charset=utf-8"
|
15194
15196
|
};
|
15195
|
-
const packageDetails = `azsdk-js-azure-storage-blob/12.
|
15197
|
+
const packageDetails = `azsdk-js-azure-storage-blob/12.23.0-beta.1`;
|
15196
15198
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
15197
15199
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
15198
15200
|
: `${packageDetails}`;
|