@fileverse-dev/dsheet 1.0.76 → 1.0.77

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -189627,8 +189627,8 @@ const OMt = async (e, r, t, a) => {
189627
189627
  Company: "",
189628
189628
  Manager: ""
189629
189629
  };
189630
- const l = await (a == null ? void 0 : a());
189631
- kMt(s, `${l}.xlsx`, {
189630
+ let l = await (a == null ? void 0 : a()) || "Sheet";
189631
+ console.log(l), l.length > 30 && l.slice(0, 30), kMt(s, `${l}.xlsx`, {
189632
189632
  bookType: "xlsx",
189633
189633
  type: "binary",
189634
189634
  sheetStubs: !1,
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.0.76",
5
+ "version": "1.0.77",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {