@midscene/android-playground 1.0.3-beta-20251221011051.0 → 1.0.3-beta-20251223070556.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/package.json +5 -5
- package/static/index.html +1 -1
- package/static/static/js/{index.70308f36.js → index.5ba5e0a6.js} +5 -5
- package/static/static/js/index.5ba5e0a6.js.map +1 -0
- package/static/static/js/index.70308f36.js.map +0 -1
- /package/static/static/js/{index.70308f36.js.LICENSE.txt → index.5ba5e0a6.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/android-playground",
|
|
3
|
-
"version": "1.0.3-beta-
|
|
3
|
+
"version": "1.0.3-beta-20251223070556.0",
|
|
4
4
|
"description": "Android playground for Midscene",
|
|
5
5
|
"main": "./dist/lib/index.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"@inquirer/prompts": "^7.8.6",
|
|
27
27
|
"open": "10.1.0",
|
|
28
28
|
"socket.io": "^4.8.1",
|
|
29
|
-
"@midscene/android": "1.0.3-beta-
|
|
30
|
-
"@midscene/core": "1.0.3-beta-
|
|
31
|
-
"@midscene/
|
|
32
|
-
"@midscene/
|
|
29
|
+
"@midscene/android": "1.0.3-beta-20251223070556.0",
|
|
30
|
+
"@midscene/core": "1.0.3-beta-20251223070556.0",
|
|
31
|
+
"@midscene/shared": "1.0.3-beta-20251223070556.0",
|
|
32
|
+
"@midscene/playground": "1.0.3-beta-20251223070556.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@rslib/core": "^0.18.3",
|
package/static/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html><head><title>Midscene Android Playground</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/static/js/lib-react.574e3de9.js"></script><script defer src="/static/js/633.e47255c9.js"></script><script defer src="/static/js/index.
|
|
1
|
+
<!doctype html><html><head><title>Midscene Android Playground</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/static/js/lib-react.574e3de9.js"></script><script defer src="/static/js/633.e47255c9.js"></script><script defer src="/static/js/index.5ba5e0a6.js"></script><link href="/static/css/index.61d18db5.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|