@blitzreels/cli 0.1.4 → 0.1.5

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/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -27,3 +27,6 @@ For most users, the recommended package is still:
27
27
  ```bash
28
28
  npx blitzreels auth login
29
29
  ```
30
+
31
+ Browser auth shows a one-time CLI code in BlitzReels and waits for the logged-in
32
+ user to click `Connect CLI` before any API key is created.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blitzreels/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Scoped CLI package for AI agents to edit videos inside BlitzReels.",
5
5
  "homepage": "https://blitzreels.com/",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "README.md"
29
29
  ],
30
30
  "dependencies": {
31
- "blitzreels": "^0.1.4"
31
+ "blitzreels": "^0.1.5"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"