@midscene/android-playground 1.9.6-beta-20260615080106.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  import node_path from "node:path";
2
2
  import { createScrcpyPreviewDescriptor, definePlaygroundPlatform, launchPreparedPlaygroundPlatform } from "@midscene/playground";
3
- import { AndroidAgent, AndroidDevice, getConnectedDevicesWithDetails, installAdbServerClientFeaturesFallback } from "@midscene/android";
3
+ import { AndroidAgent, AndroidDevice, getConnectedDevicesWithDetails } from "@midscene/android";
4
4
  import { PLAYGROUND_SERVER_PORT, SCRCPY_ADB_CONNECT_TIMEOUT_MS, SCRCPY_PREVIEW_METADATA_TIMEOUT_MS, SCRCPY_PUSH_TIMEOUT_MS, SCRCPY_SERVER_PORT, SCRCPY_START_TIMEOUT_MS, SCRCPY_VIDEO_STREAM_TIMEOUT_MS } from "@midscene/shared/constants";
5
5
  import { findAvailablePort } from "@midscene/shared/node";
6
6
  import { exec } from "node:child_process";
@@ -320,7 +320,6 @@ class ScrcpyServer {
320
320
  host: '127.0.0.1',
321
321
  port: 5037
322
322
  }));
323
- installAdbServerClientFeaturesFallback(this.adbClient);
324
323
  await debugPage('success to initialize adb client');
325
324
  }
326
325
  return this.adbClient;
package/dist/es/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import node_path from "node:path";
2
- import { AndroidAgent, AndroidDevice, getConnectedDevicesWithDetails, installAdbServerClientFeaturesFallback } from "@midscene/android";
2
+ import { AndroidAgent, AndroidDevice, getConnectedDevicesWithDetails } from "@midscene/android";
3
3
  import { createScrcpyPreviewDescriptor, definePlaygroundPlatform } from "@midscene/playground";
4
4
  import { PLAYGROUND_SERVER_PORT, SCRCPY_ADB_CONNECT_TIMEOUT_MS, SCRCPY_PREVIEW_METADATA_TIMEOUT_MS, SCRCPY_PUSH_TIMEOUT_MS, SCRCPY_SERVER_PORT, SCRCPY_START_TIMEOUT_MS, SCRCPY_VIDEO_STREAM_TIMEOUT_MS } from "@midscene/shared/constants";
5
5
  import { findAvailablePort } from "@midscene/shared/node";
@@ -320,7 +320,6 @@ class ScrcpyServer {
320
320
  host: '127.0.0.1',
321
321
  port: 5037
322
322
  }));
323
- installAdbServerClientFeaturesFallback(this.adbClient);
324
323
  await debugPage('success to initialize adb client');
325
324
  }
326
325
  return this.adbClient;
package/dist/lib/bin.js CHANGED
@@ -346,7 +346,6 @@ class ScrcpyServer {
346
346
  host: '127.0.0.1',
347
347
  port: 5037
348
348
  }));
349
- (0, android_namespaceObject.installAdbServerClientFeaturesFallback)(this.adbClient);
350
349
  await debugPage('success to initialize adb client');
351
350
  }
352
351
  return this.adbClient;
package/dist/lib/index.js CHANGED
@@ -361,7 +361,6 @@ class ScrcpyServer {
361
361
  host: '127.0.0.1',
362
362
  port: 5037
363
363
  }));
364
- (0, android_namespaceObject.installAdbServerClientFeaturesFallback)(this.adbClient);
365
364
  await debugPage('success to initialize adb client');
366
365
  }
367
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-beta-20260615080106.0",
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-beta-20260615080106.0",
43
- "@midscene/core": "1.9.6-beta-20260615080106.0",
44
- "@midscene/playground": "1.9.6-beta-20260615080106.0",
45
- "@midscene/shared": "1.9.6-beta-20260615080106.0"
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.ba656657.js"></script><link href="/static/css/index.ab28104a.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
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>