clipbait 1.4.0 → 1.4.1

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -25,7 +25,7 @@ const NEED_KEY = [
25
25
  " you don't have one yet).",
26
26
  " • New to Clipbait? Sign up at https://clipbait.ai, then grab your key from /me.",
27
27
  "",
28
- "Then run: npx clipbait@latest cbk_live_YOUR_KEY",
28
+ "Then come back here and paste your key (cbk_live_...) — I'll finish connecting you.",
29
29
  "",
30
30
  ].join("\n");
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clipbait",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Clipbait CLI — turn any video into viral clips, and auto-clip live streams, from your terminal or AI agent.",
5
5
  "bin": { "clipbait": "index.js" },
6
6
  "type": "commonjs",