@midscene/core 1.0.1-beta-20251128031353.0 → 1.0.1-beta-20251129073709.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.
@@ -153,7 +153,7 @@ export declare class Agent<InterfaceType extends AbstractInterface = AbstractInt
153
153
  _unstableLogContent(): {
154
154
  groupName: string;
155
155
  groupDescription: string | undefined;
156
- executions: any[];
156
+ executions: ExecutionDump[];
157
157
  };
158
158
  /**
159
159
  * Freezes the current page context to be reused in subsequent AI operations
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@midscene/core",
3
3
  "description": "Automate browser actions, extract data, and perform assertions using AI. It offers JavaScript SDK, Chrome extension, and support for scripting in YAML. See https://midscenejs.com/ for details.",
4
- "version": "1.0.1-beta-20251128031353.0",
4
+ "version": "1.0.1-beta-20251129073709.0",
5
5
  "repository": "https://github.com/web-infra-dev/midscene",
6
6
  "homepage": "https://midscenejs.com/",
7
7
  "main": "./dist/lib/index.js",
@@ -89,7 +89,7 @@
89
89
  "js-yaml": "4.1.0",
90
90
  "zod": "3.24.3",
91
91
  "socks-proxy-agent": "8.0.4",
92
- "@midscene/shared": "1.0.1-beta-20251128031353.0"
92
+ "@midscene/shared": "1.0.1-beta-20251129073709.0"
93
93
  },
94
94
  "devDependencies": {
95
95
  "@rslib/core": "^0.11.2",