@midscene/core 0.28.2-beta-20250910021445.0 → 0.28.2-beta-20250910024129.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.
@@ -185,7 +185,7 @@ function trimContextByViewport(execution) {
185
185
  }) : execution.tasks
186
186
  };
187
187
  }
188
- const getMidsceneVersion = ()=>"0.28.2-beta-20250910021445.0";
188
+ const getMidsceneVersion = ()=>"0.28.2-beta-20250910024129.0";
189
189
  const parsePrompt = (prompt)=>{
190
190
  if ('string' == typeof prompt) return {
191
191
  textPrompt: prompt,