@bilig/exceljs-formula-recalc 0.155.0 → 0.159.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
@@ -32,6 +32,11 @@ The important distinction is:
32
32
  Use ExcelJS for workbook I/O and presentation. Use this package only for the
33
33
  calculation/readback boundary that ExcelJS intentionally does not own.
34
34
 
35
+ If the workflow might belong at the generic XLSX, SheetJS, template, CI,
36
+ WorkPaper, or agent boundary instead, use the
37
+ [stale formula readback chooser](https://proompteng.github.io/bilig/stale-formula-readback-chooser.html)
38
+ before adding an ExcelJS-specific bridge.
39
+
35
40
  ## Install
36
41
 
37
42
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/exceljs-formula-recalc",
3
- "version": "0.155.0",
3
+ "version": "0.159.0",
4
4
  "description": "Scoped ExcelJS formula recalculation package for Node.js without Excel, LibreOffice, or browser automation.",
5
5
  "keywords": [
6
6
  "bilig",
@@ -54,8 +54,8 @@
54
54
  "build": "pnpm --dir ../.. --filter @bilig/xlsx-formula-recalc build && pnpm --dir ../.. --filter exceljs-formula-recalc build && rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
55
55
  },
56
56
  "dependencies": {
57
- "@bilig/xlsx-formula-recalc": "0.155.0",
58
- "exceljs-formula-recalc": "0.155.0"
57
+ "@bilig/xlsx-formula-recalc": "0.159.0",
58
+ "exceljs-formula-recalc": "0.159.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "exceljs": "4.4.0"