@bilig/xlsx-formula-recalc 0.130.1 → 0.130.3

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.
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ await import('../dist/sheetjs-cli.js')
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ await import('../dist/cache-doctor-cli.js')
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ await import('../dist/cli.js')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/xlsx-formula-recalc",
3
- "version": "0.130.1",
3
+ "version": "0.130.3",
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",
@@ -38,11 +38,12 @@
38
38
  "directory": "packages/bilig-xlsx-formula-recalc"
39
39
  },
40
40
  "bin": {
41
- "sheetjs-recalc": "./dist/sheetjs-cli.js",
42
- "xlsx-cache-doctor": "./dist/cache-doctor-cli.js",
43
- "xlsx-recalc": "./dist/cli.js"
41
+ "sheetjs-recalc": "./bin/sheetjs-recalc.js",
42
+ "xlsx-cache-doctor": "./bin/xlsx-cache-doctor.js",
43
+ "xlsx-recalc": "./bin/xlsx-recalc.js"
44
44
  },
45
45
  "files": [
46
+ "bin",
46
47
  "dist",
47
48
  "README.md",
48
49
  "LICENSE"
@@ -71,7 +72,7 @@
71
72
  "smoke": "node ./dist/cli.js --help"
72
73
  },
73
74
  "dependencies": {
74
- "xlsx-formula-recalc": "0.130.1"
75
+ "xlsx-formula-recalc": "0.130.3"
75
76
  },
76
77
  "engines": {
77
78
  "node": ">=22.0.0"