@midscene/core 1.12.4 → 1.12.5-beta-20260907092148.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.
@@ -154,7 +154,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
154
154
  return;
155
155
  }
156
156
  }
157
- const getMidsceneVersion = ()=>"1.12.4";
157
+ const getMidsceneVersion = ()=>"1.12.5-beta-20260907092148.0";
158
158
  const parsePrompt = (prompt)=>{
159
159
  if ('string' == typeof prompt) return {
160
160
  textPrompt: prompt,