@midscene/core 0.11.2 → 0.11.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/lib/ai-model.js +2 -2
- package/dist/lib/{chunk-BYT7NPTC.js → chunk-IOU6IQ5D.js} +2 -2
- package/dist/lib/{chunk-HMB36AJ4.js → chunk-JCZGPJM3.js} +1 -1
- package/dist/lib/{chunk-HMB36AJ4.js.map → chunk-JCZGPJM3.js.map} +1 -1
- package/dist/lib/{chunk-DNL7467B.js → chunk-PQ34NDB5.js} +11 -11
- package/dist/lib/evaluation.js +4 -4
- package/dist/lib/index.js +4 -4
- package/dist/lib/types/ai-model.d.ts +3 -3
- package/dist/lib/types/index.d.ts +4 -4
- package/dist/lib/types/{llm-planning-65378494.d.ts → llm-planning-75af16ef.d.ts} +1 -1
- package/dist/lib/types/tree.d.ts +1 -1
- package/dist/lib/types/{types-4eebf154.d.ts → types-95b0888e.d.ts} +1 -0
- package/dist/lib/types/utils.d.ts +1 -1
- package/dist/lib/utils.js +2 -2
- package/package.json +2 -2
- package/report/index.html +1 -1
- /package/dist/lib/{chunk-BYT7NPTC.js.map → chunk-IOU6IQ5D.js.map} +0 -0
- /package/dist/lib/{chunk-DNL7467B.js.map → chunk-PQ34NDB5.js.map} +0 -0
package/dist/lib/ai-model.js
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkJCZGPJM3js = require('./chunk-JCZGPJM3.js');
|
|
13
13
|
require('./chunk-G2Z4BC6L.js');
|
|
14
14
|
require('./chunk-LQ2VYIYD.js');
|
|
15
15
|
|
|
@@ -23,4 +23,4 @@ require('./chunk-LQ2VYIYD.js');
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
exports.AiAssert =
|
|
26
|
+
exports.AiAssert = _chunkJCZGPJM3js.AiAssert; exports.AiExtractElementInfo = _chunkJCZGPJM3js.AiExtractElementInfo; exports.AiInspectElement = _chunkJCZGPJM3js.AiInspectElement; exports.callAiFn = _chunkJCZGPJM3js.callAiFn; exports.callToGetJSONObject = _chunkJCZGPJM3js.callToGetJSONObject; exports.describeUserPage = _chunkJCZGPJM3js.describeUserPage; exports.plan = _chunkJCZGPJM3js.plan; exports.systemPromptToLocateElement = _chunkJCZGPJM3js.systemPromptToLocateElement; exports.transformElementPositionToId = _chunkJCZGPJM3js.transformElementPositionToId; exports.vlmPlanning = _chunkJCZGPJM3js.vlmPlanning;
|
|
@@ -188,7 +188,7 @@ function stringifyDumpData(data, indents) {
|
|
|
188
188
|
return JSON.stringify(data, replacerForPageObject, indents);
|
|
189
189
|
}
|
|
190
190
|
function getVersion() {
|
|
191
|
-
return "0.11.
|
|
191
|
+
return "0.11.3";
|
|
192
192
|
}
|
|
193
193
|
function debugLog(...message) {
|
|
194
194
|
const debugMode = _chunkG2Z4BC6Ljs.getAIConfig.call(void 0, _chunkG2Z4BC6Ljs.MIDSCENE_DEBUG_MODE);
|
|
@@ -253,4 +253,4 @@ function uploadTestInfoToServer({ testUrl }) {
|
|
|
253
253
|
|
|
254
254
|
exports.groupedActionDumpFileExt = groupedActionDumpFileExt; exports.getLogDir = getLogDir; exports.setLogDir = setLogDir; exports.getLogDirByType = getLogDirByType; exports.replaceStringWithFirstAppearance = replaceStringWithFirstAppearance; exports.reportHTMLContent = reportHTMLContent; exports.writeDumpReport = writeDumpReport; exports.writeLogFile = writeLogFile; exports.getTmpDir = getTmpDir; exports.getTmpFile = getTmpFile; exports.overlapped = overlapped; exports.sleep = sleep; exports.replacerForPageObject = replacerForPageObject; exports.stringifyDumpData = stringifyDumpData; exports.getVersion = getVersion; exports.uploadTestInfoToServer = uploadTestInfoToServer;
|
|
255
255
|
|
|
256
|
-
//# sourceMappingURL=chunk-
|
|
256
|
+
//# sourceMappingURL=chunk-IOU6IQ5D.js.map
|