@midscene/ios 1.0.1-beta-20251208085324.0 → 1.0.1-beta-20251208112226.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/es/bin.mjs +2 -2
- package/dist/lib/bin.js +2 -2
- package/package.json +5 -5
- package/static/index.html +1 -1
- package/static/static/js/index.e0568653.js +10 -0
- package/static/static/js/index.e0568653.js.map +1 -0
- package/static/static/js/index.c66a6d2c.js +0 -10
- package/static/static/js/index.c66a6d2c.js.map +0 -1
- /package/static/static/js/{index.c66a6d2c.js.LICENSE.txt → index.e0568653.js.LICENSE.txt} +0 -0
package/dist/es/bin.mjs
CHANGED
|
@@ -11566,7 +11566,7 @@ class PlaygroundServer {
|
|
|
11566
11566
|
this._app.post('/action-space', async (req, res)=>{
|
|
11567
11567
|
try {
|
|
11568
11568
|
let actionSpace = [];
|
|
11569
|
-
actionSpace =
|
|
11569
|
+
actionSpace = this.agent.interface.actionSpace();
|
|
11570
11570
|
const processedActionSpace = actionSpace.map((action)=>{
|
|
11571
11571
|
if (action && 'object' == typeof action && 'paramSchema' in action) {
|
|
11572
11572
|
const typedAction = action;
|
|
@@ -11639,7 +11639,7 @@ class PlaygroundServer {
|
|
|
11639
11639
|
};
|
|
11640
11640
|
const startTime = Date.now();
|
|
11641
11641
|
try {
|
|
11642
|
-
const actionSpace =
|
|
11642
|
+
const actionSpace = this.agent.interface.actionSpace();
|
|
11643
11643
|
const value = {
|
|
11644
11644
|
type,
|
|
11645
11645
|
prompt,
|
package/dist/lib/bin.js
CHANGED
|
@@ -11709,7 +11709,7 @@ var __webpack_exports__ = {};
|
|
|
11709
11709
|
this._app.post('/action-space', async (req, res)=>{
|
|
11710
11710
|
try {
|
|
11711
11711
|
let actionSpace = [];
|
|
11712
|
-
actionSpace =
|
|
11712
|
+
actionSpace = this.agent.interface.actionSpace();
|
|
11713
11713
|
const processedActionSpace = actionSpace.map((action)=>{
|
|
11714
11714
|
if (action && 'object' == typeof action && 'paramSchema' in action) {
|
|
11715
11715
|
const typedAction = action;
|
|
@@ -11782,7 +11782,7 @@ var __webpack_exports__ = {};
|
|
|
11782
11782
|
};
|
|
11783
11783
|
const startTime = Date.now();
|
|
11784
11784
|
try {
|
|
11785
|
-
const actionSpace =
|
|
11785
|
+
const actionSpace = this.agent.interface.actionSpace();
|
|
11786
11786
|
const value = {
|
|
11787
11787
|
type,
|
|
11788
11788
|
prompt,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/ios",
|
|
3
|
-
"version": "1.0.1-beta-
|
|
3
|
+
"version": "1.0.1-beta-20251208112226.0",
|
|
4
4
|
"description": "iOS automation library for Midscene",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iOS UI automation",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@inquirer/prompts": "^7.8.6",
|
|
40
40
|
"open": "10.1.0",
|
|
41
|
-
"@midscene/core": "1.0.1-beta-
|
|
42
|
-
"@midscene/
|
|
43
|
-
"@midscene/
|
|
41
|
+
"@midscene/core": "1.0.1-beta-20251208112226.0",
|
|
42
|
+
"@midscene/webdriver": "1.0.1-beta-20251208112226.0",
|
|
43
|
+
"@midscene/shared": "1.0.1-beta-20251208112226.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@rslib/core": "^0.18.2",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"tsx": "^4.19.2",
|
|
51
51
|
"vitest": "3.0.5",
|
|
52
52
|
"zod": "3.24.3",
|
|
53
|
-
"@midscene/playground": "1.0.1-beta-
|
|
53
|
+
"@midscene/playground": "1.0.1-beta-20251208112226.0"
|
|
54
54
|
},
|
|
55
55
|
"license": "MIT",
|
|
56
56
|
"scripts": {
|
package/static/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html><head><link rel="icon" href="/favicon.ico"><title>Midscene Playground</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/static/js/lib-react.bc3a3965.js"></script><script defer src="/static/js/430.adc9a336.js"></script><script defer src="/static/js/index.
|
|
1
|
+
<!doctype html><html><head><link rel="icon" href="/favicon.ico"><title>Midscene Playground</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/static/js/lib-react.bc3a3965.js"></script><script defer src="/static/js/430.adc9a336.js"></script><script defer src="/static/js/index.e0568653.js"></script><link href="/static/css/index.987d3a64.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|