@midscene/core 0.7.3-beta-20241111083017.0 → 0.8.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 CHANGED
@@ -5322,7 +5322,7 @@ function stringifyDumpData(data, indents) {
5322
5322
  return JSON.stringify(data, replacerForPageObject, indents);
5323
5323
  }
5324
5324
  function getVersion() {
5325
- return "0.7.3-beta-20241111083017.0";
5325
+ return "0.8.0";
5326
5326
  }
5327
5327
 
5328
5328
  // src/action/executor.ts
package/dist/lib/utils.js CHANGED
@@ -213,7 +213,7 @@ function stringifyDumpData(data, indents) {
213
213
  return JSON.stringify(data, replacerForPageObject, indents);
214
214
  }
215
215
  function getVersion() {
216
- return "0.7.3-beta-20241111083017.0";
216
+ return "0.8.0";
217
217
  }
218
218
  // Annotate the CommonJS export names for ESM import in node:
219
219
  0 && (module.exports = {
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.7.3-beta-20241111083017.0",
4
+ "version": "0.8.0",
5
5
  "repository": "https://github.com/web-infra-dev/midscene",
6
6
  "homepage": "https://midscenejs.com/",
7
7
  "jsnext:source": "./src/index.ts",
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "openai": "4.57.1",
36
36
  "optional": "0.1.4",
37
- "@midscene/shared": "0.7.3-beta-20241111083017.0"
37
+ "@midscene/shared": "0.8.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@modern-js/module-tools": "2.60.6",