@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.
@@ -138,7 +138,7 @@ function trimContextByViewport(execution) {
138
138
  }) : execution.tasks
139
139
  };
140
140
  }
141
- const getMidsceneVersion = ()=>"0.28.2-beta-20250910021445.0";
141
+ const getMidsceneVersion = ()=>"0.28.2-beta-20250910024129.0";
142
142
  const parsePrompt = (prompt)=>{
143
143
  if ('string' == typeof prompt) return {
144
144
  textPrompt: prompt,