@bilig/xlsx-formula-recalc 0.131.0 → 0.131.2

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -76,8 +76,8 @@ Expected shape:
76
76
  }
77
77
  ```
78
78
 
79
- The JSON is meant for CI and agents. It does not include star, release-watch, or
80
- discussion links.
79
+ The JSON contains proof fields only. It does not include star, release-watch,
80
+ or discussion links.
81
81
 
82
82
  If a coding agent needs to edit workbook state instead of only inspecting XLSX
83
83
  bytes, do not automate Excel or a browser grid. Run the headless proof:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/xlsx-formula-recalc",
3
- "version": "0.131.0",
3
+ "version": "0.131.2",
4
4
  "description": "Diagnose stale cached XLSX formula values and recalculate XLSX formulas in Node.js without Excel, LibreOffice, or browser automation.",
5
5
  "keywords": [
6
6
  "bilig",
@@ -78,7 +78,7 @@
78
78
  "smoke": "node ./dist/cli.js --help"
79
79
  },
80
80
  "dependencies": {
81
- "xlsx-formula-recalc": "0.131.0"
81
+ "xlsx-formula-recalc": "0.131.2"
82
82
  },
83
83
  "engines": {
84
84
  "node": ">=22.0.0"