@midscene/core 0.30.9 → 0.30.10

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.
@@ -190,7 +190,7 @@ function trimContextByViewport(execution) {
190
190
  }) : execution.tasks
191
191
  };
192
192
  }
193
- const getMidsceneVersion = ()=>"0.30.9";
193
+ const getMidsceneVersion = ()=>"0.30.10";
194
194
  const parsePrompt = (prompt)=>{
195
195
  if ('string' == typeof prompt) return {
196
196
  textPrompt: prompt,