@midscene/android 1.12.2-beta-20260828074555.0 → 1.12.2

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/cli.mjs CHANGED
@@ -3228,7 +3228,7 @@ class AndroidMidsceneTools extends BaseMidsceneTools {
3228
3228
  const tools = new AndroidMidsceneTools();
3229
3229
  runToolsCLI(tools, 'midscene-android', {
3230
3230
  stripPrefix: 'android_',
3231
- version: "1.12.2-beta-20260828074555.0",
3231
+ version: "1.12.2",
3232
3232
  extraCommands: createReportCliCommands()
3233
3233
  }).catch((e)=>{
3234
3234
  process.exit(reportCLIError(e));
package/dist/lib/cli.js CHANGED
@@ -3243,7 +3243,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
3243
3243
  const tools = new AndroidMidsceneTools();
3244
3244
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-android', {
3245
3245
  stripPrefix: 'android_',
3246
- version: "1.12.2-beta-20260828074555.0",
3246
+ version: "1.12.2",
3247
3247
  extraCommands: (0, core_namespaceObject.createReportCliCommands)()
3248
3248
  }).catch((e)=>{
3249
3249
  process.exit((0, cli_namespaceObject.reportCLIError)(e));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/android",
3
- "version": "1.12.2-beta-20260828074555.0",
3
+ "version": "1.12.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/midscene.git",
@@ -41,8 +41,8 @@
41
41
  "@yume-chan/stream-extra": "2.6.1",
42
42
  "appium-adb": "12.12.1",
43
43
  "sharp": "^0.34.3",
44
- "@midscene/core": "1.12.2-beta-20260828074555.0",
45
- "@midscene/shared": "1.12.2-beta-20260828074555.0"
44
+ "@midscene/shared": "1.12.2",
45
+ "@midscene/core": "1.12.2"
46
46
  },
47
47
  "optionalDependencies": {
48
48
  "@ffmpeg-installer/ffmpeg": "^1.1.0"
@@ -56,7 +56,7 @@
56
56
  "typescript": "^5.8.3",
57
57
  "undici": "^6.0.0",
58
58
  "zod": "^3.25.1",
59
- "@midscene/playground": "1.12.2-beta-20260828074555.0"
59
+ "@midscene/playground": "1.12.2"
60
60
  },
61
61
  "license": "MIT",
62
62
  "scripts": {