xlsx-formula-recalc 0.37.0 → 0.37.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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -45,12 +45,12 @@ ExcelJS, then verifies that Bilig refreshes the stale formula result.
45
45
 
46
46
  For the SheetJS-specific boundary, read
47
47
  [SheetJS formula result not updating in Node.js](../../docs/sheetjs-formula-result-not-updating-node.md).
48
- No separate npm package is required for the SheetJS command: the live
49
- `xlsx-formula-recalc` package also exposes `sheetjs-recalc` for people who think
50
- about this bug through the SheetJS / `xlsx` pipeline.
48
+ The SheetJS-named `sheetjs-formula-recalc` package is also published for teams
49
+ that search and install through the SheetJS / `xlsx` pipeline. It uses the same
50
+ underlying recalculation implementation as this package.
51
51
 
52
52
  ```sh
53
- npx --package xlsx-formula-recalc sheetjs-recalc --demo --json
53
+ npx --package sheetjs-formula-recalc sheetjs-recalc --demo --json
54
54
  ```
55
55
 
56
56
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xlsx-formula-recalc",
3
- "version": "0.37.0",
3
+ "version": "0.37.2",
4
4
  "description": "Recalculate XLSX formulas in Node.js without Excel, LibreOffice, or browser automation.",
5
5
  "keywords": [
6
6
  "excel",
@@ -65,7 +65,7 @@
65
65
  "smoke": "node ./dist/cli.js --help"
66
66
  },
67
67
  "dependencies": {
68
- "@bilig/headless": "0.37.0"
68
+ "@bilig/headless": "0.37.2"
69
69
  },
70
70
  "engines": {
71
71
  "node": ">=22.0.0"