@azure/storage-blob 12.12.0-alpha.20221013.2 → 12.12.0-alpha.20221018.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 +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 +3 -3
package/dist/index.js
CHANGED
@@ -13325,7 +13325,7 @@ const logger = logger$1.createClientLogger("storage-blob");
|
|
13325
13325
|
|
13326
13326
|
// Copyright (c) Microsoft Corporation.
|
13327
13327
|
// Licensed under the MIT license.
|
13328
|
-
const SDK_VERSION = "12.12.0
|
13328
|
+
const SDK_VERSION = "12.12.0";
|
13329
13329
|
const SERVICE_VERSION = "2021-10-04";
|
13330
13330
|
const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
|
13331
13331
|
const BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
|
@@ -15473,7 +15473,7 @@ class StorageSharedKeyCredential extends Credential {
|
|
15473
15473
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
15474
15474
|
*/
|
15475
15475
|
const packageName = "azure-storage-blob";
|
15476
|
-
const packageVersion = "12.12.0
|
15476
|
+
const packageVersion = "12.12.0";
|
15477
15477
|
class StorageClientContext extends coreHttp__namespace.ServiceClient {
|
15478
15478
|
/**
|
15479
15479
|
* Initializes a new instance of the StorageClientContext class.
|