@midscene/core 1.9.3-beta-20260609130958.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/lib/agent/utils.js
CHANGED
|
@@ -168,7 +168,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
|
|
|
168
168
|
return;
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
|
-
const getMidsceneVersion = ()=>"1.9.3
|
|
171
|
+
const getMidsceneVersion = ()=>"1.9.3";
|
|
172
172
|
const parsePrompt = (prompt)=>{
|
|
173
173
|
if ('string' == typeof prompt) return {
|
|
174
174
|
textPrompt: prompt,
|
package/dist/lib/types.js
CHANGED
|
@@ -63,12 +63,12 @@ var __webpack_exports__ = {};
|
|
|
63
63
|
var _yaml__rspack_import_0 = __webpack_require__("./yaml");
|
|
64
64
|
var __rspack_reexport = {};
|
|
65
65
|
for(const __rspack_import_key in _yaml__rspack_import_0)if ([
|
|
66
|
+
"GroupedActionDump",
|
|
66
67
|
"UIContext",
|
|
67
|
-
"ServiceError",
|
|
68
68
|
"default",
|
|
69
69
|
"ReportActionDump",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
70
|
+
"ExecutionDump",
|
|
71
|
+
"ServiceError"
|
|
72
72
|
].indexOf(__rspack_import_key) < 0) __rspack_reexport[__rspack_import_key] = ()=>_yaml__rspack_import_0[__rspack_import_key];
|
|
73
73
|
__webpack_require__.d(__webpack_exports__, __rspack_reexport);
|
|
74
74
|
var _errors__rspack_import_1 = __webpack_require__("./errors");
|