ed25519-keygen
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "ed25519-keygen", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Generate ed25519 keys deterministically for SSH, PGP (GPG) and TOR", | ||
@@ -44,4 +44,6 @@ "files": [ | ||
], | ||
"main": "lib/index.js", | ||
"module": "lib/esm/index.js", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
"./index.d.ts": "./lib/index.d.ts", | ||
".": { | ||
@@ -51,3 +53,3 @@ "import": "./lib/esm/index.js", | ||
}, | ||
"./ssh.d.ts": "./lib/ssh.d.ts", | ||
"./index.d.ts": "./lib/index.d.ts", | ||
"./ssh": { | ||
@@ -57,3 +59,3 @@ "import": "./lib/esm/ssh.js", | ||
}, | ||
"./pgp.d.ts": "./lib/pgp.d.ts", | ||
"./ssh.d.ts": "./lib/ssh.d.ts", | ||
"./pgp": { | ||
@@ -63,2 +65,3 @@ "import": "./lib/esm/pgp.js", | ||
}, | ||
"./pgp.d.ts": "./lib/pgp.d.ts", | ||
"./tor": { | ||
@@ -65,0 +68,0 @@ "import": "./lib/esm/tor.js", |
61897