clipbait 1.3.0 → 1.3.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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ Turn any video into short viral clips — and auto-clip live streams — from yo
4
4
 
5
5
  ## Fastest start — one command
6
6
  ```bash
7
- npx clipbait
7
+ npx clipbait@latest
8
8
  ```
9
9
  It opens Clipbait so you can grab your key, then installs a **`/clipbait`** slash command and connects the Clipbait MCP server to Claude Code. Then just type in Claude:
10
10
  ```
package/index.js CHANGED
@@ -117,7 +117,7 @@ async function runSetup(providedKey) {
117
117
 
118
118
  const HELP = `clipbait — AI clip generation
119
119
 
120
- npx clipbait set up Claude Code (recommended)
120
+ npx clipbait@latest set up Claude Code (recommended)
121
121
  clipbait login <apiKey> just save your API key
122
122
  clipbait generate <url> [--aspect 9:16] [--type talking_head] [--max 9]
123
123
  clipbait status <jobId> check a job + get clip URLs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clipbait",
3
- "version": "1.3.0",
3
+ "version": "1.3.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",