appcd-client
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -0,1 +1,5 @@ | ||
# v1.1.3 (Jan 16, 2019) | ||
* Updated dependencies. | ||
# v1.1.2 (Nov 27, 2018) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "appcd-client", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "The Node.js client for connecting to the Appc Daemon.", | ||
@@ -25,8 +25,8 @@ "main": "./dist/client", | ||
"dependencies": { | ||
"appcd-logger": "^1.1.3", | ||
"appcd-response": "^1.1.4", | ||
"appcd-util": "^1.1.4", | ||
"appcd-logger": "^1.1.4", | ||
"appcd-response": "^1.1.5", | ||
"appcd-util": "^1.1.5", | ||
"fs-extra": "^7.0.1", | ||
"msgpack-lite": "^0.1.26", | ||
"source-map-support": "^0.5.9", | ||
"source-map-support": "^0.5.10", | ||
"uuid": "^3.3.2", | ||
@@ -36,4 +36,3 @@ "ws": "^6.1.2" | ||
"devDependencies": { | ||
"appcd-gulp": "^1.2.1", | ||
"gulp": "^3.9.1" | ||
"appcd-gulp": "^2.0.0" | ||
}, | ||
@@ -40,0 +39,0 @@ "homepage": "https://github.com/appcelerator/appc-daemon/tree/master/packages/appcd-client", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38308
1
Updatedappcd-logger@^1.1.4
Updatedappcd-response@^1.1.5
Updatedappcd-util@^1.1.5
Updatedsource-map-support@^0.5.10