Skip to content

Commit

Permalink
update web3-stream-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Aug 26, 2019
1 parent 7837cba commit c8d7262
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ builds/
builds.zip
docs/jsdocs

development/bundle.js*
development/bundle.js
development/states.js
test/integration/bundle.js
test/background.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"textarea-caret": "^3.0.1",
"valid-url": "^1.0.9",
"web3": "^0.20.7",
"web3-stream-provider": "rekmarks/web3-stream-provider#id-remap",
"web3-stream-provider": "^4.0.0",
"webrtc-adapter": "^6.3.0",
"xtend": "^4.0.1"
},
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22626,9 +22626,10 @@ [email protected]:
web3-core-subscriptions "1.0.0-beta.35"
web3-net "1.0.0-beta.35"

web3-stream-provider@rekmarks/web3-stream-provider#id-remap:
version "3.0.1"
resolved "https://codeload.github.com/rekmarks/web3-stream-provider/tar.gz/1fd86766630d407686efba51b1d14c49de62b212"
web3-stream-provider@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/web3-stream-provider/-/web3-stream-provider-4.0.0.tgz#a7f01cb9f7b33b6f0295f2475bf3826f6b27fa9d"
integrity sha512-nZrmxRPx/S/GHl1i5pHkb/IoaMPtxCcXmcKVNlDPujn3Ig64vuS0lEKq4Y+G90FxJV++C86komPcdcsAQN0s1A==
dependencies:
readable-stream "^2.0.5"
uuid "^3.3.3"
Expand Down

0 comments on commit c8d7262

Please sign in to comment.