Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix: websocket error timeout issue by updating uws to .12 (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch authored Sep 7, 2021
1 parent 794c4b3 commit ddbbe3f
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 40 deletions.
14 changes: 7 additions & 7 deletions src/chains/ethereum/ethereum/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/chains/ethereum/ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"devDependencies": {
"@trufflesuite/typedoc-default-themes": "0.6.1",
"@trufflesuite/uws-js-unofficial": "18.14.0-unofficial.11",
"@trufflesuite/uws-js-unofficial": "18.14.0-unofficial.12",
"@types/encoding-down": "5.0.0",
"@types/fs-extra": "9.0.2",
"@types/keccak": "3.0.1",
Expand Down
14 changes: 7 additions & 7 deletions src/chains/filecoin/filecoin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/chains/filecoin/filecoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@filecoin-shipyard/lotus-client-schema": "2.0.0",
"@ganache/filecoin-options": "0.1.1-alpha.0",
"@ganache/utils": "0.1.1-alpha.0",
"@trufflesuite/uws-js-unofficial": "18.14.0-unofficial.11",
"@trufflesuite/uws-js-unofficial": "18.14.0-unofficial.12",
"@types/bn.js": "5.1.0",
"@types/deep-equal": "1.0.1",
"@types/levelup": "4.3.0",
Expand Down
14 changes: 7 additions & 7 deletions src/chains/tezos/tezos/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/chains/tezos/tezos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@trufflesuite/typedoc-default-themes": "0.6.1",
"@trufflesuite/uws-js-unofficial": "18.14.0-unofficial.11",
"@trufflesuite/uws-js-unofficial": "18.14.0-unofficial.12",
"@types/mocha": "8.2.2",
"cheerio": "1.0.0-rc.3",
"cross-env": "7.0.3",
Expand Down
14 changes: 7 additions & 7 deletions src/packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@ganache/options": "0.1.1-alpha.0",
"@ganache/tezos": "0.1.1-alpha.0",
"@ganache/utils": "0.1.1-alpha.0",
"@trufflesuite/uws-js-unofficial": "18.14.0-unofficial.11",
"@trufflesuite/uws-js-unofficial": "18.14.0-unofficial.12",
"aggregate-error": "3.1.0",
"emittery": "0.8.1",
"promise.allsettled": "1.0.4"
Expand Down
14 changes: 7 additions & 7 deletions src/packages/utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"seedrandom": "3.0.5"
},
"devDependencies": {
"@trufflesuite/uws-js-unofficial": "18.14.0-unofficial.11",
"@trufflesuite/uws-js-unofficial": "18.14.0-unofficial.12",
"@types/mocha": "8.2.2",
"cross-env": "7.0.3",
"mocha": "8.4.0",
Expand Down

0 comments on commit ddbbe3f

Please sign in to comment.