@midscene/mcp 0.30.8 → 0.30.9
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/{290.js → 217.js} +733 -15
- package/dist/index.js +4776 -18424
- package/dist/index.js.LICENSE.txt +0 -17
- package/package.json +6 -6
|
@@ -38,18 +38,6 @@ object-assign
|
|
|
38
38
|
* MIT Licensed
|
|
39
39
|
*/
|
|
40
40
|
|
|
41
|
-
/*!
|
|
42
|
-
* https://github.com/Starcounter-Jack/JSON-Patch
|
|
43
|
-
* (c) 2013-2021 Joachim Wester
|
|
44
|
-
* MIT license
|
|
45
|
-
*/
|
|
46
|
-
|
|
47
|
-
/*!
|
|
48
|
-
* https://github.com/Starcounter-Jack/JSON-Patch
|
|
49
|
-
* (c) 2017-2022 Joachim Wester
|
|
50
|
-
* MIT licensed
|
|
51
|
-
*/
|
|
52
|
-
|
|
53
41
|
/*!
|
|
54
42
|
* humanize-ms - index.js
|
|
55
43
|
* Copyright(c) 2014 dead_horse <dead_horse@qq.com>
|
|
@@ -70,11 +58,6 @@ object-assign
|
|
|
70
58
|
* MIT Licensed
|
|
71
59
|
*/
|
|
72
60
|
|
|
73
|
-
/*!
|
|
74
|
-
* mustache.js - Logic-less {{mustache}} templates with JavaScript
|
|
75
|
-
* http://github.com/janl/mustache.js
|
|
76
|
-
*/
|
|
77
|
-
|
|
78
61
|
/*!
|
|
79
62
|
* negotiator
|
|
80
63
|
* Copyright(c) 2012 Federico Romero
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/mcp",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.9",
|
|
4
4
|
"bin": "dist/index.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"typescript": "^5.8.3",
|
|
16
16
|
"vitest": "3.0.5",
|
|
17
17
|
"zod": "3.24.3",
|
|
18
|
-
"@midscene/android": "0.30.
|
|
19
|
-
"@midscene/
|
|
20
|
-
"@midscene/
|
|
21
|
-
"@midscene/web": "0.30.
|
|
22
|
-
"@midscene/
|
|
18
|
+
"@midscene/android": "0.30.9",
|
|
19
|
+
"@midscene/core": "0.30.9",
|
|
20
|
+
"@midscene/shared": "0.30.9",
|
|
21
|
+
"@midscene/web": "0.30.9",
|
|
22
|
+
"@midscene/report": "0.13.1"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@silvia-odwyer/photon": "0.3.3",
|