@lvce-editor/about-view 4.8.0 → 4.9.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.
@@ -810,7 +810,7 @@ const RenderAbout = 3;
810
810
 
811
811
  const diffType$1 = RenderAbout;
812
812
  const isEqual$1 = (oldState, newState) => {
813
- return oldState.productName === newState.productName && oldState.lines === newState.lines;
813
+ return oldState.productName === newState.productName && JSON.stringify(oldState.lines) === JSON.stringify(newState.lines);
814
814
  };
815
815
 
816
816
  const DiffAbout = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/about-view",
3
- "version": "4.8.0",
3
+ "version": "4.9.0",
4
4
  "description": "About View Worker",
5
5
  "keywords": [
6
6
  "about-view"