@midscene/core 0.30.1-beta-20250930115351.0 → 0.30.1

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.
@@ -152,7 +152,7 @@ function trimContextByViewport(execution) {
152
152
  }) : execution.tasks
153
153
  };
154
154
  }
155
- const getMidsceneVersion = ()=>"0.30.1-beta-20250930115351.0";
155
+ const getMidsceneVersion = ()=>"0.30.1";
156
156
  const parsePrompt = (prompt)=>{
157
157
  if ('string' == typeof prompt) return {
158
158
  textPrompt: prompt,