@midscene/playground 1.0.1-beta-20251208031823.0 → 1.0.1-beta-20251208031856.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/adapters/base.js +2 -2
- package/dist/lib/adapters/local-execution.js +2 -2
- package/dist/lib/adapters/remote-execution.js +2 -2
- package/dist/lib/common.js +2 -2
- package/dist/lib/index.browser.js +2 -2
- package/dist/lib/index.js +2 -2
- package/dist/lib/launcher.js +2 -2
- package/dist/lib/sdk/index.js +2 -2
- package/dist/lib/server.js +2 -2
- package/dist/lib/types.js +1 -1
- package/package.json +4 -4
- package/static/index.html +1 -1
- package/static/static/js/828.f9eb1ea0.js +614 -0
- package/static/static/js/{430.adc9a336.js.LICENSE.txt → 828.f9eb1ea0.js.LICENSE.txt} +4 -0
- package/static/static/js/{430.adc9a336.js.map → 828.f9eb1ea0.js.map} +1 -1
- package/static/static/js/async/195.211344dc.js +3 -0
- package/static/static/js/async/{195.6b544830.js.map → 195.211344dc.js.map} +1 -1
- package/static/static/js/async/{199.30b3461a.js → 199.3807c13f.js} +7 -7
- package/static/static/js/async/{199.30b3461a.js.map → 199.3807c13f.js.map} +1 -1
- package/static/static/js/async/221.f69d95bd.js +21 -0
- package/static/static/js/async/{221.d7bad1ad.js.map → 221.f69d95bd.js.map} +1 -1
- package/static/static/js/async/271.9c705eb3.js +30 -0
- package/static/static/js/async/{271.8c3746e1.js.map → 271.9c705eb3.js.map} +1 -1
- package/static/static/js/async/35.11835a6c.js +1 -0
- package/static/static/js/async/{467.b56c3730.js → 467.4a88bee0.js} +1 -1
- package/static/static/js/async/652.600e8692.js +3 -0
- package/static/static/js/async/{652.7a830db9.js.map → 652.600e8692.js.map} +1 -1
- package/static/static/js/async/856.a4d5847b.js +158 -0
- package/static/static/js/async/{856.0d869a94.js.map → 856.a4d5847b.js.map} +1 -1
- package/static/static/js/async/860.a2c80fa6.js +2 -0
- package/static/static/js/async/{860.1bcb36d0.js.map → 860.a2c80fa6.js.map} +1 -1
- package/static/static/js/async/990.3f9d55fe.js +26 -0
- package/static/static/js/async/{990.27e22d92.js.map → 990.3f9d55fe.js.map} +1 -1
- package/static/static/js/index.2ce799cd.js +10 -0
- package/static/static/js/index.2ce799cd.js.map +1 -0
- package/static/static/js/lib-react.88bfef40.js +3 -0
- package/static/static/js/{lib-react.bc3a3965.js.map → lib-react.88bfef40.js.map} +1 -1
- package/static/static/js/430.adc9a336.js +0 -611
- package/static/static/js/async/195.6b544830.js +0 -3
- package/static/static/js/async/221.d7bad1ad.js +0 -21
- package/static/static/js/async/271.8c3746e1.js +0 -30
- package/static/static/js/async/35.4b29edc8.js +0 -1
- package/static/static/js/async/652.7a830db9.js +0 -3
- package/static/static/js/async/856.0d869a94.js +0 -158
- package/static/static/js/async/860.1bcb36d0.js +0 -2
- package/static/static/js/async/990.27e22d92.js +0 -26
- package/static/static/js/index.10a9a528.js +0 -10
- package/static/static/js/index.10a9a528.js.map +0 -1
- package/static/static/js/lib-react.bc3a3965.js +0 -3
- /package/static/static/js/{index.10a9a528.js.LICENSE.txt → index.2ce799cd.js.LICENSE.txt} +0 -0
- /package/static/static/js/{lib-react.bc3a3965.js.LICENSE.txt → lib-react.88bfef40.js.LICENSE.txt} +0 -0
|
@@ -155,9 +155,9 @@ class BasePlaygroundAdapter {
|
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
157
|
exports.BasePlaygroundAdapter = __webpack_exports__.BasePlaygroundAdapter;
|
|
158
|
-
for(var
|
|
158
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
159
159
|
"BasePlaygroundAdapter"
|
|
160
|
-
].indexOf(
|
|
160
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
161
161
|
Object.defineProperty(exports, '__esModule', {
|
|
162
162
|
value: true
|
|
163
163
|
});
|
|
@@ -160,9 +160,9 @@ class LocalExecutionAdapter extends external_base_js_namespaceObject.BasePlaygro
|
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
162
|
exports.LocalExecutionAdapter = __webpack_exports__.LocalExecutionAdapter;
|
|
163
|
-
for(var
|
|
163
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
164
164
|
"LocalExecutionAdapter"
|
|
165
|
-
].indexOf(
|
|
165
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
166
166
|
Object.defineProperty(exports, '__esModule', {
|
|
167
167
|
value: true
|
|
168
168
|
});
|
|
@@ -334,9 +334,9 @@ class RemoteExecutionAdapter extends external_base_js_namespaceObject.BasePlaygr
|
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
336
|
exports.RemoteExecutionAdapter = __webpack_exports__.RemoteExecutionAdapter;
|
|
337
|
-
for(var
|
|
337
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
338
338
|
"RemoteExecutionAdapter"
|
|
339
|
-
].indexOf(
|
|
339
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
340
340
|
Object.defineProperty(exports, '__esModule', {
|
|
341
341
|
value: true
|
|
342
342
|
});
|
package/dist/lib/common.js
CHANGED
|
@@ -187,7 +187,7 @@ exports.noReplayAPIs = __webpack_exports__.noReplayAPIs;
|
|
|
187
187
|
exports.parseStructuredParams = __webpack_exports__.parseStructuredParams;
|
|
188
188
|
exports.validateStructuredParams = __webpack_exports__.validateStructuredParams;
|
|
189
189
|
exports.validationAPIs = __webpack_exports__.validationAPIs;
|
|
190
|
-
for(var
|
|
190
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
191
191
|
"dataExtractionAPIs",
|
|
192
192
|
"executeAction",
|
|
193
193
|
"formatErrorMessage",
|
|
@@ -195,7 +195,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
195
195
|
"parseStructuredParams",
|
|
196
196
|
"validateStructuredParams",
|
|
197
197
|
"validationAPIs"
|
|
198
|
-
].indexOf(
|
|
198
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
199
199
|
Object.defineProperty(exports, '__esModule', {
|
|
200
200
|
value: true
|
|
201
201
|
});
|
|
@@ -53,7 +53,7 @@ exports.formatErrorMessage = __webpack_exports__.formatErrorMessage;
|
|
|
53
53
|
exports.noReplayAPIs = __webpack_exports__.noReplayAPIs;
|
|
54
54
|
exports.validateStructuredParams = __webpack_exports__.validateStructuredParams;
|
|
55
55
|
exports.validationAPIs = __webpack_exports__.validationAPIs;
|
|
56
|
-
for(var
|
|
56
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
57
57
|
"BasePlaygroundAdapter",
|
|
58
58
|
"LocalExecutionAdapter",
|
|
59
59
|
"PlaygroundSDK",
|
|
@@ -65,7 +65,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
65
65
|
"noReplayAPIs",
|
|
66
66
|
"validateStructuredParams",
|
|
67
67
|
"validationAPIs"
|
|
68
|
-
].indexOf(
|
|
68
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
69
69
|
Object.defineProperty(exports, '__esModule', {
|
|
70
70
|
value: true
|
|
71
71
|
});
|
package/dist/lib/index.js
CHANGED
|
@@ -56,7 +56,7 @@ exports.noReplayAPIs = __webpack_exports__.noReplayAPIs;
|
|
|
56
56
|
exports.playgroundForAgent = __webpack_exports__.playgroundForAgent;
|
|
57
57
|
exports.validateStructuredParams = __webpack_exports__.validateStructuredParams;
|
|
58
58
|
exports.validationAPIs = __webpack_exports__.validationAPIs;
|
|
59
|
-
for(var
|
|
59
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
60
60
|
"BasePlaygroundAdapter",
|
|
61
61
|
"LocalExecutionAdapter",
|
|
62
62
|
"PlaygroundSDK",
|
|
@@ -69,7 +69,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
69
69
|
"playgroundForAgent",
|
|
70
70
|
"validateStructuredParams",
|
|
71
71
|
"validationAPIs"
|
|
72
|
-
].indexOf(
|
|
72
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
73
73
|
Object.defineProperty(exports, '__esModule', {
|
|
74
74
|
value: true
|
|
75
75
|
});
|
package/dist/lib/launcher.js
CHANGED
|
@@ -130,9 +130,9 @@ async function openInBrowser(url, customCommand, verbose = true) {
|
|
|
130
130
|
});
|
|
131
131
|
}
|
|
132
132
|
exports.playgroundForAgent = __webpack_exports__.playgroundForAgent;
|
|
133
|
-
for(var
|
|
133
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
134
134
|
"playgroundForAgent"
|
|
135
|
-
].indexOf(
|
|
135
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
136
136
|
Object.defineProperty(exports, '__esModule', {
|
|
137
137
|
value: true
|
|
138
138
|
});
|
package/dist/lib/sdk/index.js
CHANGED
|
@@ -126,9 +126,9 @@ class PlaygroundSDK {
|
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
exports.PlaygroundSDK = __webpack_exports__.PlaygroundSDK;
|
|
129
|
-
for(var
|
|
129
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
130
130
|
"PlaygroundSDK"
|
|
131
|
-
].indexOf(
|
|
131
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
132
132
|
Object.defineProperty(exports, '__esModule', {
|
|
133
133
|
value: true
|
|
134
134
|
});
|
package/dist/lib/server.js
CHANGED
|
@@ -428,10 +428,10 @@ class PlaygroundServer {
|
|
|
428
428
|
const server = PlaygroundServer;
|
|
429
429
|
exports.PlaygroundServer = __webpack_exports__.PlaygroundServer;
|
|
430
430
|
exports["default"] = __webpack_exports__["default"];
|
|
431
|
-
for(var
|
|
431
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
432
432
|
"PlaygroundServer",
|
|
433
433
|
"default"
|
|
434
|
-
].indexOf(
|
|
434
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
435
435
|
Object.defineProperty(exports, '__esModule', {
|
|
436
436
|
value: true
|
|
437
437
|
});
|
package/dist/lib/types.js
CHANGED
|
@@ -12,7 +12,7 @@ var __webpack_require__ = {};
|
|
|
12
12
|
})();
|
|
13
13
|
var __webpack_exports__ = {};
|
|
14
14
|
__webpack_require__.r(__webpack_exports__);
|
|
15
|
-
for(var
|
|
15
|
+
for(var __rspack_i in __webpack_exports__)exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
16
16
|
Object.defineProperty(exports, '__esModule', {
|
|
17
17
|
value: true
|
|
18
18
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/playground",
|
|
3
|
-
"version": "1.0.1-beta-
|
|
3
|
+
"version": "1.0.1-beta-20251208031856.0",
|
|
4
4
|
"description": "Midscene playground utilities for web integration",
|
|
5
5
|
"author": "midscene team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"express": "^4.21.2",
|
|
26
26
|
"open": "10.1.0",
|
|
27
27
|
"uuid": "11.1.0",
|
|
28
|
-
"@midscene/core": "1.0.1-beta-
|
|
29
|
-
"@midscene/shared": "1.0.1-beta-
|
|
28
|
+
"@midscene/core": "1.0.1-beta-20251208031856.0",
|
|
29
|
+
"@midscene/shared": "1.0.1-beta-20251208031856.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@rslib/core": "^0.18.
|
|
32
|
+
"@rslib/core": "^0.18.3",
|
|
33
33
|
"@types/cors": "^2.8.17",
|
|
34
34
|
"@types/express": "^4.17.21",
|
|
35
35
|
"@types/node": "^18.0.0",
|
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.
|
|
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.88bfef40.js"></script><script defer src="/static/js/828.f9eb1ea0.js"></script><script defer src="/static/js/index.2ce799cd.js"></script><link href="/static/css/index.987d3a64.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|