xlsx-formula-recalc 0.131.1 → 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 +5 -6
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -67,8 +67,8 @@ npm install @bilig/xlsx-formula-recalc
67
67
 
68
68
  ## CLI
69
69
 
70
- Run the unified evaluator first when you want one `verified: true` proof shape
71
- for XLSX stale-cache checks, WorkPaper services, and agent/MCP tooling:
70
+ Run the evaluator first when you want one JSON shape for XLSX stale-cache
71
+ checks, WorkPaper services, and agent/MCP tooling:
72
72
 
73
73
  ```sh
74
74
  npx --package @bilig/xlsx-formula-recalc bilig-evaluate --door xlsx-cache --json
@@ -151,10 +151,9 @@ a proof object with explicit recalculation fields and the recalculated value:
151
151
  }
152
152
  ```
153
153
 
154
- Keep the proof first. The JSON is meant for CI and agents, so it does not carry
155
- star, release-watch, or discussion links. Use the links in the README or docs
156
- only after the recalculated value and warnings match the workflow you are
157
- evaluating.
154
+ Keep the JSON first. It contains proof fields only; it does not include star,
155
+ release-watch, or discussion links. Use README or docs links after the
156
+ recalculated value and warnings match the workflow.
158
157
 
159
158
  If you have a real workbook but do not yet know which formula cells matter,
160
159
  diagnose it without writing an output file:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xlsx-formula-recalc",
3
- "version": "0.131.1",
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
  "excel",
@@ -83,8 +83,8 @@
83
83
  "smoke": "node ./dist/cli.js --help"
84
84
  },
85
85
  "dependencies": {
86
- "@bilig/headless": "0.131.1",
87
- "@bilig/protocol": "0.131.1",
86
+ "@bilig/headless": "0.131.2",
87
+ "@bilig/protocol": "0.131.2",
88
88
  "fflate": "0.3.11"
89
89
  },
90
90
  "engines": {