@cristianmpx/react-import-sheet-headless 1.0.7 → 2.0.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@cristianmpx/react-import-sheet-headless",
3
- "version": "1.0.7",
4
- "description": "Headless component for React Import Sheet",
3
+ "version": "2.0.0",
4
+ "description": "Headless React library for importing and validating Excel/CSV sheet data",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -19,15 +19,13 @@
19
19
  "scripts": {
20
20
  "test": "vitest run --coverage",
21
21
  "test:watch": "vitest",
22
- "build": "tsup --minify && node scripts/inline-workers.mjs && tsup --minify",
22
+ "build": "tsup --minify",
23
23
  "lint": "eslint .",
24
24
  "publish": "npm run test && npm run build && npm publish --access public",
25
25
  "prepare": "husky",
26
26
  "commit": "cz",
27
27
  "verify": "node scripts/verify-package.js",
28
- "diagnose": "node scripts/diagnose-installation.js",
29
- "prebuild": "node scripts/verify-package.js || true",
30
- "postbuild": "node scripts/verify-package.js"
28
+ "diagnose": "node scripts/diagnose-installation.js"
31
29
  },
32
30
  "config": {
33
31
  "commitizen": {
@@ -72,8 +70,7 @@
72
70
  "csv",
73
71
  "excel",
74
72
  "xlsx",
75
- "validation",
76
- "web-workers"
73
+ "validation"
77
74
  ],
78
75
  "author": "Cristian Marin",
79
76
  "license": "MIT",
@@ -95,7 +92,6 @@
95
92
  ]
96
93
  },
97
94
  "dependencies": {
98
- "comlink": "^4.4.2",
99
95
  "js-sha256": "^0.11.1",
100
96
  "papaparse": "^5.5.3",
101
97
  "xlsx": "^0.18.5"