@midscene/android-playground 1.9.6-beta-20260615083255.0 → 1.9.6
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 +0 -2
- package/dist/es/index.mjs +0 -2
- package/dist/lib/bin.js +0 -2
- package/dist/lib/index.js +0 -2
- package/package.json +5 -5
- package/static/index.html +1 -1
- package/static/static/js/{index.8548f963.js → index.03ac0658.js} +29 -29
- package/static/static/js/index.03ac0658.js.map +1 -0
- package/static/static/js/index.8548f963.js.map +0 -1
- /package/static/static/js/{index.8548f963.js.LICENSE.txt → index.03ac0658.js.LICENSE.txt} +0 -0
package/dist/es/bin.mjs
CHANGED
|
@@ -8,7 +8,6 @@ import { createReadStream } from "node:fs";
|
|
|
8
8
|
import { createServer } from "node:http";
|
|
9
9
|
import { fileURLToPath } from "node:url";
|
|
10
10
|
import { promisify } from "node:util";
|
|
11
|
-
import { installAdbServerClientFeaturesFallback } from "@midscene/android/internal/adb-server-client-features-fallback";
|
|
12
11
|
import { getDebug } from "@midscene/shared/logger";
|
|
13
12
|
import cors from "cors";
|
|
14
13
|
import express from "express";
|
|
@@ -321,7 +320,6 @@ class ScrcpyServer {
|
|
|
321
320
|
host: '127.0.0.1',
|
|
322
321
|
port: 5037
|
|
323
322
|
}));
|
|
324
|
-
installAdbServerClientFeaturesFallback(this.adbClient);
|
|
325
323
|
await debugPage('success to initialize adb client');
|
|
326
324
|
}
|
|
327
325
|
return this.adbClient;
|
package/dist/es/index.mjs
CHANGED
|
@@ -8,7 +8,6 @@ import { createReadStream } from "node:fs";
|
|
|
8
8
|
import { createServer } from "node:http";
|
|
9
9
|
import { fileURLToPath } from "node:url";
|
|
10
10
|
import { promisify } from "node:util";
|
|
11
|
-
import { installAdbServerClientFeaturesFallback } from "@midscene/android/internal/adb-server-client-features-fallback";
|
|
12
11
|
import { getDebug } from "@midscene/shared/logger";
|
|
13
12
|
import cors from "cors";
|
|
14
13
|
import express from "express";
|
|
@@ -321,7 +320,6 @@ class ScrcpyServer {
|
|
|
321
320
|
host: '127.0.0.1',
|
|
322
321
|
port: 5037
|
|
323
322
|
}));
|
|
324
|
-
installAdbServerClientFeaturesFallback(this.adbClient);
|
|
325
323
|
await debugPage('success to initialize adb client');
|
|
326
324
|
}
|
|
327
325
|
return this.adbClient;
|
package/dist/lib/bin.js
CHANGED
|
@@ -166,7 +166,6 @@ const external_node_fs_namespaceObject = require("node:fs");
|
|
|
166
166
|
const external_node_http_namespaceObject = require("node:http");
|
|
167
167
|
require("node:url");
|
|
168
168
|
const external_node_util_namespaceObject = require("node:util");
|
|
169
|
-
const adb_server_client_features_fallback_namespaceObject = require("@midscene/android/internal/adb-server-client-features-fallback");
|
|
170
169
|
const logger_namespaceObject = require("@midscene/shared/logger");
|
|
171
170
|
const external_cors_namespaceObject = require("cors");
|
|
172
171
|
var external_cors_default = /*#__PURE__*/ __webpack_require__.n(external_cors_namespaceObject);
|
|
@@ -347,7 +346,6 @@ class ScrcpyServer {
|
|
|
347
346
|
host: '127.0.0.1',
|
|
348
347
|
port: 5037
|
|
349
348
|
}));
|
|
350
|
-
(0, adb_server_client_features_fallback_namespaceObject.installAdbServerClientFeaturesFallback)(this.adbClient);
|
|
351
349
|
await debugPage('success to initialize adb client');
|
|
352
350
|
}
|
|
353
351
|
return this.adbClient;
|
package/dist/lib/index.js
CHANGED
|
@@ -181,7 +181,6 @@ const external_node_fs_namespaceObject = require("node:fs");
|
|
|
181
181
|
const external_node_http_namespaceObject = require("node:http");
|
|
182
182
|
require("node:url");
|
|
183
183
|
const external_node_util_namespaceObject = require("node:util");
|
|
184
|
-
const adb_server_client_features_fallback_namespaceObject = require("@midscene/android/internal/adb-server-client-features-fallback");
|
|
185
184
|
const logger_namespaceObject = require("@midscene/shared/logger");
|
|
186
185
|
const external_cors_namespaceObject = require("cors");
|
|
187
186
|
var external_cors_default = /*#__PURE__*/ __webpack_require__.n(external_cors_namespaceObject);
|
|
@@ -362,7 +361,6 @@ class ScrcpyServer {
|
|
|
362
361
|
host: '127.0.0.1',
|
|
363
362
|
port: 5037
|
|
364
363
|
}));
|
|
365
|
-
(0, adb_server_client_features_fallback_namespaceObject.installAdbServerClientFeaturesFallback)(this.adbClient);
|
|
366
364
|
await debugPage('success to initialize adb client');
|
|
367
365
|
}
|
|
368
366
|
return this.adbClient;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/android-playground",
|
|
3
|
-
"version": "1.9.6
|
|
3
|
+
"version": "1.9.6",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/midscene.git",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"express": "^4.21.2",
|
|
40
40
|
"open": "10.1.0",
|
|
41
41
|
"socket.io": "^4.8.1",
|
|
42
|
-
"@midscene/android": "1.9.6
|
|
43
|
-
"@midscene/
|
|
44
|
-
"@midscene/
|
|
45
|
-
"@midscene/
|
|
42
|
+
"@midscene/android": "1.9.6",
|
|
43
|
+
"@midscene/shared": "1.9.6",
|
|
44
|
+
"@midscene/core": "1.9.6",
|
|
45
|
+
"@midscene/playground": "1.9.6"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@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.ed140d90.js"></script><script defer src="/static/js/596.47507087.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.ed140d90.js"></script><script defer src="/static/js/596.47507087.js"></script><script defer src="/static/js/index.03ac0658.js"></script><link href="/static/css/index.ab28104a.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|