@midscene/core 0.29.4 → 0.29.5-beta-20250926082304.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.
- package/dist/es/agent/utils.mjs +1 -1
- package/dist/es/utils.mjs +2 -2
- package/dist/es/yaml/player.mjs +4 -3
- package/dist/es/yaml/player.mjs.map +1 -1
- package/dist/lib/agent/utils.js +1 -1
- package/dist/lib/utils.js +2 -2
- package/dist/lib/yaml/player.js +4 -3
- package/dist/lib/yaml/player.js.map +1 -1
- package/package.json +3 -3
package/dist/es/agent/utils.mjs
CHANGED
|
@@ -139,7 +139,7 @@ function trimContextByViewport(execution) {
|
|
|
139
139
|
}) : execution.tasks
|
|
140
140
|
};
|
|
141
141
|
}
|
|
142
|
-
const getMidsceneVersion = ()=>"0.29.
|
|
142
|
+
const getMidsceneVersion = ()=>"0.29.5-beta-20250926082304.0";
|
|
143
143
|
const parsePrompt = (prompt)=>{
|
|
144
144
|
if ('string' == typeof prompt) return {
|
|
145
145
|
textPrompt: prompt,
|