appcd-client
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,3 +0,13 @@ | ||
# v1.1.0 (April 9, 2018) | ||
# v1.1.1 (May 24, 2018) | ||
* Updated dependencies: | ||
- appcd-gulp 1.1.1 -> 1.1.5 | ||
- appcd-logger 1.1.0 -> 1.1.1 | ||
- appcd-response 1.1.0 -> 1.1.2 | ||
- appcd-util 1.1.0 -> 1.1.1 | ||
- source-map-support 0.5.4 -> 0.5.6 | ||
- ws 5.1.0 -> 5.2.0 | ||
# v1.1.0 (Apr 9, 2018) | ||
* Added debug logging that can be viewed by setting `SNOOPLOGG=appcd:client`. | ||
@@ -4,0 +14,0 @@ * Added support for arbitrary properties on error objects to be returned to clients from the |
{ | ||
"name": "appcd-client", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "The Node.js client for connecting to the Appc Daemon.", | ||
@@ -25,12 +25,12 @@ "main": "./dist/client", | ||
"dependencies": { | ||
"appcd-logger": "^1.1.0", | ||
"appcd-response": "^1.1.0", | ||
"appcd-util": "^1.1.0", | ||
"appcd-logger": "^1.1.1", | ||
"appcd-response": "^1.1.2", | ||
"appcd-util": "^1.1.1", | ||
"msgpack-lite": "^0.1.26", | ||
"source-map-support": "^0.5.4", | ||
"source-map-support": "^0.5.6", | ||
"uuid": "^3.2.1", | ||
"ws": "^5.1.0" | ||
"ws": "^5.2.0" | ||
}, | ||
"devDependencies": { | ||
"appcd-gulp": "^1.1.1", | ||
"appcd-gulp": "^1.1.5", | ||
"gulp": "^3.9.1" | ||
@@ -37,0 +37,0 @@ }, |
@@ -55,2 +55,2 @@ # appcd-client | ||
[1]: https://github.com/appcelerator/appc-daemon/packages/appcd-client/LICENSE | ||
[1]: https://github.com/appcelerator/appc-daemon/blob/master/packages/appcd-client/LICENSE |
13512
Updatedappcd-logger@^1.1.1
Updatedappcd-response@^1.1.2
Updatedappcd-util@^1.1.1
Updatedsource-map-support@^0.5.6
Updatedws@^5.2.0