@midscene/core 0.30.1-beta-20250930115351.0 → 0.30.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/lib/agent/utils.js
CHANGED
|
@@ -199,7 +199,7 @@ function trimContextByViewport(execution) {
|
|
|
199
199
|
}) : execution.tasks
|
|
200
200
|
};
|
|
201
201
|
}
|
|
202
|
-
const getMidsceneVersion = ()=>"0.30.1
|
|
202
|
+
const getMidsceneVersion = ()=>"0.30.1";
|
|
203
203
|
const parsePrompt = (prompt)=>{
|
|
204
204
|
if ('string' == typeof prompt) return {
|
|
205
205
|
textPrompt: prompt,
|