Comparing version 0.0.8 to 0.0.9
@@ -8,6 +8,8 @@ "use strict"; | ||
const keyNew_1 = require("./commands/keyNew"); | ||
const send_1 = require("./commands/send"); | ||
yargs_1.default.scriptName('ton-cli') | ||
.usage('$0 <cmd> [args]') | ||
// .command('export', 'Export key from mnemonics', () => { }, async () => { | ||
// }) | ||
.command('send', 'Send value', () => { }, async () => { | ||
await (0, send_1.send)(); | ||
}) | ||
.command('new-key', 'Create new key', () => { }, async () => { | ||
@@ -14,0 +16,0 @@ await (0, keyNew_1.keyNew)(); |
{ | ||
"name": "ton-cli", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"repository": "https://github.com/ex3ndr/ton-cli.git", | ||
@@ -35,4 +35,5 @@ "author": "Steve Korshakov <steve@korshakov.com>", | ||
"ton": "2.3.1", | ||
"ton-crypto": "^1.2.0", | ||
"yargs": "^17.1.1" | ||
} | ||
} |
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
5765
12
92
4
3
+ Addedton-crypto@^1.2.0
+ Addedjssha@3.2.0(transitive)
+ Addedton-crypto@1.7.0(transitive)