@unotest/mobile 0.16.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 +2 -79
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,106 +1,29 @@
1
1
  # Changelog
2
2
 
3
- ## [0.16.0] - 2026-08-19
4
-
5
- ### Patch Changes
3
+ ## [0.17.0] - 2026-08-20
6
4
 
7
- - Updated dependencies [4fc5e5a]
8
- - Updated dependencies [bf92e6f]
9
- - Updated dependencies [1327a52]
10
- - @unotest/core@0.16.0
11
- - @unotest/dsl@0.16.0
12
- - @unotest/viewer@0.16.0
13
- - @unotest/protocol@0.16.0
5
+ ## [0.16.0] - 2026-08-19
14
6
 
15
7
  ## [0.15.0] - 2026-08-17
16
8
 
17
- ### Patch Changes
18
-
19
- - Updated dependencies [d2161a9]
20
- - Updated dependencies [32692b4]
21
- - @unotest/viewer@0.15.0
22
- - @unotest/core@0.15.0
23
- - @unotest/dsl@0.15.0
24
- - @unotest/protocol@0.15.0
25
-
26
9
  ## [0.14.0] - 2026-08-16
27
10
 
28
- ### Patch Changes
29
-
30
- - Updated dependencies [0255f2d]
31
- - Updated dependencies [da5badd]
32
- - @unotest/dsl@0.14.0
33
- - @unotest/viewer@0.14.0
34
- - @unotest/core@0.14.0
35
- - @unotest/protocol@0.14.0
36
-
37
11
  ## [0.13.1] - 2026-08-15
38
12
 
39
- ### Patch Changes
40
-
41
- - @unotest/core@0.13.1
42
- - @unotest/dsl@0.13.1
43
- - @unotest/protocol@0.13.1
44
- - @unotest/viewer@0.13.1
45
-
46
13
  ## [0.13.0] - 2026-08-15
47
14
 
48
15
  ### Patch Changes
49
16
 
50
- - Updated dependencies [39ca34f]
51
- - Updated dependencies [a4f0a62]
52
- - Updated dependencies [8d70df6]
53
- - @unotest/dsl@0.13.0
54
- - @unotest/core@0.13.0
55
- - @unotest/viewer@0.13.0
56
- - @unotest/protocol@0.13.0
57
-
58
17
  All notable changes to `@unotest/mobile` will be documented in this file.
59
18
 
60
19
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
61
20
 
62
21
  ## [0.12.0] - 2026-08-14
63
22
 
64
- ### Patch Changes
65
-
66
- - Updated dependencies [40300d3]
67
- - Updated dependencies [479aa25]
68
- - Updated dependencies [5dd59af]
69
- - Updated dependencies [7069d24]
70
- - @unotest/dsl@0.12.0
71
- - @unotest/viewer@0.12.0
72
- - @unotest/core@0.12.0
73
- - @unotest/protocol@0.12.0
74
-
75
23
  ## [0.11.0] - 2026-08-13
76
24
 
77
- ### Patch Changes
78
-
79
- - Updated dependencies [eb568a6]
80
- - Updated dependencies [a195713]
81
- - Updated dependencies [ce25926]
82
- - Updated dependencies [5a8e92b]
83
- - Updated dependencies [d0ae620]
84
- - Updated dependencies [2a68997]
85
- - Updated dependencies [c01b72f]
86
- - Updated dependencies [dea90e9]
87
- - @unotest/core@0.11.0
88
- - @unotest/protocol@0.11.0
89
- - @unotest/viewer@0.11.0
90
- - @unotest/dsl@0.11.0
91
-
92
25
  ## [0.10.0] - 2026-08-06
93
26
 
94
- ### Patch Changes
95
-
96
- - Updated dependencies [7ed750c]
97
- - Updated dependencies [574841f]
98
- - Updated dependencies [337a31c]
99
- - @unotest/dsl@0.10.0
100
- - @unotest/protocol@0.10.0
101
- - @unotest/core@0.10.0
102
- - @unotest/viewer@0.10.0
103
-
104
27
  ## [0.9.2] - 2026-06-16
105
28
 
106
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.16.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.16.0",
42
- "@unotest/viewer": "^0.16.0",
43
- "@unotest/protocol": "^0.16.0",
44
- "@unotest/dsl": "^0.16.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",