@bilig/sheetjs-formula-recalc 0.161.0 → 0.164.1

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/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { runXlsxFormulaRecalcCli } from '@bilig/xlsx-formula-recalc/cli-api';
3
- process.exitCode = runXlsxFormulaRecalcCli(process.argv.slice(2), {
2
+ import { runXlsxFormulaRecalcCliAsync } from '@bilig/xlsx-formula-recalc/cli-api';
3
+ process.exitCode = await runXlsxFormulaRecalcCliAsync(process.argv.slice(2), {
4
4
  commandName: 'sheetjs-recalc',
5
5
  });
6
6
  //# sourceMappingURL=cli.js.map
package/dist/cli.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAA;AAE5E,OAAO,CAAC,QAAQ,GAAG,uBAAuB,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;IAChE,WAAW,EAAE,gBAAgB;CAC9B,CAAC,CAAA"}
1
+ {"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAA;AAEjF,OAAO,CAAC,QAAQ,GAAG,MAAM,4BAA4B,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;IAC3E,WAAW,EAAE,gBAAgB;CAC9B,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/sheetjs-formula-recalc",
3
- "version": "0.161.0",
3
+ "version": "0.164.1",
4
4
  "description": "Scoped SheetJS formula recalculation package for Node.js without Excel, LibreOffice, or browser automation.",
5
5
  "keywords": [
6
6
  "bilig",
@@ -53,12 +53,11 @@
53
53
  "access": "public"
54
54
  },
55
55
  "scripts": {
56
- "build": "pnpm --dir ../.. --filter @bilig/xlsx-formula-recalc build && pnpm --dir ../.. --filter sheetjs-formula-recalc build && rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json",
56
+ "build": "pnpm --dir ../.. --filter sheetjs-formula-recalc build && rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json",
57
57
  "smoke": "node ./dist/cli.js --help"
58
58
  },
59
59
  "dependencies": {
60
- "@bilig/xlsx-formula-recalc": "0.161.0",
61
- "sheetjs-formula-recalc": "0.161.0"
60
+ "sheetjs-formula-recalc": "0.164.1"
62
61
  },
63
62
  "engines": {
64
63
  "node": ">=22.0.0"