@lvce-editor/ipc 14.1.0 → 14.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -899,7 +899,6 @@ const handleUpgrade = async (...args) => {
|
|
|
899
899
|
return module.handleUpgrade(...args);
|
|
900
900
|
};
|
|
901
901
|
|
|
902
|
-
// @ts-ignore
|
|
903
902
|
const listen$1 = async ({
|
|
904
903
|
request,
|
|
905
904
|
handle
|
|
@@ -920,8 +919,6 @@ const listen$1 = async ({
|
|
|
920
919
|
const signal$4 = webSocket => {
|
|
921
920
|
webSocket.resume();
|
|
922
921
|
};
|
|
923
|
-
|
|
924
|
-
// @ts-ignore
|
|
925
922
|
const wrap$9 = webSocket => {
|
|
926
923
|
return {
|
|
927
924
|
webSocket,
|