storyforge 0.15.0 → 0.16.0
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.
|
@@ -5648,7 +5648,11 @@ var renderGeminiRemotion = async (shot, ctx) => {
|
|
|
5648
5648
|
intent: shot.intent ?? "",
|
|
5649
5649
|
...shot.citationUrl ? { citationUrl: shot.citationUrl } : {},
|
|
5650
5650
|
...shot.quotedPhrase ? { quotedPhrase: shot.quotedPhrase } : {},
|
|
5651
|
-
...shot.textPosition ? { textPosition: shot.textPosition } : {}
|
|
5651
|
+
...shot.textPosition ? { textPosition: shot.textPosition } : {},
|
|
5652
|
+
...shot.textAnimation ? { textAnimation: shot.textAnimation } : {},
|
|
5653
|
+
...shot.textAccent ? { textAccent: shot.textAccent } : {},
|
|
5654
|
+
...shot.textAccentColor ? { textAccentColor: shot.textAccentColor } : {},
|
|
5655
|
+
...shot.textColor ? { textColor: shot.textColor } : {}
|
|
5652
5656
|
},
|
|
5653
5657
|
null,
|
|
5654
5658
|
2
|
package/dist/index.js
CHANGED
|
@@ -1689,7 +1689,7 @@ Return ONLY the complete updated TSX. No markdown fences, no explanation.`;
|
|
|
1689
1689
|
return "0.0.0";
|
|
1690
1690
|
})();
|
|
1691
1691
|
void (async () => {
|
|
1692
|
-
const { BridgePoller } = await import("./bridge-poller-
|
|
1692
|
+
const { BridgePoller } = await import("./bridge-poller-NDX5EL7P.js");
|
|
1693
1693
|
const poller = new BridgePoller({ baseUrl: bridgeUrl, token: bridgeToken2, clientVersion: `storyforge ${pkgVersion}` });
|
|
1694
1694
|
poller.start();
|
|
1695
1695
|
})();
|
|
@@ -2512,7 +2512,7 @@ function resolveBridgeToken2(explicit) {
|
|
|
2512
2512
|
// package.json
|
|
2513
2513
|
var package_default = {
|
|
2514
2514
|
name: "storyforge",
|
|
2515
|
-
version: "0.
|
|
2515
|
+
version: "0.16.0",
|
|
2516
2516
|
description: "StoryForge \u2014 local bridge for the Forge video production web app. Parallel clip-render orchestrator (Remotion 4 + Manim + HyperFrames + ffmpeg) + final video stitcher + dependency doctor.",
|
|
2517
2517
|
type: "module",
|
|
2518
2518
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storyforge",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"description": "StoryForge — local bridge for the Forge video production web app. Parallel clip-render orchestrator (Remotion 4 + Manim + HyperFrames + ffmpeg) + final video stitcher + dependency doctor.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|