@kaeawc/auto-mobile 0.0.14 → 0.0.15

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/README.md CHANGED
@@ -8,8 +8,8 @@
8
8
  ![Platform: macOS](https://img.shields.io/badge/platform-macOS-lightgrey)
9
9
  ![Platform: Linux](https://img.shields.io/badge/platform-Linux-lightgrey)
10
10
 
11
- ![TypeScript tests: 3,123](https://img.shields.io/badge/TypeScript_tests-3%2C123-3178C6)
12
- ![Kotlin tests: 749](https://img.shields.io/badge/Kotlin_tests-749-7F52FF)
11
+ ![TypeScript tests: 3,125](https://img.shields.io/badge/TypeScript_tests-3%2C125-3178C6)
12
+ ![Kotlin tests: 744](https://img.shields.io/badge/Kotlin_tests-744-7F52FF)
13
13
  ![Swift tests: 146](https://img.shields.io/badge/Swift_tests-146-F05138)
14
14
  ![TS coverage](https://img.shields.io/endpoint?url=https://kaeawc.github.io/auto-mobile/ts-coverage-badge.json)
15
15
  ![Kotlin coverage](https://img.shields.io/endpoint?url=https://kaeawc.github.io/auto-mobile/kotlin-coverage-badge.json)
package/README.md.backup CHANGED
@@ -8,8 +8,8 @@
8
8
  ![Platform: macOS](https://img.shields.io/badge/platform-macOS-lightgrey)
9
9
  ![Platform: Linux](https://img.shields.io/badge/platform-Linux-lightgrey)
10
10
 
11
- ![TypeScript tests: 3,123](https://img.shields.io/badge/TypeScript_tests-3%2C123-3178C6)
12
- ![Kotlin tests: 749](https://img.shields.io/badge/Kotlin_tests-749-7F52FF)
11
+ ![TypeScript tests: 3,125](https://img.shields.io/badge/TypeScript_tests-3%2C125-3178C6)
12
+ ![Kotlin tests: 744](https://img.shields.io/badge/Kotlin_tests-744-7F52FF)
13
13
  ![Swift tests: 146](https://img.shields.io/badge/Swift_tests-146-F05138)
14
14
  ![TS coverage](https://img.shields.io/endpoint?url=https://kaeawc.github.io/auto-mobile/ts-coverage-badge.json)
15
15
  ![Kotlin coverage](https://img.shields.io/endpoint?url=https://kaeawc.github.io/auto-mobile/kotlin-coverage-badge.json)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaeawc/auto-mobile",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Mobile device interaction automation via MCP",
5
5
  "scripts": {
6
6
  "test": "bun test",