@unotest/mobile 0.15.0 → 0.17.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -68
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,94 +1,29 @@
1
1
  # Changelog
2
2
 
3
- ## [0.15.0] - 2026-08-17
3
+ ## [0.17.0] - 2026-08-20
4
4
 
5
- ### Patch Changes
5
+ ## [0.16.0] - 2026-08-19
6
6
 
7
- - Updated dependencies [d2161a9]
8
- - Updated dependencies [32692b4]
9
- - @unotest/viewer@0.15.0
10
- - @unotest/core@0.15.0
11
- - @unotest/dsl@0.15.0
12
- - @unotest/protocol@0.15.0
7
+ ## [0.15.0] - 2026-08-17
13
8
 
14
9
  ## [0.14.0] - 2026-08-16
15
10
 
16
- ### Patch Changes
17
-
18
- - Updated dependencies [0255f2d]
19
- - Updated dependencies [da5badd]
20
- - @unotest/dsl@0.14.0
21
- - @unotest/viewer@0.14.0
22
- - @unotest/core@0.14.0
23
- - @unotest/protocol@0.14.0
24
-
25
11
  ## [0.13.1] - 2026-08-15
26
12
 
27
- ### Patch Changes
28
-
29
- - @unotest/core@0.13.1
30
- - @unotest/dsl@0.13.1
31
- - @unotest/protocol@0.13.1
32
- - @unotest/viewer@0.13.1
33
-
34
13
  ## [0.13.0] - 2026-08-15
35
14
 
36
15
  ### Patch Changes
37
16
 
38
- - Updated dependencies [39ca34f]
39
- - Updated dependencies [a4f0a62]
40
- - Updated dependencies [8d70df6]
41
- - @unotest/dsl@0.13.0
42
- - @unotest/core@0.13.0
43
- - @unotest/viewer@0.13.0
44
- - @unotest/protocol@0.13.0
45
-
46
17
  All notable changes to `@unotest/mobile` will be documented in this file.
47
18
 
48
19
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
49
20
 
50
21
  ## [0.12.0] - 2026-08-14
51
22
 
52
- ### Patch Changes
53
-
54
- - Updated dependencies [40300d3]
55
- - Updated dependencies [479aa25]
56
- - Updated dependencies [5dd59af]
57
- - Updated dependencies [7069d24]
58
- - @unotest/dsl@0.12.0
59
- - @unotest/viewer@0.12.0
60
- - @unotest/core@0.12.0
61
- - @unotest/protocol@0.12.0
62
-
63
23
  ## [0.11.0] - 2026-08-13
64
24
 
65
- ### Patch Changes
66
-
67
- - Updated dependencies [eb568a6]
68
- - Updated dependencies [a195713]
69
- - Updated dependencies [ce25926]
70
- - Updated dependencies [5a8e92b]
71
- - Updated dependencies [d0ae620]
72
- - Updated dependencies [2a68997]
73
- - Updated dependencies [c01b72f]
74
- - Updated dependencies [dea90e9]
75
- - @unotest/core@0.11.0
76
- - @unotest/protocol@0.11.0
77
- - @unotest/viewer@0.11.0
78
- - @unotest/dsl@0.11.0
79
-
80
25
  ## [0.10.0] - 2026-08-06
81
26
 
82
- ### Patch Changes
83
-
84
- - Updated dependencies [7ed750c]
85
- - Updated dependencies [574841f]
86
- - Updated dependencies [337a31c]
87
- - @unotest/dsl@0.10.0
88
- - @unotest/protocol@0.10.0
89
- - @unotest/core@0.10.0
90
- - @unotest/viewer@0.10.0
91
-
92
27
  ## [0.9.2] - 2026-06-16
93
28
 
94
29
  Released in lockstep with the rest of the ecosystem. No functional changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unotest/mobile",
3
- "version": "0.15.0",
3
+ "version": "0.17.0",
4
4
  "description": "AI-native E2E testing for iOS React Native apps. MCP server + CLI runner + JS-DSL scenarios.",
5
5
  "license": "MIT",
6
6
  "author": "Ivan Volkov <ivan@volkov.io>",
@@ -38,10 +38,10 @@
38
38
  "sharp": "^0.34.5",
39
39
  "zod": "^3.23.8",
40
40
  "zod-to-json-schema": "^3.23.5",
41
- "@unotest/core": "^0.15.0",
42
- "@unotest/protocol": "^0.15.0",
43
- "@unotest/dsl": "^0.15.0",
44
- "@unotest/viewer": "^0.15.0"
41
+ "@unotest/core": "^0.17.0",
42
+ "@unotest/dsl": "^0.17.0",
43
+ "@unotest/viewer": "^0.17.0",
44
+ "@unotest/protocol": "^0.17.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "mysql2": "^3.0.0",