appcd-client
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,5 @@ | ||
# v2.0.1 (Aug 13, 2019) | ||
* chore: Updated dependencies | ||
# v2.0.0 (Jun 13, 2019) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "appcd-client", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "The Node.js client for connecting to the Appc Daemon.", | ||
@@ -25,14 +25,14 @@ "main": "./dist/client", | ||
"dependencies": { | ||
"appcd-logger": "^2.0.2", | ||
"appcd-response": "^2.0.0", | ||
"appcd-util": "^1.1.7", | ||
"fs-extra": "^8.0.1", | ||
"appcd-logger": "^2.0.3", | ||
"appcd-response": "^2.0.1", | ||
"appcd-util": "^2.0.0", | ||
"fs-extra": "^8.1.0", | ||
"msgpack-lite": "^0.1.26", | ||
"source-map-support": "^0.5.12", | ||
"source-map-support": "^0.5.13", | ||
"uuid": "^3.3.2", | ||
"which": "^1.3.1", | ||
"ws": "^7.0.0" | ||
"ws": "^7.1.2" | ||
}, | ||
"devDependencies": { | ||
"appcd-gulp": "^2.1.1" | ||
"appcd-gulp": "^2.2.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "homepage": "https://github.com/appcelerator/appc-daemon/tree/master/packages/appcd-client", |
58296
+ Addedappcd-util@2.0.2(transitive)
+ Addedsemver@7.7.1(transitive)
- Removedappcd-util@1.1.7(transitive)
- Removedsemver@6.3.1(transitive)
Updatedappcd-logger@^2.0.3
Updatedappcd-response@^2.0.1
Updatedappcd-util@^2.0.0
Updatedfs-extra@^8.1.0
Updatedsource-map-support@^0.5.13
Updatedws@^7.1.2