joyent/node-triton#153 upgrade restify-clients to a recent version with explicit transitive deps

This commit is contained in:
Trent Mick 2016-12-14 12:10:40 -08:00
parent f7bbe5fcff
commit 1486fa48f6
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ Known issues:
## not yet released
- [joyent/node-triton#153] Bump restify-clients dep. Thanks, github.com/tomgco.
- [joyent/node-triton#154] Fix `triton cloudapi ...` after #108 changes.
- **BREAKING CHANGE for module usage of node-triton.**

View File

@ -16,7 +16,7 @@
"node-uuid": "1.4.3",
"once": "1.3.2",
"read": "1.0.7",
"restify-clients": "1.1.0",
"restify-clients": "1.5.0",
"restify-errors": "3.0.0",
"rimraf": "2.4.4",
"semver": "5.1.0",