@lvce-editor/about-view 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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",