@donggui/core 1.5.8 → 1.5.10

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.
@@ -2,9 +2,8 @@ export { Agent, createAgent } from './agent';
2
2
  export { commonContextParser } from './utils';
3
3
  export { getReportFileName, printReportMsg, } from './utils';
4
4
  export { extractInsightParam, locateParamStr, paramStr, taskTitleStr, typeStr, } from './ui-utils';
5
- export { type LocateCache, type PlanningCache, TaskCache } from './task-cache';
5
+ export { type LocateCache, type PlanningCache, TaskCache, type CacheFileContent, } from './task-cache';
6
6
  export { cacheFileExt } from './task-cache';
7
- export type { CacheFileContent } from './task-cache';
8
7
  export type { CacheAdapter } from './cache-adapter';
9
8
  export { TaskExecutor } from './tasks';
10
9
  export { getCurrentExecutionFile } from './utils';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@donggui/core",
3
3
  "description": "DongGUI Core - Automate browser actions, extract data, and perform assertions using AI.",
4
- "version": "1.5.8",
4
+ "version": "1.5.10",
5
5
  "repository": "https://github.com/web-infra-dev/midscene",
6
6
  "homepage": "https://midscenejs.com/",
7
7
  "main": "./dist/lib/index.js",