Update package version to 2.10.5
This commit is contained in:
Родитель
35676b4678
Коммит
cf378071c3
|
@ -1,6 +1,10 @@
|
||||||
Note: This is an Azure Storage only package. The all up Azure node sdk still has the old storage bits in there. In a future release, those storage bits will be removed and an npm dependency to this storage node sdk will
|
Note: This is an Azure Storage only package. The all up Azure node sdk still has the old storage bits in there. In a future release, those storage bits will be removed and an npm dependency to this storage node sdk will
|
||||||
be taken. This is a GA release and the changes described below indicate the changes from the Azure node SDK 0.9.8 available here - https://github.com/Azure/azure-sdk-for-node.
|
be taken. This is a GA release and the changes described below indicate the changes from the Azure node SDK 0.9.8 available here - https://github.com/Azure/azure-sdk-for-node.
|
||||||
|
|
||||||
|
2021.09 Version 2.10.5
|
||||||
|
|
||||||
|
* Upgraded `validator` to 13.6.0.
|
||||||
|
|
||||||
2020.05 Version 2.10.4
|
2020.05 Version 2.10.4
|
||||||
|
|
||||||
* Upgraded `underscore` to 1.12.1.
|
* Upgraded `underscore` to 1.12.1.
|
||||||
|
|
|
@ -37,7 +37,7 @@ var Constants = {
|
||||||
* @const
|
* @const
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
USER_AGENT_PRODUCT_VERSION: '2.10.4',
|
USER_AGENT_PRODUCT_VERSION: '2.10.5',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The number of default concurrent requests for parallel operation.
|
* The number of default concurrent requests for parallel operation.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "azure-storage",
|
"name": "azure-storage",
|
||||||
"version": "2.10.4",
|
"version": "2.10.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "azure-storage",
|
"name": "azure-storage",
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
"version": "2.10.4",
|
"version": "2.10.5",
|
||||||
"description": "Microsoft Azure Storage Client Library for Node.js",
|
"description": "Microsoft Azure Storage Client Library for Node.js",
|
||||||
"typings": "typings/azure-storage/azure-storage.d.ts",
|
"typings": "typings/azure-storage/azure-storage.d.ts",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
Загрузка…
Ссылка в новой задаче