@renoise/video-maker 0.1.2 → 0.1.3
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/index.mjs +1 -0
- package/package.json +3 -2
package/index.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function register() {}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@renoise/video-maker",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Video production toolkit for AI video generation, e-commerce content, and more",
|
|
@@ -10,11 +10,12 @@
|
|
|
10
10
|
"directory": "video-maker"
|
|
11
11
|
},
|
|
12
12
|
"openclaw": {
|
|
13
|
-
"extensions": ["./
|
|
13
|
+
"extensions": ["./index.mjs"]
|
|
14
14
|
},
|
|
15
15
|
"files": [
|
|
16
16
|
".claude-plugin/",
|
|
17
17
|
"openclaw.plugin.json",
|
|
18
|
+
"index.mjs",
|
|
18
19
|
"hooks/",
|
|
19
20
|
"lib/",
|
|
20
21
|
"skills/",
|