@todoforai/cli 0.1.39 → 0.1.40

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.
@@ -43396,9 +43396,9 @@ var mimetypes_default = {
43396
43396
  image: { icon: "mdi:file-image", color: "yellow", prefixRule: "image/", needsObjectUrl: true },
43397
43397
  audio: { icon: "mdi:file-music", color: "grey", prefixRule: "audio/", needsObjectUrl: true },
43398
43398
  video: { icon: "mdi:file-video", color: "yellow", prefixRule: "video/", needsObjectUrl: true },
43399
- pdf: { icon: "mdi:pdf-box", color: "red", needsObjectUrl: true },
43400
- document: { icon: "mdi:file-word", color: "lightblue" },
43401
- spreadsheet: { icon: "mdi:file-excel", color: "green" },
43399
+ pdf: { icon: "vscode-icons:file-type-pdf2", color: "red", needsObjectUrl: true },
43400
+ document: { icon: "vscode-icons:file-type-word", color: "lightblue" },
43401
+ spreadsheet: { icon: "vscode-icons:file-type-excel", color: "green" },
43402
43402
  text: { icon: "mdi:file", color: "white", prefixRule: "text/" },
43403
43403
  archive: { icon: "mdi:folder-zip", color: "purple" },
43404
43404
  unknown: { icon: "mdi:file", color: "grey" },
@@ -44326,7 +44326,7 @@ import { parseArgs } from "util";
44326
44326
  // package.json
44327
44327
  var package_default = {
44328
44328
  name: "@todoforai/cli",
44329
- version: "0.1.39",
44329
+ version: "0.1.40",
44330
44330
  type: "module",
44331
44331
  bin: {
44332
44332
  "todoforai-cli": "bin/todoforai-cli.js",
@@ -44386,7 +44386,7 @@ Usage:
44386
44386
  tfa-cli show <file|-> [todo-id] # Show a file in the chat (rendered by mimetype; - reads stdin)
44387
44387
  # [--title T] [--alias A] [--mime M] [--card <name>] [--link] [--json]
44388
44388
  # --link = compact chip (name+size+download) instead of inline render
44389
- # The file gets a stable public url: sites.todofor.ai/<site-id>
44389
+ # The file gets a stable public url: show.todofor.ai/<site-id>
44390
44390
  # (latest; /<site-id>/<attachment-id> = frozen version). --site <id>
44391
44391
  # pushes a new version to an existing url (from any todo).
44392
44392
  tfa-cli show rm <site-id> # Take a shown file down (all versions)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todoforai/cli",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "todoforai-cli": "bin/todoforai-cli.js",