-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #179 from ainblockchain/release/v1.9.0
Upgrade version to 1.9.0
- Loading branch information
Showing
4 changed files
with
261 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
diff --git a/node_modules/isomorphic-ws/index.d.ts b/node_modules/isomorphic-ws/index.d.ts | ||
index de923a9..7d56cf5 100644 | ||
--- a/node_modules/isomorphic-ws/index.d.ts | ||
+++ b/node_modules/isomorphic-ws/index.d.ts | ||
@@ -3,6 +3,9 @@ | ||
// Fix for https://github.com/heineiuo/isomorphic-ws/issues/8 | ||
// If there is still something wrong, welcome issue. | ||
|
||
-import WebSocket = require('ws') | ||
+// NOTE(jiyoung): comment out for original reference. | ||
+// import WebSocket = require('ws') | ||
+// export = WebSocket | ||
|
||
-export = WebSocket | ||
\ No newline at end of file | ||
+import { WebSocket } from 'ws' | ||
+export default WebSocket | ||
\ No newline at end of file |
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
Oops, something went wrong.