summd 0.1.16 → 0.1.18

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # summd
2
2
 
3
- CLI for [sum.md](https://sum.md) — Sum to anything.
3
+ CLI for [sum.md](https://sum.md) — Sum anything, Deliver anywhere.
4
4
 
5
5
  Auto-summarize what you save. Surface it as context — for humans, AI agents, or any tool in your workflow.
6
6
 
package/dist/index.js CHANGED
@@ -48,7 +48,7 @@ function formatDate(iso) {
48
48
  // ── program ───────────────────────────────────────────────────────────────────
49
49
  program
50
50
  .name('summd')
51
- .description('Sum to anything.')
51
+ .description('Sum anything, Deliver anywhere.')
52
52
  .version(_pkg.version)
53
53
  .option('--key <token>', 'API key for this request')
54
54
  .option('--base <url>', 'Override API base URL');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "summd",
3
- "version": "0.1.16",
4
- "description": "CLI for sum.md — Sum to anything.",
3
+ "version": "0.1.18",
4
+ "description": "CLI for sum.md — Sum anything, Deliver anywhere.",
5
5
  "license": "MIT",
6
6
  "bin": {
7
7
  "summd": "./dist/index.js"