@midscene/core 1.9.3-beta-20260610020608.0 → 1.9.3
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.
- package/dist/es/agent/utils.mjs +1 -1
- package/dist/es/utils.mjs +2 -2
- package/dist/lib/agent/utils.js +1 -1
- package/dist/lib/types.js +3 -3
- package/dist/lib/utils.js +2 -2
- package/package.json +2 -2
package/dist/es/agent/utils.mjs
CHANGED
|
@@ -120,7 +120,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
|
|
|
120
120
|
return;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
|
-
const getMidsceneVersion = ()=>"1.9.3
|
|
123
|
+
const getMidsceneVersion = ()=>"1.9.3";
|
|
124
124
|
const parsePrompt = (prompt)=>{
|
|
125
125
|
if ('string' == typeof prompt) return {
|
|
126
126
|
textPrompt: prompt,
|