joyent/node-triton#153 upgrade restify-clients to a recent version with explicit transitive deps
This commit is contained in:
parent
f7bbe5fcff
commit
1486fa48f6
@ -7,6 +7,8 @@ Known issues:
|
|||||||
|
|
||||||
## not yet released
|
## 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.
|
- [joyent/node-triton#154] Fix `triton cloudapi ...` after #108 changes.
|
||||||
|
|
||||||
- **BREAKING CHANGE for module usage of node-triton.**
|
- **BREAKING CHANGE for module usage of node-triton.**
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"node-uuid": "1.4.3",
|
"node-uuid": "1.4.3",
|
||||||
"once": "1.3.2",
|
"once": "1.3.2",
|
||||||
"read": "1.0.7",
|
"read": "1.0.7",
|
||||||
"restify-clients": "1.1.0",
|
"restify-clients": "1.5.0",
|
||||||
"restify-errors": "3.0.0",
|
"restify-errors": "3.0.0",
|
||||||
"rimraf": "2.4.4",
|
"rimraf": "2.4.4",
|
||||||
"semver": "5.1.0",
|
"semver": "5.1.0",
|
||||||
|
Reference in New Issue
Block a user