@bilig/xlsx-formula-recalc 0.129.0 → 0.129.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 +5 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -71,8 +71,11 @@ npx --package @bilig/xlsx-formula-recalc xlsx-cache-doctor --print-github-action
|
|
|
71
71
|
```
|
|
72
72
|
|
|
73
73
|
The generated workflow uses `proompteng/bilig@v1`, uploads JSON and Markdown
|
|
74
|
-
reports,
|
|
75
|
-
|
|
74
|
+
reports, sets up Node.js 22, pins the npm runtime with `package-version`, and
|
|
75
|
+
starts in report-only mode. Add `--fail-on-stale true` when stale formula
|
|
76
|
+
caches should block pull requests. For production, pin both the Action ref and
|
|
77
|
+
`package-version`; the Action ref pins the wrapper, and `package-version` pins
|
|
78
|
+
the npm package it executes.
|
|
76
79
|
|
|
77
80
|
For a live reviewer path, inspect the
|
|
78
81
|
[XLSX Cache Doctor demo PR](https://github.com/proompteng/xlsx-cache-doctor-demo/pull/1).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bilig/xlsx-formula-recalc",
|
|
3
|
-
"version": "0.129.
|
|
3
|
+
"version": "0.129.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",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"smoke": "node ./dist/cli.js --help"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"xlsx-formula-recalc": "0.129.
|
|
74
|
+
"xlsx-formula-recalc": "0.129.2"
|
|
75
75
|
},
|
|
76
76
|
"engines": {
|
|
77
77
|
"node": ">=22.0.0"
|