@lvce-editor/about-view 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1296,4 +1296,4 @@ const main = async () => {
1296
1296
  await listen();
1297
1297
  };
1298
1298
 
1299
- await main();
1299
+ main();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/about-view",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "",
5
5
  "main": "dist/aboutWorkerMain.js",
6
6
  "type": "module",