@midscene/core 1.4.7 → 1.4.8-beta-20260226063853.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.
@@ -135,7 +135,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
135
135
  return;
136
136
  }
137
137
  }
138
- const getMidsceneVersion = ()=>"1.4.7";
138
+ const getMidsceneVersion = ()=>"1.4.8-beta-20260226063853.0";
139
139
  const parsePrompt = (prompt)=>{
140
140
  if ('string' == typeof prompt) return {
141
141
  textPrompt: prompt,