@midscene/core 1.0.1-beta-20251110115555.0 → 1.0.1-beta-20251111072933.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.
@@ -25,7 +25,6 @@ export declare class TaskBuilder {
25
25
  private handleSleepPlan;
26
26
  createSleepTask(param: PlanningActionParamSleep, meta?: {
27
27
  thought?: string;
28
- locate?: PlanningAction['locate'] | null;
29
28
  }): ExecutionTaskActionApply<PlanningActionParamSleep>;
30
29
  private handleLocatePlan;
31
30
  private handleActionPlan;
@@ -175,7 +175,6 @@ export interface PlanningAction<ParamType = any> {
175
175
  thought?: string;
176
176
  type: string;
177
177
  param: ParamType;
178
- locate?: PlanningLocateParam | null;
179
178
  }
180
179
  export interface RawResponsePlanningAIResponse {
181
180
  action: PlanningAction;
@@ -241,7 +240,6 @@ export interface ExecutionTaskApply<Type extends ExecutionTaskType = any, TaskPa
241
240
  subTask?: boolean;
242
241
  param?: TaskParam;
243
242
  thought?: string;
244
- locate?: PlanningLocateParam | null;
245
243
  uiContext?: UIContext;
246
244
  executor: (param: TaskParam, context: ExecutorContext) => Promise<ExecutionTaskReturn<TaskOutput, TaskLog> | undefined | void> | undefined | void;
247
245
  }
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-20251110115555.0",
4
+ "version": "1.0.1-beta-20251111072933.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
  "zod": "3.24.3",
90
90
  "semver": "7.5.2",
91
91
  "js-yaml": "4.1.0",
92
- "@midscene/shared": "1.0.1-beta-20251110115555.0"
92
+ "@midscene/shared": "1.0.1-beta-20251111072933.0"
93
93
  },
94
94
  "devDependencies": {
95
95
  "@rslib/core": "^0.11.2",