@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.
- package/package.json +1 -1
- package/src/tui/app.ts +1 -1
package/package.json
CHANGED
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
|
|
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"
|