@midscene/mcp 1.2.2-beta-20260115065918.0 → 1.2.2-beta-20260115090041.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/index.js +37 -16
- package/dist/server.js +37 -16
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -21580,7 +21580,7 @@ var __webpack_modules__ = {
|
|
|
21580
21580
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
21581
21581
|
const external_node_path_namespaceObject = require("node:path");
|
|
21582
21582
|
var external_node_util_ = __webpack_require__("node:util");
|
|
21583
|
-
var
|
|
21583
|
+
var debug_src = __webpack_require__("../../node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/index.js");
|
|
21584
21584
|
const external_node_os_namespaceObject = require("node:os");
|
|
21585
21585
|
const MIDSCENE_MODEL_INIT_CONFIG_JSON = 'MIDSCENE_MODEL_INIT_CONFIG_JSON';
|
|
21586
21586
|
const MIDSCENE_MODEL_NAME = 'MIDSCENE_MODEL_NAME';
|
|
@@ -21602,8 +21602,6 @@ var __webpack_modules__ = {
|
|
|
21602
21602
|
const types_MIDSCENE_MODEL_MAX_TOKENS = 'MIDSCENE_MODEL_MAX_TOKENS';
|
|
21603
21603
|
const MIDSCENE_MODEL_TIMEOUT = 'MIDSCENE_MODEL_TIMEOUT';
|
|
21604
21604
|
const MIDSCENE_MODEL_TEMPERATURE = 'MIDSCENE_MODEL_TEMPERATURE';
|
|
21605
|
-
const MIDSCENE_MODEL_RETRY_COUNT = 'MIDSCENE_MODEL_RETRY_COUNT';
|
|
21606
|
-
const MIDSCENE_MODEL_RETRY_INTERVAL = 'MIDSCENE_MODEL_RETRY_INTERVAL';
|
|
21607
21605
|
const OPENAI_API_KEY = 'OPENAI_API_KEY';
|
|
21608
21606
|
const OPENAI_BASE_URL = 'OPENAI_BASE_URL';
|
|
21609
21607
|
const MIDSCENE_OPENAI_INIT_CONFIG_JSON = 'MIDSCENE_OPENAI_INIT_CONFIG_JSON';
|
|
@@ -21637,8 +21635,6 @@ var __webpack_modules__ = {
|
|
|
21637
21635
|
const MIDSCENE_INSIGHT_MODEL_INIT_CONFIG_JSON = 'MIDSCENE_INSIGHT_MODEL_INIT_CONFIG_JSON';
|
|
21638
21636
|
const MIDSCENE_INSIGHT_MODEL_TIMEOUT = 'MIDSCENE_INSIGHT_MODEL_TIMEOUT';
|
|
21639
21637
|
const MIDSCENE_INSIGHT_MODEL_TEMPERATURE = 'MIDSCENE_INSIGHT_MODEL_TEMPERATURE';
|
|
21640
|
-
const MIDSCENE_INSIGHT_MODEL_RETRY_COUNT = 'MIDSCENE_INSIGHT_MODEL_RETRY_COUNT';
|
|
21641
|
-
const MIDSCENE_INSIGHT_MODEL_RETRY_INTERVAL = 'MIDSCENE_INSIGHT_MODEL_RETRY_INTERVAL';
|
|
21642
21638
|
const MIDSCENE_PLANNING_MODEL_NAME = 'MIDSCENE_PLANNING_MODEL_NAME';
|
|
21643
21639
|
const MIDSCENE_PLANNING_MODEL_SOCKS_PROXY = 'MIDSCENE_PLANNING_MODEL_SOCKS_PROXY';
|
|
21644
21640
|
const MIDSCENE_PLANNING_MODEL_HTTP_PROXY = 'MIDSCENE_PLANNING_MODEL_HTTP_PROXY';
|
|
@@ -21647,8 +21643,6 @@ var __webpack_modules__ = {
|
|
|
21647
21643
|
const MIDSCENE_PLANNING_MODEL_INIT_CONFIG_JSON = 'MIDSCENE_PLANNING_MODEL_INIT_CONFIG_JSON';
|
|
21648
21644
|
const MIDSCENE_PLANNING_MODEL_TIMEOUT = 'MIDSCENE_PLANNING_MODEL_TIMEOUT';
|
|
21649
21645
|
const MIDSCENE_PLANNING_MODEL_TEMPERATURE = 'MIDSCENE_PLANNING_MODEL_TEMPERATURE';
|
|
21650
|
-
const MIDSCENE_PLANNING_MODEL_RETRY_COUNT = 'MIDSCENE_PLANNING_MODEL_RETRY_COUNT';
|
|
21651
|
-
const MIDSCENE_PLANNING_MODEL_RETRY_INTERVAL = 'MIDSCENE_PLANNING_MODEL_RETRY_INTERVAL';
|
|
21652
21646
|
const MIDSCENE_MODEL_FAMILY = 'MIDSCENE_MODEL_FAMILY';
|
|
21653
21647
|
const UNUSED_ENV_KEYS = [
|
|
21654
21648
|
MIDSCENE_DANGEROUSLY_PRINT_ALL_CONFIG
|
|
@@ -21701,8 +21695,6 @@ var __webpack_modules__ = {
|
|
|
21701
21695
|
MIDSCENE_MODEL_HTTP_PROXY,
|
|
21702
21696
|
MIDSCENE_MODEL_TIMEOUT,
|
|
21703
21697
|
MIDSCENE_MODEL_TEMPERATURE,
|
|
21704
|
-
MIDSCENE_MODEL_RETRY_COUNT,
|
|
21705
|
-
MIDSCENE_MODEL_RETRY_INTERVAL,
|
|
21706
21698
|
MIDSCENE_USE_VLM_UI_TARS,
|
|
21707
21699
|
MIDSCENE_USE_QWEN_VL,
|
|
21708
21700
|
MIDSCENE_USE_QWEN3_VL,
|
|
@@ -21722,8 +21714,6 @@ var __webpack_modules__ = {
|
|
|
21722
21714
|
MIDSCENE_INSIGHT_MODEL_INIT_CONFIG_JSON,
|
|
21723
21715
|
MIDSCENE_INSIGHT_MODEL_TIMEOUT,
|
|
21724
21716
|
MIDSCENE_INSIGHT_MODEL_TEMPERATURE,
|
|
21725
|
-
MIDSCENE_INSIGHT_MODEL_RETRY_COUNT,
|
|
21726
|
-
MIDSCENE_INSIGHT_MODEL_RETRY_INTERVAL,
|
|
21727
21717
|
MIDSCENE_PLANNING_MODEL_NAME,
|
|
21728
21718
|
MIDSCENE_PLANNING_MODEL_SOCKS_PROXY,
|
|
21729
21719
|
MIDSCENE_PLANNING_MODEL_HTTP_PROXY,
|
|
@@ -21732,8 +21722,6 @@ var __webpack_modules__ = {
|
|
|
21732
21722
|
MIDSCENE_PLANNING_MODEL_INIT_CONFIG_JSON,
|
|
21733
21723
|
MIDSCENE_PLANNING_MODEL_TIMEOUT,
|
|
21734
21724
|
MIDSCENE_PLANNING_MODEL_TEMPERATURE,
|
|
21735
|
-
MIDSCENE_PLANNING_MODEL_RETRY_COUNT,
|
|
21736
|
-
MIDSCENE_PLANNING_MODEL_RETRY_INTERVAL,
|
|
21737
21725
|
MIDSCENE_MODEL_FAMILY
|
|
21738
21726
|
];
|
|
21739
21727
|
[
|
|
@@ -21750,7 +21738,9 @@ var __webpack_modules__ = {
|
|
|
21750
21738
|
'vlm-ui-tars',
|
|
21751
21739
|
'vlm-ui-tars-doubao',
|
|
21752
21740
|
'vlm-ui-tars-doubao-1.5',
|
|
21753
|
-
'glm-v'
|
|
21741
|
+
'glm-v',
|
|
21742
|
+
'auto-glm',
|
|
21743
|
+
'auto-glm-multilingual'
|
|
21754
21744
|
];
|
|
21755
21745
|
[
|
|
21756
21746
|
...VL_MODE_RAW_VALID_VALUES
|
|
@@ -21821,7 +21811,7 @@ var __webpack_modules__ = {
|
|
|
21821
21811
|
function logger_getDebug(topic) {
|
|
21822
21812
|
const fullTopic = `${topicPrefix}:${topic}`;
|
|
21823
21813
|
if (!debugInstances.has(fullTopic)) {
|
|
21824
|
-
const debugFn =
|
|
21814
|
+
const debugFn = debug_src(fullTopic);
|
|
21825
21815
|
const wrapper = (...args)=>{
|
|
21826
21816
|
if (utils.$9) {
|
|
21827
21817
|
const message = external_node_util_.format(...args);
|
|
@@ -21882,11 +21872,42 @@ var __webpack_modules__ = {
|
|
|
21882
21872
|
rect: RectSchema
|
|
21883
21873
|
}).passthrough();
|
|
21884
21874
|
const getMidsceneLocationSchema = ()=>MidsceneLocationInput;
|
|
21875
|
+
logger_getDebug('auto-glm-parser');
|
|
21885
21876
|
logger_getDebug('ai:inspect');
|
|
21886
21877
|
logger_getDebug('ai:section');
|
|
21887
21878
|
logger_getDebug('planning');
|
|
21879
|
+
function _define_property(obj, key, value) {
|
|
21880
|
+
if (key in obj) Object.defineProperty(obj, key, {
|
|
21881
|
+
value: value,
|
|
21882
|
+
enumerable: true,
|
|
21883
|
+
configurable: true,
|
|
21884
|
+
writable: true
|
|
21885
|
+
});
|
|
21886
|
+
else obj[key] = value;
|
|
21887
|
+
return obj;
|
|
21888
|
+
}
|
|
21889
|
+
class LatestLocateRecorder {
|
|
21890
|
+
recordLocate(locate, source) {
|
|
21891
|
+
this.latestLocate = locate;
|
|
21892
|
+
this.source = source;
|
|
21893
|
+
}
|
|
21894
|
+
getLatestLocate() {
|
|
21895
|
+
return {
|
|
21896
|
+
locate: this.latestLocate,
|
|
21897
|
+
source: this.source
|
|
21898
|
+
};
|
|
21899
|
+
}
|
|
21900
|
+
constructor(){
|
|
21901
|
+
_define_property(this, "latestLocate", void 0);
|
|
21902
|
+
_define_property(this, "source", '');
|
|
21903
|
+
}
|
|
21904
|
+
}
|
|
21905
|
+
logger_getDebug('auto-glm-actions');
|
|
21906
|
+
new LatestLocateRecorder();
|
|
21907
|
+
logger_getDebug('auto-glm-planning');
|
|
21888
21908
|
__webpack_require__("../../node_modules/.pnpm/lodash.isnumber@3.0.3/node_modules/lodash.isnumber/index.js");
|
|
21889
21909
|
logger_getDebug('ui-tars-planning');
|
|
21910
|
+
new LatestLocateRecorder();
|
|
21890
21911
|
var _computedKey;
|
|
21891
21912
|
_computedKey = Symbol.iterator;
|
|
21892
21913
|
logger_getDebug('ai:service');
|
|
@@ -24589,7 +24610,7 @@ For more information, visit: https://midscenejs.com/mcp-migration
|
|
|
24589
24610
|
constructor(){
|
|
24590
24611
|
super({
|
|
24591
24612
|
name: '@midscene/mcp',
|
|
24592
|
-
version: '1.2.2-beta-
|
|
24613
|
+
version: '1.2.2-beta-20260115090041.0',
|
|
24593
24614
|
description: 'Deprecated - Use @midscene/web-bridge-mcp, @midscene/android-mcp, or @midscene/ios-mcp'
|
|
24594
24615
|
});
|
|
24595
24616
|
}
|
package/dist/server.js
CHANGED
|
@@ -28780,7 +28780,7 @@ var __webpack_exports__ = {};
|
|
|
28780
28780
|
const external_node_fs_namespaceObject = require("node:fs");
|
|
28781
28781
|
const external_node_path_namespaceObject = require("node:path");
|
|
28782
28782
|
var external_node_util_ = __webpack_require__("node:util");
|
|
28783
|
-
var
|
|
28783
|
+
var debug_src = __webpack_require__("../../node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/index.js");
|
|
28784
28784
|
const external_node_os_namespaceObject = require("node:os");
|
|
28785
28785
|
const MIDSCENE_MODEL_INIT_CONFIG_JSON = 'MIDSCENE_MODEL_INIT_CONFIG_JSON';
|
|
28786
28786
|
const MIDSCENE_MODEL_NAME = 'MIDSCENE_MODEL_NAME';
|
|
@@ -28802,8 +28802,6 @@ var __webpack_exports__ = {};
|
|
|
28802
28802
|
const types_MIDSCENE_MODEL_MAX_TOKENS = 'MIDSCENE_MODEL_MAX_TOKENS';
|
|
28803
28803
|
const MIDSCENE_MODEL_TIMEOUT = 'MIDSCENE_MODEL_TIMEOUT';
|
|
28804
28804
|
const MIDSCENE_MODEL_TEMPERATURE = 'MIDSCENE_MODEL_TEMPERATURE';
|
|
28805
|
-
const MIDSCENE_MODEL_RETRY_COUNT = 'MIDSCENE_MODEL_RETRY_COUNT';
|
|
28806
|
-
const MIDSCENE_MODEL_RETRY_INTERVAL = 'MIDSCENE_MODEL_RETRY_INTERVAL';
|
|
28807
28805
|
const OPENAI_API_KEY = 'OPENAI_API_KEY';
|
|
28808
28806
|
const OPENAI_BASE_URL = 'OPENAI_BASE_URL';
|
|
28809
28807
|
const MIDSCENE_OPENAI_INIT_CONFIG_JSON = 'MIDSCENE_OPENAI_INIT_CONFIG_JSON';
|
|
@@ -28837,8 +28835,6 @@ var __webpack_exports__ = {};
|
|
|
28837
28835
|
const MIDSCENE_INSIGHT_MODEL_INIT_CONFIG_JSON = 'MIDSCENE_INSIGHT_MODEL_INIT_CONFIG_JSON';
|
|
28838
28836
|
const MIDSCENE_INSIGHT_MODEL_TIMEOUT = 'MIDSCENE_INSIGHT_MODEL_TIMEOUT';
|
|
28839
28837
|
const MIDSCENE_INSIGHT_MODEL_TEMPERATURE = 'MIDSCENE_INSIGHT_MODEL_TEMPERATURE';
|
|
28840
|
-
const MIDSCENE_INSIGHT_MODEL_RETRY_COUNT = 'MIDSCENE_INSIGHT_MODEL_RETRY_COUNT';
|
|
28841
|
-
const MIDSCENE_INSIGHT_MODEL_RETRY_INTERVAL = 'MIDSCENE_INSIGHT_MODEL_RETRY_INTERVAL';
|
|
28842
28838
|
const MIDSCENE_PLANNING_MODEL_NAME = 'MIDSCENE_PLANNING_MODEL_NAME';
|
|
28843
28839
|
const MIDSCENE_PLANNING_MODEL_SOCKS_PROXY = 'MIDSCENE_PLANNING_MODEL_SOCKS_PROXY';
|
|
28844
28840
|
const MIDSCENE_PLANNING_MODEL_HTTP_PROXY = 'MIDSCENE_PLANNING_MODEL_HTTP_PROXY';
|
|
@@ -28847,8 +28843,6 @@ var __webpack_exports__ = {};
|
|
|
28847
28843
|
const MIDSCENE_PLANNING_MODEL_INIT_CONFIG_JSON = 'MIDSCENE_PLANNING_MODEL_INIT_CONFIG_JSON';
|
|
28848
28844
|
const MIDSCENE_PLANNING_MODEL_TIMEOUT = 'MIDSCENE_PLANNING_MODEL_TIMEOUT';
|
|
28849
28845
|
const MIDSCENE_PLANNING_MODEL_TEMPERATURE = 'MIDSCENE_PLANNING_MODEL_TEMPERATURE';
|
|
28850
|
-
const MIDSCENE_PLANNING_MODEL_RETRY_COUNT = 'MIDSCENE_PLANNING_MODEL_RETRY_COUNT';
|
|
28851
|
-
const MIDSCENE_PLANNING_MODEL_RETRY_INTERVAL = 'MIDSCENE_PLANNING_MODEL_RETRY_INTERVAL';
|
|
28852
28846
|
const MIDSCENE_MODEL_FAMILY = 'MIDSCENE_MODEL_FAMILY';
|
|
28853
28847
|
const UNUSED_ENV_KEYS = [
|
|
28854
28848
|
MIDSCENE_DANGEROUSLY_PRINT_ALL_CONFIG
|
|
@@ -28901,8 +28895,6 @@ var __webpack_exports__ = {};
|
|
|
28901
28895
|
MIDSCENE_MODEL_HTTP_PROXY,
|
|
28902
28896
|
MIDSCENE_MODEL_TIMEOUT,
|
|
28903
28897
|
MIDSCENE_MODEL_TEMPERATURE,
|
|
28904
|
-
MIDSCENE_MODEL_RETRY_COUNT,
|
|
28905
|
-
MIDSCENE_MODEL_RETRY_INTERVAL,
|
|
28906
28898
|
MIDSCENE_USE_VLM_UI_TARS,
|
|
28907
28899
|
MIDSCENE_USE_QWEN_VL,
|
|
28908
28900
|
MIDSCENE_USE_QWEN3_VL,
|
|
@@ -28922,8 +28914,6 @@ var __webpack_exports__ = {};
|
|
|
28922
28914
|
MIDSCENE_INSIGHT_MODEL_INIT_CONFIG_JSON,
|
|
28923
28915
|
MIDSCENE_INSIGHT_MODEL_TIMEOUT,
|
|
28924
28916
|
MIDSCENE_INSIGHT_MODEL_TEMPERATURE,
|
|
28925
|
-
MIDSCENE_INSIGHT_MODEL_RETRY_COUNT,
|
|
28926
|
-
MIDSCENE_INSIGHT_MODEL_RETRY_INTERVAL,
|
|
28927
28917
|
MIDSCENE_PLANNING_MODEL_NAME,
|
|
28928
28918
|
MIDSCENE_PLANNING_MODEL_SOCKS_PROXY,
|
|
28929
28919
|
MIDSCENE_PLANNING_MODEL_HTTP_PROXY,
|
|
@@ -28932,8 +28922,6 @@ var __webpack_exports__ = {};
|
|
|
28932
28922
|
MIDSCENE_PLANNING_MODEL_INIT_CONFIG_JSON,
|
|
28933
28923
|
MIDSCENE_PLANNING_MODEL_TIMEOUT,
|
|
28934
28924
|
MIDSCENE_PLANNING_MODEL_TEMPERATURE,
|
|
28935
|
-
MIDSCENE_PLANNING_MODEL_RETRY_COUNT,
|
|
28936
|
-
MIDSCENE_PLANNING_MODEL_RETRY_INTERVAL,
|
|
28937
28925
|
MIDSCENE_MODEL_FAMILY
|
|
28938
28926
|
];
|
|
28939
28927
|
[
|
|
@@ -28950,7 +28938,9 @@ var __webpack_exports__ = {};
|
|
|
28950
28938
|
'vlm-ui-tars',
|
|
28951
28939
|
'vlm-ui-tars-doubao',
|
|
28952
28940
|
'vlm-ui-tars-doubao-1.5',
|
|
28953
|
-
'glm-v'
|
|
28941
|
+
'glm-v',
|
|
28942
|
+
'auto-glm',
|
|
28943
|
+
'auto-glm-multilingual'
|
|
28954
28944
|
];
|
|
28955
28945
|
[
|
|
28956
28946
|
...VL_MODE_RAW_VALID_VALUES
|
|
@@ -29021,7 +29011,7 @@ var __webpack_exports__ = {};
|
|
|
29021
29011
|
function logger_getDebug(topic) {
|
|
29022
29012
|
const fullTopic = `${topicPrefix}:${topic}`;
|
|
29023
29013
|
if (!debugInstances.has(fullTopic)) {
|
|
29024
|
-
const debugFn =
|
|
29014
|
+
const debugFn = debug_src(fullTopic);
|
|
29025
29015
|
const wrapper = (...args)=>{
|
|
29026
29016
|
if (utils.$9) {
|
|
29027
29017
|
const message = external_node_util_.format(...args);
|
|
@@ -29082,11 +29072,42 @@ var __webpack_exports__ = {};
|
|
|
29082
29072
|
rect: RectSchema
|
|
29083
29073
|
}).passthrough();
|
|
29084
29074
|
const getMidsceneLocationSchema = ()=>MidsceneLocationInput;
|
|
29075
|
+
logger_getDebug('auto-glm-parser');
|
|
29085
29076
|
logger_getDebug('ai:inspect');
|
|
29086
29077
|
logger_getDebug('ai:section');
|
|
29087
29078
|
logger_getDebug('planning');
|
|
29079
|
+
function _define_property(obj, key, value) {
|
|
29080
|
+
if (key in obj) Object.defineProperty(obj, key, {
|
|
29081
|
+
value: value,
|
|
29082
|
+
enumerable: true,
|
|
29083
|
+
configurable: true,
|
|
29084
|
+
writable: true
|
|
29085
|
+
});
|
|
29086
|
+
else obj[key] = value;
|
|
29087
|
+
return obj;
|
|
29088
|
+
}
|
|
29089
|
+
class LatestLocateRecorder {
|
|
29090
|
+
recordLocate(locate, source) {
|
|
29091
|
+
this.latestLocate = locate;
|
|
29092
|
+
this.source = source;
|
|
29093
|
+
}
|
|
29094
|
+
getLatestLocate() {
|
|
29095
|
+
return {
|
|
29096
|
+
locate: this.latestLocate,
|
|
29097
|
+
source: this.source
|
|
29098
|
+
};
|
|
29099
|
+
}
|
|
29100
|
+
constructor(){
|
|
29101
|
+
_define_property(this, "latestLocate", void 0);
|
|
29102
|
+
_define_property(this, "source", '');
|
|
29103
|
+
}
|
|
29104
|
+
}
|
|
29105
|
+
logger_getDebug('auto-glm-actions');
|
|
29106
|
+
new LatestLocateRecorder();
|
|
29107
|
+
logger_getDebug('auto-glm-planning');
|
|
29088
29108
|
__webpack_require__("../../node_modules/.pnpm/lodash.isnumber@3.0.3/node_modules/lodash.isnumber/index.js");
|
|
29089
29109
|
logger_getDebug('ui-tars-planning');
|
|
29110
|
+
new LatestLocateRecorder();
|
|
29090
29111
|
var _computedKey;
|
|
29091
29112
|
_computedKey = Symbol.iterator;
|
|
29092
29113
|
logger_getDebug('ai:service');
|
|
@@ -31789,7 +31810,7 @@ For more information, visit: https://midscenejs.com/mcp-migration
|
|
|
31789
31810
|
constructor(){
|
|
31790
31811
|
super({
|
|
31791
31812
|
name: '@midscene/mcp',
|
|
31792
|
-
version: '1.2.2-beta-
|
|
31813
|
+
version: '1.2.2-beta-20260115090041.0',
|
|
31793
31814
|
description: 'Deprecated - Use @midscene/web-bridge-mcp, @midscene/android-mcp, or @midscene/ios-mcp'
|
|
31794
31815
|
});
|
|
31795
31816
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/mcp",
|
|
3
|
-
"version": "1.2.2-beta-
|
|
3
|
+
"version": "1.2.2-beta-20260115090041.0",
|
|
4
4
|
"description": "Deprecated - Use @midscene/web-bridge-mcp, @midscene/android-mcp, or @midscene/ios-mcp",
|
|
5
5
|
"bin": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"@rslib/core": "^0.18.3",
|
|
26
26
|
"@types/node": "^18.0.0",
|
|
27
27
|
"typescript": "^5.8.3",
|
|
28
|
-
"@midscene/android": "1.2.2-beta-
|
|
29
|
-
"@midscene/core": "1.2.2-beta-
|
|
28
|
+
"@midscene/android": "1.2.2-beta-20260115090041.0",
|
|
29
|
+
"@midscene/core": "1.2.2-beta-20260115090041.0",
|
|
30
|
+
"@midscene/shared": "1.2.2-beta-20260115090041.0",
|
|
30
31
|
"@midscene/report": "1.0.0",
|
|
31
|
-
"@midscene/
|
|
32
|
-
"@midscene/web": "1.2.2-beta-20260115065918.0"
|
|
32
|
+
"@midscene/web": "1.2.2-beta-20260115090041.0"
|
|
33
33
|
},
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"scripts": {
|