@midscene/core 1.0.1-beta-20251027033034.0 → 1.0.1-beta-20251027074226.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.
@@ -99,7 +99,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
99
99
  return;
100
100
  }
101
101
  }
102
- const getMidsceneVersion = ()=>"1.0.1-beta-20251027033034.0";
102
+ const getMidsceneVersion = ()=>"1.0.1-beta-20251027074226.0";
103
103
  const parsePrompt = (prompt)=>{
104
104
  if ('string' == typeof prompt) return {
105
105
  textPrompt: prompt,