exceljs-formula-recalc 0.40.34 → 0.40.35
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exceljs-formula-recalc",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.35",
|
|
4
4
|
"description": "Recalculate ExcelJS XLSX workbook formulas in Node.js without Excel, LibreOffice, or browser automation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"excel",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"build": "pnpm --dir ../.. --filter xlsx-formula-recalc build && rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"xlsx-formula-recalc": "0.40.
|
|
58
|
+
"xlsx-formula-recalc": "0.40.35"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"exceljs": "4.4.0"
|