@fileverse-dev/dsheet 1.2.57 → 1.2.58
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 +5 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -6683,7 +6683,11 @@ const Hoe = (e, t = !0, r = !1) => {
|
|
|
6683
6683
|
}));
|
|
6684
6684
|
};
|
|
6685
6685
|
return It(() => {
|
|
6686
|
-
if (a.current || (a.current = new d2()),
|
|
6686
|
+
if (a.current || (a.current = new d2()), r) {
|
|
6687
|
+
l("synced"), o.current = !0;
|
|
6688
|
+
return;
|
|
6689
|
+
}
|
|
6690
|
+
if (t && e) {
|
|
6687
6691
|
l("syncing");
|
|
6688
6692
|
try {
|
|
6689
6693
|
f();
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/dsheet",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DSheet",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.58",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -78,4 +78,4 @@
|
|
|
78
78
|
"typescript": "^5.2.2",
|
|
79
79
|
"vite": "^5.0.0"
|
|
80
80
|
}
|
|
81
|
-
}
|
|
81
|
+
}
|