@fileverse-dev/dsheet 0.0.21 → 0.0.22
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.
- package/dist/index.es.js +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -6886,7 +6886,7 @@ function zZ(e, r) {
|
|
|
6886
6886
|
if (e.length > 0)
|
|
6887
6887
|
for (let t = 0; t < e.length; t++) {
|
|
6888
6888
|
const a = e[t], n = r[t];
|
|
6889
|
-
if (JSON.stringify(a.config) !== JSON.stringify(n.config))
|
|
6889
|
+
if (a.name !== n.name || JSON.stringify(a.config) !== JSON.stringify(n.config))
|
|
6890
6890
|
return !0;
|
|
6891
6891
|
const l = (a == null ? void 0 : a.celldata) || [], i = (n == null ? void 0 : n.celldata) || [], c = /* @__PURE__ */ new Map(), u = /* @__PURE__ */ new Map();
|
|
6892
6892
|
for (const o of l)
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/dsheet",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DSheet",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.22",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -85,4 +85,4 @@
|
|
|
85
85
|
"typescript": "^5.2.2",
|
|
86
86
|
"vite": "^5.0.0"
|
|
87
87
|
}
|
|
88
|
-
}
|
|
88
|
+
}
|