@midscene/core 1.2.3-beta-20260127124325.0 → 1.3.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.
@@ -104,7 +104,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
104
104
  return;
105
105
  }
106
106
  }
107
- const getMidsceneVersion = ()=>"1.2.3-beta-20260127124325.0";
107
+ const getMidsceneVersion = ()=>"1.3.0";
108
108
  const parsePrompt = (prompt)=>{
109
109
  if ('string' == typeof prompt) return {
110
110
  textPrompt: prompt,