@elefunc/send 0.1.9 → 0.1.10

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/tui/app.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elefunc/send",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Browser-compatible file transfer CLI and TUI powered by Bun, WebRTC, and Rezi.",
5
5
  "license": "MIT",
6
6
  "type": "module",
package/src/tui/app.ts CHANGED
@@ -115,7 +115,7 @@ const DEFAULT_WEB_URL = "https://send.rt.ht/"
115
115
  const DEFAULT_SAVE_DIR = resolve(process.cwd(), "downloads")
116
116
  const ABOUT_ELEFUNC_URL = "https://elefunc.com"
117
117
  const ABOUT_TITLE = "About Send"
118
- const ABOUT_INTRO = "Peer-to-Peer Transfers for the Web and CLI"
118
+ const ABOUT_INTRO = "Peer-to-Peer Transfers Web & CLI"
119
119
  const ABOUT_SUMMARY = "Join the same room, see who is there, and offer files directly to selected peers."
120
120
  const ABOUT_RUNTIME = "Send uses lightweight signaling to discover peers and negotiate WebRTC. Files move over WebRTC data channels, using direct paths when possible and TURN relay when needed."
121
121
  const ABOUT_CLI_LABEL = "bunx @elefunc/send@latest"