@midscene/core 0.8.14 → 0.8.15
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 +3 -3
package/dist/lib/index.js
CHANGED
package/dist/lib/utils.js
CHANGED
|
@@ -303,7 +303,7 @@ function stringifyDumpData(data, indents) {
|
|
|
303
303
|
return JSON.stringify(data, replacerForPageObject, indents);
|
|
304
304
|
}
|
|
305
305
|
function getVersion() {
|
|
306
|
-
return "0.8.
|
|
306
|
+
return "0.8.15";
|
|
307
307
|
}
|
|
308
308
|
function debugLog(...message) {
|
|
309
309
|
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.15",
|
|
5
5
|
"repository": "https://github.com/web-infra-dev/midscene",
|
|
6
6
|
"homepage": "https://midscenejs.com/",
|
|
7
7
|
"jsnext:source": "./src/index.ts",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"openai": "4.57.1",
|
|
43
43
|
"optional": "0.1.4",
|
|
44
44
|
"socks-proxy-agent": "8.0.4",
|
|
45
|
-
"@midscene/shared": "0.8.
|
|
45
|
+
"@midscene/shared": "0.8.15"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@modern-js/module-tools": "2.60.6",
|