Skip to content

Commit

Permalink
fix(libdweb): non-unwrappable cross-compartment wrapper promise error
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Aug 16, 2018
1 parent 87ef474 commit 8c87835
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@
"ipfs": "0.31.4",
"ipfs-api": "23.0.0",
"ipfs-css": "0.7.0",
"ipfs-http-response": "https://github.com/lidel/js-ipfs-http-response/tarball/65f22ad654843946fdff8f26c7b3a69e2905bdaf/js-ipfs-http-response.tar.gz",
"ipfs-http-response": "https://github.com/lidel/js-ipfs-http-response/tarball/475aead595fbbd77cfa4a248fc27474e8d604cb1/js-ipfs-http-response.tar.gz",
"ipfs-postmsg-proxy": "3.0.0",
"is-ipfs": "0.4.2",
"is-stream": "1.1.0",
"libdweb": "https://github.com/mozilla/libdweb/tarball/c30af9fcf9ba2e0c03062403a8c8ac54641be586/libdweb.tar.gz",
"libdweb": "https://github.com/mozilla/libdweb/tarball/dbb9697a8dd09a9ad61ce5e2204400f72d16157a/libdweb.tar.gz",
"lru_map": "0.3.3",
"mime-types": "2.1.19",
"p-queue": "2.4.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5120,9 +5120,9 @@ ipfs-css@0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/ipfs-css/-/ipfs-css-0.7.0.tgz#d612d4f85535268483859663b4bf6326edaae1a3"

"ipfs-http-response@https://github.com/lidel/js-ipfs-http-response/tarball/65f22ad654843946fdff8f26c7b3a69e2905bdaf/js-ipfs-http-response.tar.gz":
"ipfs-http-response@https://github.com/lidel/js-ipfs-http-response/tarball/475aead595fbbd77cfa4a248fc27474e8d604cb1/js-ipfs-http-response.tar.gz":
version "0.1.4"
resolved "https://github.com/lidel/js-ipfs-http-response/tarball/65f22ad654843946fdff8f26c7b3a69e2905bdaf/js-ipfs-http-response.tar.gz#a63a85c67f2b2564a31f9ce20ca1e80e24cd4dda"
resolved "https://github.com/lidel/js-ipfs-http-response/tarball/475aead595fbbd77cfa4a248fc27474e8d604cb1/js-ipfs-http-response.tar.gz#6ef6ffc602e3c6b21ac6e142d55b74bca1487d2b"
dependencies:
async "^2.6.0"
cids "^0.5.3"
Expand Down Expand Up @@ -6295,9 +6295,9 @@ levn@^0.3.0, levn@~0.3.0:
prelude-ls "~1.1.2"
type-check "~0.3.2"

"libdweb@https://github.com/mozilla/libdweb/tarball/c30af9fcf9ba2e0c03062403a8c8ac54641be586/libdweb.tar.gz":
"libdweb@https://github.com/mozilla/libdweb/tarball/dbb9697a8dd09a9ad61ce5e2204400f72d16157a/libdweb.tar.gz":
version "0.0.0"
resolved "https://github.com/mozilla/libdweb/tarball/c30af9fcf9ba2e0c03062403a8c8ac54641be586/libdweb.tar.gz#b0e6bd3587a32ad07c6ed7477f702a09c747db80"
resolved "https://github.com/mozilla/libdweb/tarball/dbb9697a8dd09a9ad61ce5e2204400f72d16157a/libdweb.tar.gz#2fcae1f1029940a05c35a8c3ec4293c8a4af6005"

libp2p-bootstrap@~0.9.3:
version "0.9.3"
Expand Down

0 comments on commit 8c87835

Please sign in to comment.