xlsx-for-ai 1.4.2 → 1.4.4

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 (1) hide show
  1. package/package.json +10 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xlsx-for-ai",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "description": "CLI that converts .xlsx files into rich text or JSON dumps that AI coding agents (Claude, Cursor, Copilot, ChatGPT, etc.) can read — preserving values, formulas, formatting, colors, column widths, frozen panes, named ranges, tables, and more.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -47,5 +47,14 @@
47
47
  "gpt-tokenizer": "^3.4.0",
48
48
  "papaparse": "^5.5.3",
49
49
  "xlsx": "^0.18.5"
50
+ },
51
+ "devDependencies": {
52
+ "patch-package": "^8.0.1"
53
+ },
54
+ "overrides": {
55
+ "glob": "^13.0.0",
56
+ "rimraf": "^5.0.10",
57
+ "unzipper": "^0.12.3",
58
+ "fast-csv": "^5.0.2"
50
59
  }
51
60
  }