@azure/storage-blob
Advanced tools
Comparing version 12.3.0-alpha.20201109.1 to 12.3.0-alpha.20201110.1
# Release History | ||
## 12.3.0-beta.2 (Unreleased) | ||
## 12.3.0 (2020-11-10) | ||
@@ -5,0 +5,0 @@ - Added `BlockBlobClient.uploadData(data: Buffer | Blob | ArrayBuffer | ArrayBufferView, options)` for parallel uploading. It's avaiable in both Node.js and browsers. |
@@ -13,3 +13,3 @@ /* | ||
var packageName = "azure-storage-blob"; | ||
var packageVersion = "12.3.0-beta.1"; | ||
var packageVersion = "12.3.0"; | ||
var StorageClientContext = /** @class */ (function (_super) { | ||
@@ -36,3 +36,3 @@ __extends(StorageClientContext, _super); | ||
_this = _super.call(this, undefined, options) || this; | ||
_this.version = '2020-02-10'; | ||
_this.version = "2020-02-10"; | ||
_this.baseUri = "{url}"; | ||
@@ -39,0 +39,0 @@ _this.requestContentType = "application/json; charset=utf-8"; |
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
export var SDK_VERSION = "12.3.0-beta.2"; | ||
export var SDK_VERSION = "12.3.0"; | ||
export var SERVICE_VERSION = "2020-02-10"; | ||
@@ -5,0 +5,0 @@ export var BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB |
{ | ||
"name": "@azure/storage-blob", | ||
"sdk-type": "client", | ||
"version": "12.3.0-alpha.20201109.1", | ||
"version": "12.3.0-alpha.20201110.1", | ||
"description": "Microsoft Azure Storage SDK for JavaScript - Blob", | ||
@@ -35,3 +35,3 @@ "main": "./dist/index.js", | ||
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=12.3.0-beta.1 --use=@microsoft.azure/autorest.typescript@5.0.1", | ||
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=12.3.0 --use=@microsoft.azure/autorest.typescript@5.0.1", | ||
"build:es6": "tsc -p tsconfig.json", | ||
@@ -139,2 +139,3 @@ "build:nodebrowser": "rollup -c 2>&1", | ||
"@rollup/plugin-replace": "^2.2.0", | ||
"@rollup/plugin-json": "^4.0.0", | ||
"@types/mocha": "^7.0.2", | ||
@@ -141,0 +142,0 @@ "@types/node": "^8.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
6110699
48