@midscene/core 0.8.5 → 0.8.6-beta-20241209120337.0
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/index.js +1 -1
- package/dist/lib/utils.js +1 -1
- package/package.json +2 -2
- package/report/index.html +2 -2
package/dist/lib/index.js
CHANGED
|
@@ -4491,7 +4491,7 @@ function stringifyDumpData(data, indents) {
|
|
|
4491
4491
|
return JSON.stringify(data, replacerForPageObject, indents);
|
|
4492
4492
|
}
|
|
4493
4493
|
function getVersion() {
|
|
4494
|
-
return "0.8.
|
|
4494
|
+
return "0.8.6-beta-20241209120337.0";
|
|
4495
4495
|
}
|
|
4496
4496
|
|
|
4497
4497
|
// src/action/executor.ts
|
package/dist/lib/utils.js
CHANGED
|
@@ -257,7 +257,7 @@ function stringifyDumpData(data, indents) {
|
|
|
257
257
|
return JSON.stringify(data, replacerForPageObject, indents);
|
|
258
258
|
}
|
|
259
259
|
function getVersion() {
|
|
260
|
-
return "0.8.
|
|
260
|
+
return "0.8.6-beta-20241209120337.0";
|
|
261
261
|
}
|
|
262
262
|
function debugLog(...message) {
|
|
263
263
|
const debugMode = getAIConfig(MIDSCENE_DEBUG_MODE);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/core",
|
|
3
3
|
"description": "An AI-powered automation SDK can control the page, perform assertions, and extract data in JSON format using natural language. See https://midscenejs.com/ for details.",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.6-beta-20241209120337.0",
|
|
5
5
|
"repository": "https://github.com/web-infra-dev/midscene",
|
|
6
6
|
"homepage": "https://midscenejs.com/",
|
|
7
7
|
"jsnext:source": "./src/index.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"openai": "4.57.1",
|
|
40
40
|
"optional": "0.1.4",
|
|
41
|
-
"@midscene/shared": "0.8.
|
|
41
|
+
"@midscene/shared": "0.8.6-beta-20241209120337.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@modern-js/module-tools": "2.60.6",
|