@lvce-editor/ipc 7.1.0 → 7.1.1

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1008,7 +1008,6 @@ class IpcParentWithNodeForkedProcess extends Ipc {
1008
1008
  }
1009
1009
  sendAndTransfer(message, transfer) {
1010
1010
  this._rawIpc.send(message, transfer);
1011
- throw new Error('Method not implemented.');
1012
1011
  }
1013
1012
  dispose() {
1014
1013
  this._rawIpc.kill();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/ipc",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Inter Process Communication for Lvce Editor",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",