appcd-client
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -0,1 +1,5 @@ | ||
# v3.0.2 (Jan 5, 2021) | ||
* chore: Updated dependencies. | ||
# v3.0.1 (Dec 1, 2020) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "appcd-client", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "The Node.js client for connecting to the Appc Daemon.", | ||
@@ -25,14 +25,14 @@ "main": "./dist/client", | ||
"dependencies": { | ||
"appcd-logger": "^3.0.1", | ||
"appcd-response": "^3.0.1", | ||
"appcd-util": "^3.1.0", | ||
"appcd-logger": "^3.0.2", | ||
"appcd-response": "^3.0.2", | ||
"appcd-util": "^3.1.1", | ||
"fs-extra": "^9.0.1", | ||
"msgpack-lite": "^0.1.26", | ||
"source-map-support": "^0.5.19", | ||
"uuid": "^8.3.1", | ||
"uuid": "^8.3.2", | ||
"which": "^2.0.2", | ||
"ws": "^7.4.0" | ||
"ws": "^7.4.2" | ||
}, | ||
"devDependencies": { | ||
"appcd-gulp": "^3.1.0" | ||
"appcd-gulp": "^3.1.1" | ||
}, | ||
@@ -39,0 +39,0 @@ "homepage": "https://github.com/appcelerator/appc-daemon", |
Sorry, the diff of this file is not supported yet
62109
Updatedappcd-logger@^3.0.2
Updatedappcd-response@^3.0.2
Updatedappcd-util@^3.1.1
Updateduuid@^8.3.2
Updatedws@^7.4.2