-
Notifications
You must be signed in to change notification settings - Fork 884
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(library-legacy/deps): rpc-websockets@^7.11.0->^7.11.1 (#2758)
* fix(library-legacy/deps): rpc-websockets@^7.11.0->^7.11.1 * Force web3.js to workspace version and update Rollup scripts to extern the websockets code * Revert unrelated changes * Self-compile the legacy library before running tests * Run Prettier --------- Co-authored-by: steveluscher <steven.luscher@anza.xyz>
- Loading branch information
1 parent
e807cd9
commit 5527b0e
Showing
9 changed files
with
42 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/library-legacy/src/__forks__/browser/rpc-websocket-factory.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export {default} from 'rpc-websockets/dist/lib/client/websocket.browser'; | ||
export {default} from 'rpc-websockets/dist/lib/client/websocket.browser.cjs'; |
2 changes: 1 addition & 1 deletion
2
packages/library-legacy/src/__forks__/react-native/rpc-websocket-factory.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export {default} from 'rpc-websockets/dist/lib/client/websocket.browser'; | ||
export {default} from 'rpc-websockets/dist/lib/client/websocket.browser.cjs'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {ICommonWebSocketFactory} from 'rpc-websockets/dist/lib/client/client.types'; | ||
import WebsocketFactory from 'rpc-websockets/dist/lib/client/websocket'; | ||
import {ICommonWebSocketFactory} from 'rpc-websockets/dist/lib/client/client.types.cjs'; | ||
import WebsocketFactory from 'rpc-websockets/dist/lib/client/websocket.cjs'; | ||
|
||
export default WebsocketFactory as ICommonWebSocketFactory; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters