@midscene/core 0.29.5-beta-20250926082304.0 → 0.29.5

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