Update package version to 2.10.5

This commit is contained in:
Emma Zhu 2021-09-29 11:22:28 +08:00
Родитель 35676b4678
Коммит cf378071c3
4 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -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
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
* Upgraded `underscore` to 1.12.1.

Просмотреть файл

@ -37,7 +37,7 @@ var Constants = {
* @const
* @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.

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "azure-storage",
"version": "2.10.4",
"version": "2.10.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "azure-storage",
"author": "Microsoft Corporation",
"version": "2.10.4",
"version": "2.10.5",
"description": "Microsoft Azure Storage Client Library for Node.js",
"typings": "typings/azure-storage/azure-storage.d.ts",
"tags": [