@bilig/xlsx-formula-recalc 0.126.0 → 0.127.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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -138,8 +138,9 @@ npx --package @bilig/xlsx-formula-recalc xlsx-cache-doctor --print-github-action
138
138
 
139
139
  The generated workflow is read-only and report-only by default. Add
140
140
  `--fail-on-stale true` when stale formula caches should block pull requests.
141
- Use `--inspect-limit` and `--json-output` when your first run should sample
142
- formulas or write the JSON report somewhere specific.
141
+ Use `--inspect-limit`, `--json-output`, and `--markdown-output` when your first
142
+ run should sample formulas or write the JSON and Markdown reports somewhere
143
+ specific.
143
144
 
144
145
  For an existing workbook:
145
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/xlsx-formula-recalc",
3
- "version": "0.126.0",
3
+ "version": "0.127.0",
4
4
  "description": "Recalculate XLSX formula values in Node.js after SheetJS, ExcelJS, or xlsx-populate edits without Excel, LibreOffice, or browser automation.",
5
5
  "keywords": [
6
6
  "bilig",
@@ -71,7 +71,7 @@
71
71
  "smoke": "node ./dist/cli.js --help"
72
72
  },
73
73
  "dependencies": {
74
- "xlsx-formula-recalc": "0.126.0"
74
+ "xlsx-formula-recalc": "0.127.0"
75
75
  },
76
76
  "engines": {
77
77
  "node": ">=22.0.0"