Skip to content

Commit

Permalink
[Cosmos] Move node-abort-controller to deps (#5561)
Browse files Browse the repository at this point in the history
  • Loading branch information
southpolesteve authored Oct 14, 2019
1 parent 76ad872 commit 99c549e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/cosmosdb/cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/cosmos",
"version": "3.3.5",
"version": "3.3.6",
"description": "Microsoft Azure Cosmos DB Service Node.js SDK for SQL API",
"sdk-type": "client",
"keywords": [
Expand Down Expand Up @@ -76,6 +76,7 @@
"@types/debug": "^4.1.4",
"debug": "^4.1.1",
"fast-json-stable-stringify": "^2.0.0",
"node-abort-controller": "^1.0.4",
"node-fetch": "^2.6.0",
"priorityqueuejs": "^1.0.0",
"semaphore": "^1.0.5",
Expand Down Expand Up @@ -120,7 +121,6 @@
"mocha": "^6.2.0",
"mocha-junit-reporter": "^1.18.0",
"mocha-multi": "^1.1.3",
"node-abort-controller": "1.0.4",
"prettier": "^1.16.4",
"proxy-agent": "3.0.3",
"requirejs": "^2.3.5",
Expand Down

0 comments on commit 99c549e

Please sign in to comment.