mulmocast 2.1.10 → 2.1.11

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.
@@ -127,7 +127,7 @@ export const mulmoViewerBundle = async (context) => {
127
127
  });
128
128
  // BGM
129
129
  const bgmFileName = await processBgm(context.studio?.script.audioParams?.bgm, dir, zipper);
130
- const bundleData = { beats: resultJson, bgmSource: bgmFileName };
130
+ const bundleData = { beats: resultJson, bgmSource: bgmFileName, title: context.studio.script.title };
131
131
  fs.writeFileSync(path.resolve(dir, viewJsonFileName), JSON.stringify(bundleData, null, 2));
132
132
  zipper.addFile(path.resolve(dir, viewJsonFileName));
133
133
  if (isZip) {
@@ -154,4 +154,5 @@ export type MulmoViewerBeat = {
154
154
  export type MulmoViewerData = {
155
155
  beats: MulmoViewerBeat[];
156
156
  bgmSource?: string;
157
+ title?: string;
157
158
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mulmocast",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "lib/index.node.js",
@@ -84,13 +84,13 @@
84
84
  "@graphai/stream_agent_filter": "^2.0.2",
85
85
  "@graphai/vanilla": "^2.0.12",
86
86
  "@graphai/vanilla_node_agents": "^2.0.4",
87
- "@inquirer/input": "^4.3.0",
88
- "@inquirer/select": "^4.4.1",
87
+ "@inquirer/input": "^5.0.3",
88
+ "@inquirer/select": "^5.0.3",
89
89
  "@modelcontextprotocol/sdk": "^1.25.1",
90
90
  "@mozilla/readability": "^0.6.0",
91
91
  "@tavily/core": "^0.5.11",
92
92
  "archiver": "^7.0.1",
93
- "clipboardy": "^4.0.0",
93
+ "clipboardy": "^5.0.2",
94
94
  "dotenv": "^17.2.3",
95
95
  "fluent-ffmpeg": "^2.1.3",
96
96
  "graphai": "^2.0.16",
@@ -98,7 +98,7 @@
98
98
  "marked": "^17.0.1",
99
99
  "mulmocast-vision": "^1.0.8",
100
100
  "ora": "^9.0.0",
101
- "puppeteer": "^24.33.0",
101
+ "puppeteer": "^24.34.0",
102
102
  "replicate": "^1.4.0",
103
103
  "yaml": "^2.8.2",
104
104
  "yargs": "^18.0.0",
@@ -117,7 +117,7 @@
117
117
  "prettier": "^3.7.4",
118
118
  "tsx": "^4.21.0",
119
119
  "typescript": "^5.9.3",
120
- "typescript-eslint": "^8.50.0"
120
+ "typescript-eslint": "^8.50.1"
121
121
  },
122
122
  "engines": {
123
123
  "node": ">=20.0.0"