@lvce-editor/about-view 4.8.0 → 4.9.0

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