@fileverse-dev/dsheet 1.3.7-yjs-9 → 1.3.7-yjs-10

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.
Files changed (2) hide show
  1. package/dist/index.es.js +4 -0
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -188838,6 +188838,10 @@ function kAt(e, t) {
188838
188838
  if (i instanceof qa) return;
188839
188839
  const a = new qa();
188840
188840
  Object.entries(i).forEach(([l, c]) => {
188841
+ if (c == null) {
188842
+ console.warn(`[DSheet] Skipping property '${l}' as its value is undefined or null.`);
188843
+ return;
188844
+ }
188841
188845
  if (l === "celldata" && Array.isArray(c)) {
188842
188846
  const f = new qa(), s = MD(c);
188843
188847
  Object.entries(s).forEach(
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.3.7-yjs-9",
5
+ "version": "1.3.7-yjs-10",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {