@kenkaiiii/gg-editor 0.7.91 → 0.7.92
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.
|
@@ -169,7 +169,7 @@ describe("add_sfx_to_timeline", () => {
|
|
|
169
169
|
const tool = createAddSfxToTimelineTool(mockHost({ fps: 30 }), "/cwd");
|
|
170
170
|
const r = await tool.execute({ sfx: "notarealsfx", cutPoints: [1] }, ctx);
|
|
171
171
|
expect(r).toMatch(/error: unknown SFX name/);
|
|
172
|
-
expect(r).toMatch(/
|
|
172
|
+
expect(r).toMatch(/Bundled:.*whoosh/);
|
|
173
173
|
});
|
|
174
174
|
it("rejects when the host can't report a frame rate", async () => {
|
|
175
175
|
const tool = createAddSfxToTimelineTool(mockHost({ getTimelineErr: new Error("host=none") }), "/cwd");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenkaiiii/gg-editor",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.92",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI video editor agent. Drives DaVinci Resolve and Premiere Pro via API + hotkeys + GUI fallback.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"react": "^19.2.5",
|
|
36
36
|
"ws": "^8.18.0",
|
|
37
37
|
"zod": "^4.4.3",
|
|
38
|
-
"@kenkaiiii/gg-agent": "5.
|
|
39
|
-
"@kenkaiiii/gg-ai": "5.
|
|
40
|
-
"@kenkaiiii/ggcoder": "5.
|
|
38
|
+
"@kenkaiiii/gg-agent": "5.18.0",
|
|
39
|
+
"@kenkaiiii/gg-ai": "5.18.0",
|
|
40
|
+
"@kenkaiiii/ggcoder": "5.18.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^25.6.0",
|