@lvce-editor/about-view 1.0.0 → 1.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.
@@ -565,8 +565,8 @@ const doRender = (oldState, newState) => {
565
565
 
566
566
  const commandMap = {
567
567
  'About.getVirtualDom': getAboutVirtualDom,
568
- 'About.getDetailStringWeb': getDetailStringWeb(),
569
- 'About.getDetailString': getDetailString(),
568
+ 'About.getDetailStringWeb': getDetailStringWeb,
569
+ 'About.getDetailString': getDetailString,
570
570
  'About.render': doRender
571
571
  };
572
572
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/about-view",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "",
5
5
  "main": "dist/aboutWorkerMain.js",
6
6
  "type": "module",