@midscene/core 0.24.1-beta-20250729081015.0 → 0.24.1-beta-20250729125203.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.
Files changed (36) hide show
  1. package/dist/es/ai-model.d.ts +3 -3
  2. package/dist/es/ai-model.js +1 -1
  3. package/dist/es/{chunk-SI7ZG3EP.js → chunk-JPRE6FJC.js} +9 -6
  4. package/dist/es/chunk-JPRE6FJC.js.map +1 -0
  5. package/dist/es/{chunk-GPQNKTL4.js → chunk-TV47VKQ7.js} +8 -61
  6. package/dist/es/chunk-TV47VKQ7.js.map +1 -0
  7. package/dist/es/index.d.ts +4 -4
  8. package/dist/es/index.js +4 -12
  9. package/dist/es/index.js.map +1 -1
  10. package/dist/es/{llm-planning-7d13d5ff.d.ts → llm-planning-3407bd42.d.ts} +1 -2
  11. package/dist/es/{types-8d202846.d.ts → types-4d9c9a85.d.ts} +0 -4
  12. package/dist/es/utils.d.ts +1 -1
  13. package/dist/es/utils.js +1 -1
  14. package/dist/lib/ai-model.d.ts +3 -3
  15. package/dist/lib/ai-model.js +2 -2
  16. package/dist/lib/{chunk-SI7ZG3EP.js → chunk-JPRE6FJC.js} +7 -4
  17. package/dist/lib/chunk-JPRE6FJC.js.map +1 -0
  18. package/dist/lib/{chunk-GPQNKTL4.js → chunk-TV47VKQ7.js} +8 -61
  19. package/dist/lib/chunk-TV47VKQ7.js.map +1 -0
  20. package/dist/lib/index.d.ts +4 -4
  21. package/dist/lib/index.js +13 -21
  22. package/dist/lib/index.js.map +1 -1
  23. package/dist/lib/{llm-planning-7d13d5ff.d.ts → llm-planning-3407bd42.d.ts} +1 -2
  24. package/dist/{types/types-8d202846.d.ts → lib/types-4d9c9a85.d.ts} +0 -4
  25. package/dist/lib/utils.d.ts +1 -1
  26. package/dist/lib/utils.js +2 -2
  27. package/dist/types/ai-model.d.ts +3 -3
  28. package/dist/types/index.d.ts +4 -4
  29. package/dist/types/{llm-planning-7d13d5ff.d.ts → llm-planning-3407bd42.d.ts} +1 -2
  30. package/dist/{lib/types-8d202846.d.ts → types/types-4d9c9a85.d.ts} +0 -4
  31. package/dist/types/utils.d.ts +1 -1
  32. package/package.json +4 -4
  33. package/dist/es/chunk-GPQNKTL4.js.map +0 -1
  34. package/dist/es/chunk-SI7ZG3EP.js.map +0 -1
  35. package/dist/lib/chunk-GPQNKTL4.js.map +0 -1
  36. package/dist/lib/chunk-SI7ZG3EP.js.map +0 -1
@@ -1,9 +1,9 @@
1
- import { ay as StreamingCallback, m as AIUsageInfo, ax as StreamingCodeGenerationOptions, aA as StreamingAIResponse, V as PlanningAction, j as MidsceneYamlFlowItem } from './types-8d202846.js';
1
+ import { ay as StreamingCallback, m as AIUsageInfo, ax as StreamingCodeGenerationOptions, aA as StreamingAIResponse, V as PlanningAction, j as MidsceneYamlFlowItem } from './types-4d9c9a85.js';
2
2
  import OpenAI from 'openai';
3
3
  import { ChatCompletionMessageParam } from 'openai/resources';
4
4
  export { ChatCompletionMessageParam } from 'openai/resources';
5
- import { b as AIActionType } from './llm-planning-7d13d5ff.js';
6
- export { a as AiAssert, f as AiExtractElementInfo, A as AiLocateElement, g as AiLocateSection, h as adaptBboxToRect, c as callAiFn, d as describeUserPage, e as elementByPositionWithElementInfo, p as plan } from './llm-planning-7d13d5ff.js';
5
+ import { b as AIActionType } from './llm-planning-3407bd42.js';
6
+ export { a as AiAssert, f as AiExtractElementInfo, A as AiLocateElement, g as AiLocateSection, h as adaptBboxToRect, c as callAiFn, d as describeUserPage, e as elementByPositionWithElementInfo, p as plan } from './llm-planning-3407bd42.js';
7
7
  import { vlLocateMode } from '@midscene/shared/env';
8
8
  import { actionParser } from '@ui-tars/action-parser';
9
9
  import { Size } from '@midscene/shared/types';
@@ -18,7 +18,7 @@ import {
18
18
  resizeImageForUiTars,
19
19
  systemPromptToLocateElement,
20
20
  vlmPlanning
21
- } from "./chunk-GPQNKTL4.js";
21
+ } from "./chunk-TV47VKQ7.js";
22
22
  export {
23
23
  AIActionType,
24
24
  AiAssert,