@lvce-editor/renderer-process 8.2.0 → 8.4.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.
@@ -462,7 +462,6 @@ const getPlatform = () => {
462
462
  return Electron$1;
463
463
  }
464
464
  if (typeof location !== 'undefined' && location.search === '?web') {
465
- console.log('is web');
466
465
  return Web;
467
466
  }
468
467
  return Remote;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "8.2.0",
3
+ "version": "8.4.0",
4
4
  "description": "",
5
5
  "main": "dist/diffWorkerMain.js",
6
6
  "type": "module",