@lvce-editor/extension-host-worker 4.0.0 → 4.1.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.
@@ -5463,21 +5463,11 @@ const listen = async () => {
5463
5463
  };
5464
5464
 
5465
5465
  const main = async () => {
5466
- const start = performance.timeOrigin;
5467
- const a = performance.now();
5468
5466
  setup({
5469
5467
  errorConstructor: Error,
5470
5468
  global: globalThis
5471
5469
  });
5472
5470
  await listen();
5473
- const e = performance.now();
5474
- console.log({
5475
- times: {
5476
- start,
5477
- a,
5478
- e
5479
- }
5480
- });
5481
5471
  };
5482
5472
 
5483
5473
  main();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-host-worker",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "Webworker for the extension host functionality in Lvce Editor.",
5
5
  "main": "dist/extensionHostWorkerMain.js",
6
6
  "type": "module",