Skip to content

Commit

Permalink
update ipfs-postmsg-proxy with proper streaming support (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw authored and lidel committed Feb 1, 2018
1 parent a822a29 commit 6baacd9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"file-type": "7.3.0",
"ipfs": "0.27.6",
"ipfs-api": "17.2.7",
"ipfs-postmsg-proxy": "2.0.0",
"ipfs-postmsg-proxy": "2.1.0",
"is-ipfs": "0.3.2",
"is-svg": "2.1.0",
"lru_map": "0.3.3",
Expand Down
34 changes: 21 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4056,9 +4056,9 @@ ipfs-multipart@~0.1.0:
content "^3.0.0"
dicer "^0.2.5"

ipfs-postmsg-proxy@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ipfs-postmsg-proxy/-/ipfs-postmsg-proxy-2.0.0.tgz#c1fa0f11815fff67950d0f880dcc6d5fd797828d"
ipfs-postmsg-proxy@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/ipfs-postmsg-proxy/-/ipfs-postmsg-proxy-2.1.0.tgz#98375532a5359e807ff87d3139d040eccb0fc92f"
dependencies:
callbackify "^1.1.0"
cids "^0.5.2"
Expand All @@ -4067,12 +4067,14 @@ ipfs-postmsg-proxy@2.0.0:
is-stream "^1.1.0"
peer-id "^0.10.4"
peer-info "^0.11.4"
postmsg-rpc "^2.1.1"
postmsg-rpc "^2.2.0"
prepost "^1.0.0"
pull-buffer "^1.0.0"
pull-abortable "^4.1.1"
pull-defer "^0.2.2"
pull-postmsg-stream "^1.1.3"
pull-stream "^3.6.1"
pull-stream-to-stream "^1.3.4"
shortid "^2.2.8"
stream-to-pull-stream "^1.7.2"

ipfs-repo@~0.18.2, ipfs-repo@~0.18.4:
Expand Down Expand Up @@ -6645,6 +6647,12 @@ postmsg-rpc@^2.1.1:
dependencies:
shortid "^2.2.8"

postmsg-rpc@^2.2.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/postmsg-rpc/-/postmsg-rpc-2.3.0.tgz#b355afabff1371457af831fe439dd84804229392"
dependencies:
shortid "^2.2.8"

prebuild-install@^2.1.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-2.5.0.tgz#6fdd8436069971c76688071f4847d4c891a119f4"
Expand Down Expand Up @@ -6673,7 +6681,7 @@ prepend-http@^1.0.1:
version "1.0.4"
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"

prepost@^1.0.0:
prepost@^1.0.0, prepost@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/prepost/-/prepost-1.0.1.tgz#62c55d1ced516127e40ce2e3d8fc1a390cd86c7b"

Expand Down Expand Up @@ -6799,13 +6807,6 @@ pull-block@^1.4.0:
dependencies:
pull-through "^1.0.18"

pull-buffer@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/pull-buffer/-/pull-buffer-1.0.2.tgz#e80d44cc178c1835d2f5d93775d4864eee7ca640"
dependencies:
pull-defer "^0.2.2"
pull-stream "^3.6.1"

pull-cat@^1.1.11, pull-cat@^1.1.9:
version "1.1.11"
resolved "https://registry.yarnpkg.com/pull-cat/-/pull-cat-1.1.11.tgz#b642dd1255da376a706b6db4fa962f5fdb74c31b"
Expand Down Expand Up @@ -6870,6 +6871,13 @@ pull-pause@0.0.2:
version "0.0.2"
resolved "https://registry.yarnpkg.com/pull-pause/-/pull-pause-0.0.2.tgz#19d45be8faa615fa556f14a96fd733462c37fba3"

pull-postmsg-stream@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/pull-postmsg-stream/-/pull-postmsg-stream-1.1.3.tgz#1318f4a7a64d7378e5c44db0627f19d29b9f41f1"
dependencies:
postmsg-rpc "^2.1.1"
prepost "^1.0.1"

pull-pushable@^2.0.0, pull-pushable@^2.0.1, pull-pushable@^2.1.1, pull-pushable@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/pull-pushable/-/pull-pushable-2.1.2.tgz#3fe15b8f7eec89f3972d238bc04890c9405a6dbb"
Expand Down

0 comments on commit 6baacd9

Please sign in to comment.