sygal-cli 0.1.1 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sygal-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Sygal CLI - convert files and web pages to Markdown/JSON (local MarkItDown pipeline, OCR for images)",
5
5
  "author": "Cyrill Semah",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -36,8 +36,8 @@
36
36
  "@sygal/core": "0.1.0"
37
37
  },
38
38
  "optionalDependencies": {
39
- "@sygal/sidecar-darwin-arm64": "0.1.1",
40
- "@sygal/sidecar-win32-x64": "0.1.1"
39
+ "@sygal/sidecar-darwin-arm64": "0.1.2",
40
+ "@sygal/sidecar-win32-x64": "0.1.2"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "esbuild src/index.ts --bundle --platform=node --target=node20 --format=cjs --outfile=dist/index.js --external:sharp --external:gpt-tokenizer --external:commander --external:picocolors",