Skip to content

Commit 802ac31

Browse files
Gozalalidelachingbrain
authored
feat: share IPFS node between browser tabs (#3081)
This pull request adds 3 (sub)packages: 1. `ipfs-message-port-client` - Provides an API to an IPFS node over the [message channel][MessageChannel]. 2. `ipfs-message-port-server` - Provides an IPFS node over [message channel][MessageChannel]. 3. `ipfs-message-port-protocol` - Shared code between client / server mostly related to wire protocol encoding / decoding. Fixes #3022 [MessageChannel]:https://developer.mozilla.org/en-US/docs/Web/API/MessageChannel Co-authored-by: Marcin Rataj <[email protected]> Co-authored-by: Alex Potsides <[email protected]>
1 parent 136b4f7 commit 802ac31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"form-data": "^3.0.0",
5050
"ipfs-core-utils": "^0.3.0",
5151
"ipfs-utils": "^2.2.2",
52-
"ipld-block": "^0.9.1",
53-
"ipld-dag-cbor": "^0.15.2",
52+
"ipld-block": "^0.9.2",
53+
"ipld-dag-cbor": "^0.15.3",
5454
"ipld-dag-pb": "^0.19.0",
5555
"ipld-raw": "^5.0.0",
5656
"iso-url": "^0.4.7",
@@ -67,7 +67,7 @@
6767
"nanoid": "^3.0.2",
6868
"node-fetch": "^2.6.0",
6969
"parse-duration": "^0.4.4",
70-
"stream-to-it": "^0.2.0"
70+
"stream-to-it": "^0.2.1"
7171
},
7272
"devDependencies": {
7373
"aegir": "^23.0.0",

0 commit comments

Comments
 (0)