nansen-cli 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/cli.js +1 -1
package/package.json
CHANGED
package/src/cli.js
CHANGED
|
@@ -9,7 +9,7 @@ import * as readline from 'readline';
|
|
|
9
9
|
// ============= Schema Definition =============
|
|
10
10
|
|
|
11
11
|
export const SCHEMA = {
|
|
12
|
-
version: '1.
|
|
12
|
+
version: '1.1.0',
|
|
13
13
|
commands: {
|
|
14
14
|
'smart-money': {
|
|
15
15
|
description: 'Smart Money analytics - track sophisticated market participants',
|