Skip to content

Commit

Permalink
feat: upgrades ipfs-postmsg-proxy to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Apr 3, 2018
1 parent b4a1688 commit 5736a93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"ipfs": "0.28.2",
"ipfs-api": "18.2.0",
"ipfs-css": "0.2.0",
"ipfs-postmsg-proxy": "2.10.0",
"ipfs-postmsg-proxy": "2.13.0",
"is-ipfs": "0.3.2",
"is-svg": "3.0.0",
"lru_map": "0.3.3",
Expand Down
16 changes: 10 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ cids@^0.5.2, cids@~0.5.1, cids@~0.5.2:
multicodec "~0.2.3"
multihashes "~0.4.9"

cids@~0.5.3:
cids@^0.5.3, cids@~0.5.3:
version "0.5.3"
resolved "https://registry.yarnpkg.com/cids/-/cids-0.5.3.tgz#9a25b697eb76faf807afcec35c4ab936edfbd0a4"
dependencies:
Expand Down Expand Up @@ -4146,13 +4146,13 @@ ipfs-multipart@~0.1.0:
content "^3.0.0"
dicer "^0.2.5"

ipfs-postmsg-proxy@2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/ipfs-postmsg-proxy/-/ipfs-postmsg-proxy-2.10.0.tgz#9260aea31dee68f218153a55f01f2dae40d5bed0"
ipfs-postmsg-proxy@2.13.0:
version "2.13.0"
resolved "https://registry.yarnpkg.com/ipfs-postmsg-proxy/-/ipfs-postmsg-proxy-2.13.0.tgz#9f5b3e872060e78d53042ada7968597f96806cab"
dependencies:
big.js "^5.0.3"
callbackify "^1.1.0"
cids "^0.5.2"
cids "^0.5.3"
ipfs-block "^0.6.1"
is-pull-stream "0.0.0"
is-stream "^1.1.0"
Expand All @@ -4163,7 +4163,7 @@ ipfs-postmsg-proxy@2.10.0:
pull-abortable "^4.1.1"
pull-defer "^0.2.2"
pull-postmsg-stream "^1.1.3"
pull-stream "^3.6.1"
pull-stream "^3.6.7"
pull-stream-to-stream "^1.3.4"
shortid "^2.2.8"
stream-to-pull-stream "^1.7.2"
Expand Down Expand Up @@ -7509,6 +7509,10 @@ pull-stream@^3.2.3, pull-stream@^3.4.5, pull-stream@^3.6.0, pull-stream@^3.6.1,
version "3.6.2"
resolved "https://registry.yarnpkg.com/pull-stream/-/pull-stream-3.6.2.tgz#1ea14c6f13174e6ac4def0c2a4e76567b7cb0c5c"

pull-stream@^3.6.7:
version "3.6.7"
resolved "https://registry.yarnpkg.com/pull-stream/-/pull-stream-3.6.7.tgz#fe4ae4f7cc3a9ee3ac82cd5be32729f2f0d5f02b"

pull-stringify@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/pull-stringify/-/pull-stringify-1.2.2.tgz#5a1c34e0075faf2f2f6d46004e36dccd33bd7c7c"
Expand Down

0 comments on commit 5736a93

Please sign in to comment.