@lvce-editor/about-view 5.3.0 → 5.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.
@@ -1359,7 +1359,7 @@ const getCommit = () => {
1359
1359
  return commit;
1360
1360
  };
1361
1361
  const getV8Version = () => {
1362
- return '';
1362
+ return invoke('Process.getV8Version');
1363
1363
  };
1364
1364
  const getDate = () => {
1365
1365
  return date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/about-view",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "description": "About View Worker",
5
5
  "keywords": [
6
6
  "about-view"