@bilig/xlsx-formula-recalc 0.164.0 → 0.164.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.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -365,9 +365,9 @@ explicitly.
|
|
|
365
365
|
|
|
366
366
|
## After The Proof
|
|
367
367
|
|
|
368
|
-
If the recalculation proof matches the Node/XLSX workflow you need,
|
|
369
|
-
|
|
370
|
-
<https://github.com/proompteng/bilig
|
|
368
|
+
If the recalculation proof matches the Node/XLSX workflow you need, keep the
|
|
369
|
+
repository and release feed nearby:
|
|
370
|
+
<https://github.com/proompteng/bilig>.
|
|
371
371
|
|
|
372
372
|
Watch releases if the package is close to a production path:
|
|
373
373
|
<https://github.com/proompteng/bilig/subscription>.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bilig/xlsx-formula-recalc",
|
|
3
|
-
"version": "0.164.
|
|
3
|
+
"version": "0.164.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",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"smoke": "node ./dist/cli.js --help"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"xlsx-formula-recalc": "0.164.
|
|
91
|
+
"xlsx-formula-recalc": "0.164.2"
|
|
92
92
|
},
|
|
93
93
|
"engines": {
|
|
94
94
|
"node": ">=22.0.0"
|