@midscene/core 0.27.1-beta-20250822103738.0 → 0.27.1
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/utils.js +2 -2
- package/package.json +3 -3
package/dist/es/agent/utils.mjs
CHANGED
|
@@ -141,7 +141,7 @@ function trimContextByViewport(execution) {
|
|
|
141
141
|
}) : execution.tasks
|
|
142
142
|
};
|
|
143
143
|
}
|
|
144
|
-
const getMidsceneVersion = ()=>"0.27.1
|
|
144
|
+
const getMidsceneVersion = ()=>"0.27.1";
|
|
145
145
|
const parsePrompt = (prompt)=>{
|
|
146
146
|
if ('string' == typeof prompt) return {
|
|
147
147
|
textPrompt: prompt,
|