Skip to content

Commit

Permalink
Merge pull request #695 from EmmaZhu/validator
Browse files Browse the repository at this point in the history
Validator
  • Loading branch information
EmmaZhu committed Sep 29, 2021
2 parents c2656be + cf37807 commit c422631
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/common/util/constants.js
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -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": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"request": "^2.86.0",
"underscore": "^1.12.1",
"uuid": "^3.0.0",
"validator": "~9.4.1",
"validator": "~13.6.0",
"xml2js": "0.2.8",
"xmlbuilder": "^9.0.7"
},
Expand Down

0 comments on commit c422631

Please sign in to comment.