Skip to content

Commit 918c2f6

Browse files
committed
chore: fix key.gen with patch
needed until kubo-rpc-client fix is merged see ipfs/js-kubo-rpc-client#143 see ipfs/js-kubo-rpc-client#145
1 parent 80cb93f commit 918c2f6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

patches/kubo-rpc-client+3.0.0.patch

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/node_modules/kubo-rpc-client/src/key/gen.js b/node_modules/kubo-rpc-client/src/key/gen.js
2+
index 18eaf08..1859a95 100644
3+
--- a/node_modules/kubo-rpc-client/src/key/gen.js
4+
+++ b/node_modules/kubo-rpc-client/src/key/gen.js
5+
@@ -4,7 +4,7 @@ import { toUrlSearchParams } from '../lib/to-url-search-params.js'
6+
7+
/** @type {import('ipfs-core-types/src/key').GenOptions} */
8+
const defaultOptions = {
9+
- type: 'Ed25519'
10+
+ type: 'ed25519'
11+
}
12+
13+
export const createGen = configure(api => {

0 commit comments

Comments
 (0)