xlsx-formula-recalc 0.119.0 → 0.119.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 +7 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -85,7 +85,13 @@ actions:
|
|
|
85
85
|
"star": "https://github.com/proompteng/bilig/stargazers",
|
|
86
86
|
"watchReleases": "https://github.com/proompteng/bilig/subscription",
|
|
87
87
|
"adoptionBlocker": "https://github.com/proompteng/bilig/discussions/new?category=general",
|
|
88
|
-
"nextStep":
|
|
88
|
+
"nextStep": {
|
|
89
|
+
"ifUseful": "If this XLSX recalculation proof fixed a stale formula path, star or bookmark Bilig so you can find it again.",
|
|
90
|
+
"star": "https://github.com/proompteng/bilig/stargazers",
|
|
91
|
+
"watchReleases": "https://github.com/proompteng/bilig/subscription",
|
|
92
|
+
"ifBlocked": "If it almost worked, open the concrete workbook blocker.",
|
|
93
|
+
"adoptionBlocker": "https://github.com/proompteng/bilig/discussions/new?category=general"
|
|
94
|
+
}
|
|
89
95
|
}
|
|
90
96
|
```
|
|
91
97
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xlsx-formula-recalc",
|
|
3
|
-
"version": "0.119.
|
|
3
|
+
"version": "0.119.2",
|
|
4
4
|
"description": "Recalculate XLSX formula values in Node.js after SheetJS, ExcelJS, or xlsx-populate edits without Excel, LibreOffice, or browser automation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"excel",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"smoke": "node ./dist/cli.js --help"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@bilig/headless": "0.119.
|
|
78
|
-
"@bilig/protocol": "0.119.
|
|
77
|
+
"@bilig/headless": "0.119.2",
|
|
78
|
+
"@bilig/protocol": "0.119.2",
|
|
79
79
|
"fflate": "0.3.11"
|
|
80
80
|
},
|
|
81
81
|
"engines": {
|