@azure/storage-blob
Advanced tools
Comparing version 12.3.1-alpha.20201207.1 to 12.4.0-alpha.20201209.2
# Release History | ||
## 12.3.1 (Unreleased) | ||
## 12.4.0-beta.1 (2020-12-09) | ||
@@ -5,0 +5,0 @@ - Updated Azure Storage Service API version to 2020-04-08. |
@@ -13,3 +13,3 @@ /* | ||
var packageName = "azure-storage-blob"; | ||
var packageVersion = "12.3.0"; | ||
var packageVersion = "12.4.0-beta.1"; | ||
var StorageClientContext = /** @class */ (function (_super) { | ||
@@ -16,0 +16,0 @@ __extends(StorageClientContext, _super); |
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
export var SDK_VERSION = "12.3.1"; | ||
export var SDK_VERSION = "12.4.0-beta.1"; | ||
export var SERVICE_VERSION = "2020-04-08"; | ||
@@ -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.1-alpha.20201207.1", | ||
"version": "12.4.0-alpha.20201209.2", | ||
"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 --use=@microsoft.azure/autorest.typescript@5.0.1", | ||
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=12.4.0-beta.1 --use=@microsoft.azure/autorest.typescript@5.0.1", | ||
"build:es6": "tsc -p tsconfig.json", | ||
@@ -38,0 +38,0 @@ "build:nodebrowser": "rollup -c 2>&1", |
@@ -67,2 +67,3 @@ # Azure Storage Blob client library for JavaScript | ||
- `Symbol.iterator` | ||
- `Number.isInteger` | ||
@@ -69,0 +70,0 @@ #### Differences between Node.js and browsers |
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
6256676
528