Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 70114f9

Browse files
Gozalaachingbrain
andauthored
fix: stalling subscription on (node) http-client when daemon is stopped (#3468)
This change fixes #3465 by upgrading to a temporary fork of node-fetch with node-fetch/node-fetch#1172 applied. Co-authored-by: achingbrain <alex@achingbrain.net>
1 parent 54219ea commit 70114f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser-ipns-publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"human-crypto-keys": "^0.1.4",
1717
"ipfs": "^0.55.2",
1818
"ipfs-http-client": "^50.1.0",
19-
"ipfs-utils": "^7.0.0",
19+
"ipfs-utils": "^8.1.2",
2020
"ipns": "^0.11.0",
2121
"it-last": "^1.0.4",
2222
"p-retry": "^4.2.0",

custom-libp2p/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"dependencies": {
1313
"ipfs": "^0.55.2",
14-
"libp2p": "^0.31.5",
14+
"libp2p": "^0.31.6",
1515
"libp2p-bootstrap": "^0.12.3",
1616
"libp2p-kad-dht": "^0.22.0",
1717
"libp2p-mdns": "^0.16.0",

0 commit comments

Comments
 (0)