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