Skip to content

Commit 669d656

Browse files
authored
fix: validate ipns records with inline public keys (#3224)
* fix: validate with inline keys * test: check inlined pubkey support * chore: lock ipfs-utils at 2.3.1 * chore: test with ipfs-utils fix * chore: update ipfs-utils to 3.0.0
1 parent 49ebce1 commit 669d656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"debug": "^4.1.0",
4949
"form-data": "^3.0.0",
5050
"ipfs-core-utils": "^0.3.1",
51-
"ipfs-utils": "^2.2.2",
51+
"ipfs-utils": "^3.0.0",
5252
"ipld-block": "^0.9.2",
5353
"ipld-dag-cbor": "^0.16.0",
5454
"ipld-dag-pb": "^0.19.0",

0 commit comments

Comments
 (0)