remove moment in ms-rest-azure (#5188)
Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
This commit is contained in:
Родитель
b345216019
Коммит
fa35b874c2
|
@ -1,3 +1,6 @@
|
|||
### 3.0.1 (Unreleased)
|
||||
- Remove unused dependency on `moment`. For issue [issue #5157](https://github.com/Azure/azure-sdk-for-node/issues/5157)
|
||||
|
||||
### 3.0.0 (07/11/2019)
|
||||
- Remove leading dot from azure environment settings. This fixes [issue #4706](https://github.com/Azure/azure-sdk-for-node/issues/4706) via the [PR 5101](https://github.com/Azure/azure-sdk-for-node/pull/5101)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"email": "azsdkteam@microsoft.com",
|
||||
"url": "https://github.com/Azure/azure-sdk-for-node"
|
||||
},
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"description": "Client Runtime for Node.js Azure client libraries generated using AutoRest",
|
||||
"tags": [
|
||||
"node",
|
||||
|
@ -27,7 +27,6 @@
|
|||
"dependencies": {
|
||||
"adal-node": "^0.1.28",
|
||||
"async": "2.6.0",
|
||||
"moment": "^2.22.2",
|
||||
"ms-rest": "^2.3.2",
|
||||
"uuid": "^3.2.1",
|
||||
"request": "^2.88.0"
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
"xunit-file": "0.0.5",
|
||||
"mocha": "2.2.5",
|
||||
"nock": "^9.0.14",
|
||||
"should": "5.2.0",
|
||||
"moment": "~2.18.1"
|
||||
"should": "5.2.0"
|
||||
},
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-node/runtime/ms-rest-azure/test",
|
||||
"repository": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче