Skip to content

Commit

Permalink
No need to monkey patch protobufjs anymore
Browse files Browse the repository at this point in the history
protobufjs/protobuf.js#1486 released in protobufjs 6.10.2
and updated in @replit/protocol in replit/protocol#9 and released in 0.2.15
  • Loading branch information
masad-frost committed Dec 29, 2020
1 parent fee027c commit cf1eb5d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 69 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,6 +55,6 @@
"ws": "^7.3.0"
},
"peerDependencies": {
"@replit/protocol": "0.x.x"
"@replit/protocol": ">=0.2.15"
}
}
1 change: 0 additions & 1 deletion src/index.ts
@@ -1,5 +1,4 @@
import 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only';
import './util/utf8ReadMonkeypatch'; // pbjs's utf8 decoder is borked

export { Client } from './client';
export { Channel } from './channel';
Expand Down
67 changes: 0 additions & 67 deletions src/util/utf8ReadMonkeypatch.ts

This file was deleted.

0 comments on commit cf1eb5d

Please sign in to comment.