@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.
@@ -168,7 +168,7 @@ async function matchElementFromCache(context, cacheEntry, cachePrompt, cacheable
168
168
  return;
169
169
  }
170
170
  }
171
- const getMidsceneVersion = ()=>"1.9.3-beta-20260609130958.0";
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
- "GroupedActionDump",
71
- "ExecutionDump"
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");