@midscene/core 1.0.1-beta-20251113032744.0 → 1.0.1-beta-20251113033118.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.
@@ -150,7 +150,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
150
150
  return;
151
151
  }
152
152
  }
153
- const getMidsceneVersion = ()=>"1.0.1-beta-20251113032744.0";
153
+ const getMidsceneVersion = ()=>"1.0.1-beta-20251113033118.0";
154
154
  const parsePrompt = (prompt)=>{
155
155
  if ('string' == typeof prompt) return {
156
156
  textPrompt: prompt,