@blitzreels/cli 0.1.6 → 0.1.7
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/LICENSE +1 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -16,7 +16,7 @@ above. You may not remove this notice.
|
|
|
16
16
|
|
|
17
17
|
3. Service and trademarks
|
|
18
18
|
|
|
19
|
-
Use of the BlitzReels service is governed by https://
|
|
19
|
+
Use of the BlitzReels service is governed by https://blitzreels.com/terms. This license grants no
|
|
20
20
|
ownership rights in the BlitzReels service, API, data, names, logos, or brand assets.
|
|
21
21
|
|
|
22
22
|
4. Warranty and liability
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blitzreels/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Scoped CLI package for AI agents to edit videos inside BlitzReels.",
|
|
5
5
|
"homepage": "https://blitzreels.com/",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"LICENSE"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"blitzreels": "^0.1.
|
|
33
|
+
"blitzreels": "^0.1.10"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|