@midscene/core 0.29.7-beta-20250930083551.0 → 0.30.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.
@@ -199,7 +199,7 @@ function trimContextByViewport(execution) {
199
199
  }) : execution.tasks
200
200
  };
201
201
  }
202
- const getMidsceneVersion = ()=>"0.29.7-beta-20250930083551.0";
202
+ const getMidsceneVersion = ()=>"0.30.0";
203
203
  const parsePrompt = (prompt)=>{
204
204
  if ('string' == typeof prompt) return {
205
205
  textPrompt: prompt,