@bilig/sheetjs-formula-recalc 0.157.0 → 0.160.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 +5 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -33,6 +33,11 @@ Use this package at the file boundary:
33
33
  This package is a SheetJS-named bridge over `@bilig/xlsx-formula-recalc`, so
34
34
  teams searching for a SheetJS answer can find the right boundary directly.
35
35
 
36
+ If the workflow might belong at the generic XLSX, ExcelJS, template, CI,
37
+ WorkPaper, or agent boundary instead, use the
38
+ [stale formula readback chooser](https://proompteng.github.io/bilig/stale-formula-readback-chooser.html)
39
+ before installing another bridge.
40
+
36
41
  ## Install
37
42
 
38
43
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/sheetjs-formula-recalc",
3
- "version": "0.157.0",
3
+ "version": "0.160.0",
4
4
  "description": "Scoped SheetJS formula recalculation package for Node.js without Excel, LibreOffice, or browser automation.",
5
5
  "keywords": [
6
6
  "bilig",
@@ -57,8 +57,8 @@
57
57
  "smoke": "node ./dist/cli.js --help"
58
58
  },
59
59
  "dependencies": {
60
- "@bilig/xlsx-formula-recalc": "0.157.0",
61
- "sheetjs-formula-recalc": "0.157.0"
60
+ "@bilig/xlsx-formula-recalc": "0.160.0",
61
+ "sheetjs-formula-recalc": "0.160.0"
62
62
  },
63
63
  "engines": {
64
64
  "node": ">=22.0.0"