@midscene/core 0.16.11-beta-20250514094019.0 → 0.16.11-beta-20250514094713.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
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _chunkXOXA3GERjs = require('./chunk-XOXA3GER.js');
3
+ var _chunkHLRMNAQKjs = require('./chunk-HLRMNAQK.js');
4
4
 
5
5
 
6
6
 
@@ -156,7 +156,7 @@ ${_optionalChain([this, 'access', _7 => _7.latestErrorTask, 'call', _8 => _8(),
156
156
  }
157
157
  dump() {
158
158
  const dumpData = {
159
- sdkVersion: _chunkXOXA3GERjs.getVersion.call(void 0, ),
159
+ sdkVersion: _chunkHLRMNAQKjs.getVersion.call(void 0, ),
160
160
  model_name: _env.getAIConfig.call(void 0, _env.MIDSCENE_MODEL_NAME) || "",
161
161
  logTime: Date.now(),
162
162
  name: this.name,
@@ -194,7 +194,7 @@ function emitInsightDump(data, dumpSubscriber) {
194
194
  }
195
195
  }
196
196
  const baseData = {
197
- sdkVersion: _chunkXOXA3GERjs.getVersion.call(void 0, ),
197
+ sdkVersion: _chunkHLRMNAQKjs.getVersion.call(void 0, ),
198
198
  logTime: Date.now(),
199
199
  model_name: _env.getAIConfig.call(void 0, _env.MIDSCENE_MODEL_NAME) || "",
200
200
  model_description: modelDescription
@@ -455,6 +455,6 @@ var src_default = Insight;
455
455
 
456
456
 
457
457
 
458
- exports.AiAssert = _chunkFYD4T7QDjs.AiAssert; exports.AiLocateElement = _chunkFYD4T7QDjs.AiLocateElement; exports.Executor = Executor; exports.Insight = Insight; exports.MIDSCENE_MODEL_NAME = _env.MIDSCENE_MODEL_NAME; exports.default = src_default; exports.describeUserPage = _chunkFYD4T7QDjs.describeUserPage; exports.getAIConfig = _env.getAIConfig; exports.getVersion = _chunkXOXA3GERjs.getVersion; exports.plan = _chunkFYD4T7QDjs.plan;
458
+ exports.AiAssert = _chunkFYD4T7QDjs.AiAssert; exports.AiLocateElement = _chunkFYD4T7QDjs.AiLocateElement; exports.Executor = Executor; exports.Insight = Insight; exports.MIDSCENE_MODEL_NAME = _env.MIDSCENE_MODEL_NAME; exports.default = src_default; exports.describeUserPage = _chunkFYD4T7QDjs.describeUserPage; exports.getAIConfig = _env.getAIConfig; exports.getVersion = _chunkHLRMNAQKjs.getVersion; exports.plan = _chunkFYD4T7QDjs.plan;
459
459
 
460
460
  //# sourceMappingURL=index.js.map
package/dist/lib/utils.js CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
 
15
15
 
16
- var _chunkXOXA3GERjs = require('./chunk-XOXA3GER.js');
16
+ var _chunkHLRMNAQKjs = require('./chunk-HLRMNAQK.js');
17
17
 
18
18
 
19
19
 
@@ -29,4 +29,4 @@ var _chunkXOXA3GERjs = require('./chunk-XOXA3GER.js');
29
29
 
30
30
 
31
31
 
32
- exports.getLogDir = _chunkXOXA3GERjs.getLogDir; exports.getTmpDir = _chunkXOXA3GERjs.getTmpDir; exports.getTmpFile = _chunkXOXA3GERjs.getTmpFile; exports.getVersion = _chunkXOXA3GERjs.getVersion; exports.groupedActionDumpFileExt = _chunkXOXA3GERjs.groupedActionDumpFileExt; exports.overlapped = _chunkXOXA3GERjs.overlapped; exports.replaceStringWithFirstAppearance = _chunkXOXA3GERjs.replaceStringWithFirstAppearance; exports.replacerForPageObject = _chunkXOXA3GERjs.replacerForPageObject; exports.reportHTMLContent = _chunkXOXA3GERjs.reportHTMLContent; exports.sleep = _chunkXOXA3GERjs.sleep; exports.stringifyDumpData = _chunkXOXA3GERjs.stringifyDumpData; exports.uploadTestInfoToServer = _chunkXOXA3GERjs.uploadTestInfoToServer; exports.writeDumpReport = _chunkXOXA3GERjs.writeDumpReport; exports.writeLogFile = _chunkXOXA3GERjs.writeLogFile;
32
+ exports.getLogDir = _chunkHLRMNAQKjs.getLogDir; exports.getTmpDir = _chunkHLRMNAQKjs.getTmpDir; exports.getTmpFile = _chunkHLRMNAQKjs.getTmpFile; exports.getVersion = _chunkHLRMNAQKjs.getVersion; exports.groupedActionDumpFileExt = _chunkHLRMNAQKjs.groupedActionDumpFileExt; exports.overlapped = _chunkHLRMNAQKjs.overlapped; exports.replaceStringWithFirstAppearance = _chunkHLRMNAQKjs.replaceStringWithFirstAppearance; exports.replacerForPageObject = _chunkHLRMNAQKjs.replacerForPageObject; exports.reportHTMLContent = _chunkHLRMNAQKjs.reportHTMLContent; exports.sleep = _chunkHLRMNAQKjs.sleep; exports.stringifyDumpData = _chunkHLRMNAQKjs.stringifyDumpData; exports.uploadTestInfoToServer = _chunkHLRMNAQKjs.uploadTestInfoToServer; exports.writeDumpReport = _chunkHLRMNAQKjs.writeDumpReport; exports.writeLogFile = _chunkHLRMNAQKjs.writeLogFile;
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": "0.16.11-beta-20250514094019.0",
4
+ "version": "0.16.11-beta-20250514094713.0",
5
5
  "repository": "https://github.com/web-infra-dev/midscene",
6
6
  "homepage": "https://midscenejs.com/",
7
7
  "jsnext:source": "./src/index.ts",
@@ -44,7 +44,7 @@
44
44
  "langsmith": "0.3.7",
45
45
  "openai": "4.81.0",
46
46
  "socks-proxy-agent": "8.0.4",
47
- "@midscene/shared": "0.16.11-beta-20250514094019.0"
47
+ "@midscene/shared": "0.16.11-beta-20250514094713.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@modern-js/module-tools": "2.60.6",