@lvce-editor/extension-host-worker 1.2.0 → 1.2.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.
@@ -3632,7 +3632,7 @@ const create$2 = async ({
3632
3632
  port1,
3633
3633
  port2
3634
3634
  } = getPortTuple();
3635
- await invokeAndTransfer([port1], 'IpcParent.create', {
3635
+ await invokeAndTransfer('IpcParent.create', {
3636
3636
  method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
3637
3637
  url,
3638
3638
  name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-host-worker",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Webworker for the extension host functionality in Lvce Editor.",
5
5
  "main": "dist/extensionHostWorkerMain.js",
6
6
  "type": "module",