Comparing version 1.1.3 to 1.1.4
# Change Log | ||
## [Unreleased] | ||
## [1.1.4] - 06-10-2017 | ||
### Changes | ||
@@ -5,0 +5,0 @@ - Display server version when connected |
{ | ||
"name": "residue", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Library to interact with residue server seamlessly.", | ||
@@ -5,0 +5,0 @@ "main": "src/residue.js", |
@@ -339,3 +339,3 @@ // | ||
Params.logging_socket.connect(Params.connection.logging_port, Params.options.host, function() { | ||
Utils.log(`Connected to Residue (${Params.connection.server_info.version})!`); | ||
Utils.log(`Connected to Residue (v${Params.connection.server_info.version})!`); | ||
Params.logging_socket_connected = true; | ||
@@ -342,0 +342,0 @@ Utils.vLog(8, `Logging socket: ${Params.logging_socket.address().port}`); |
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
52877