mulmocast 1.2.68 → 1.2.69

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.
@@ -151,7 +151,7 @@ export const beat_graph_data = {
151
151
  defaultValue: {},
152
152
  },
153
153
  movieGenerator: {
154
- if: ":preprocessor.movieFile",
154
+ if: ":beat.moviePrompt",
155
155
  agent: ":preprocessor.movieAgentInfo.agent",
156
156
  inputs: {
157
157
  media: "movie",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mulmocast",
3
- "version": "1.2.68",
3
+ "version": "1.2.69",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "lib/index.node.js",
@@ -71,8 +71,8 @@
71
71
  },
72
72
  "homepage": "https://github.com/receptron/mulmocast-cli#readme",
73
73
  "dependencies": {
74
- "@google-cloud/text-to-speech": "^6.3.1",
75
- "@google/genai": "^1.25.0",
74
+ "@google-cloud/text-to-speech": "^6.4.0",
75
+ "@google/genai": "^1.27.0",
76
76
  "@graphai/anthropic_agent": "^2.0.11",
77
77
  "@graphai/browserless_agent": "^2.0.1",
78
78
  "@graphai/gemini_agent": "^2.0.1",
@@ -84,7 +84,7 @@
84
84
  "@graphai/vanilla_node_agents": "^2.0.4",
85
85
  "@inquirer/input": "^4.2.5",
86
86
  "@inquirer/select": "^4.4.0",
87
- "@modelcontextprotocol/sdk": "^1.20.1",
87
+ "@modelcontextprotocol/sdk": "^1.20.2",
88
88
  "@mozilla/readability": "^0.6.0",
89
89
  "@tavily/core": "^0.5.11",
90
90
  "archiver": "^7.0.1",
@@ -96,8 +96,8 @@
96
96
  "marked": "^16.4.1",
97
97
  "mulmocast-vision": "^1.0.4",
98
98
  "ora": "^9.0.0",
99
- "puppeteer": "^24.25.0",
100
- "replicate": "^1.3.0",
99
+ "puppeteer": "^24.26.1",
100
+ "replicate": "^1.3.1",
101
101
  "yaml": "^2.8.1",
102
102
  "yargs": "^18.0.0",
103
103
  "zod": "^3.25.76",
@@ -105,10 +105,10 @@
105
105
  },
106
106
  "devDependencies": {
107
107
  "@receptron/test_utils": "^2.0.3",
108
- "@types/archiver": "^6.0.3",
109
- "@types/fluent-ffmpeg": "^2.1.26",
108
+ "@types/archiver": "^7.0.0",
109
+ "@types/fluent-ffmpeg": "^2.1.28",
110
110
  "@types/jsdom": "^27.0.0",
111
- "@types/yargs": "^17.0.33",
111
+ "@types/yargs": "^17.0.34",
112
112
  "eslint": "^9.38.0",
113
113
  "eslint-config-prettier": "^10.1.8",
114
114
  "eslint-plugin-prettier": "^5.5.4",