Skip to content

Commit 5aaf8e3

Browse files
committed
update interactive mode
1 parent 970b9b7 commit 5aaf8e3

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

dist/tsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssv-keys",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Library to split a validator key into a predefined threshold of shares via Shamir-Secret-Sharing (SSS), and encrypt them to a set of operator keys.",
55
"author": "SSV.Network",
66
"repository": "https://github.com/bloxapp/ssv-keys",

dist/tsc/src/commands/BaseCommand.js

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tsc/src/commands/BaseCommand.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssv-keys",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Library to split a validator key into a predefined threshold of shares via Shamir-Secret-Sharing (SSS), and encrypt them to a set of operator keys.",
55
"author": "SSV.Network",
66
"repository": "https://github.com/bloxapp/ssv-keys",

0 commit comments

Comments
 (0)