@azure/storage-blob 12.9.0 → 12.9.1-alpha.20220321.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/CHANGELOG.md +10 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClientContext.js +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClientContext.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 +6 -6
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
@@ -13301,7 +13301,7 @@ const logger = logger$1.createClientLogger("storage-blob");
|
|
13301
13301
|
|
13302
13302
|
// Copyright (c) Microsoft Corporation.
|
13303
13303
|
// Licensed under the MIT license.
|
13304
|
-
const SDK_VERSION = "12.9.
|
13304
|
+
const SDK_VERSION = "12.9.1";
|
13305
13305
|
const SERVICE_VERSION = "2021-04-10";
|
13306
13306
|
const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
|
13307
13307
|
const BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
|
@@ -15242,7 +15242,7 @@ class StorageSharedKeyCredential extends Credential {
|
|
15242
15242
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
15243
15243
|
*/
|
15244
15244
|
const packageName = "azure-storage-blob";
|
15245
|
-
const packageVersion = "12.9.
|
15245
|
+
const packageVersion = "12.9.1";
|
15246
15246
|
class StorageClientContext extends coreHttp__namespace.ServiceClient {
|
15247
15247
|
/**
|
15248
15248
|
* Initializes a new instance of the StorageClientContext class.
|