@fewangsit/wangsvue-fats 1.0.1-alpha.18 → 1.0.1-alpha.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.1-alpha.18",
3
+ "version": "1.0.1-alpha.19",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",
@@ -16,7 +16,8 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@wangs-ui/core": "latest",
19
- "@wangs-ui/vue": "latest"
19
+ "@wangs-ui/vue": "latest",
20
+ "xlsx": "npm:@e965/xlsx@0.20.3"
20
21
  },
21
22
  "sideEffects": false
22
23
  }
@@ -1,4 +1,4 @@
1
- import * as XLSX from 'xlsx/types/index';
1
+ import * as XLSX from 'xlsx';
2
2
  /**
3
3
  * Dynamically loads SheetJS (XLSX) from a CDN to avoid bundling its large package size.
4
4
  *