@crypticat/cli
Advanced tools
Comparing version 0.2.8 to 0.2.9
{ | ||
"name": "@crypticat/cli", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Crypticat's command-line interface", | ||
@@ -30,3 +30,3 @@ "author": "Kognise <felix.mattick@gmail.com>", | ||
"dependencies": { | ||
"@crypticat/core": "^0.2.5", | ||
"@crypticat/core": "^0.2.6", | ||
"chalk": "^3.0.0", | ||
@@ -33,0 +33,0 @@ "conf": "^6.2.1", |
@@ -67,3 +67,3 @@ "use strict"; | ||
print(chalk_1.default.green('Connection established!')); | ||
client.setNick(config.get('nickname', null) + Math.random().toString(12).slice(2, 6)); | ||
client.setNick(config.get('nickname', null)); | ||
print(''); | ||
@@ -70,0 +70,0 @@ yield joinRoom('lobby'); |
{ | ||
"name": "@crypticat/cli", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Crypticat's command-line interface", | ||
@@ -30,3 +30,3 @@ "author": "Kognise <felix.mattick@gmail.com>", | ||
"dependencies": { | ||
"@crypticat/core": "^0.2.5", | ||
"@crypticat/core": "^0.2.6", | ||
"chalk": "^3.0.0", | ||
@@ -33,0 +33,0 @@ "conf": "^6.2.1", |
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
16489
Updated@crypticat/core@^0.2.6