@unotest/mobile 0.33.0 → 0.35.1
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/CHANGELOG.md +31 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.35.1] - 2026-09-16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @unotest/core@0.35.1
|
|
8
|
+
- @unotest/dsl@0.35.1
|
|
9
|
+
- @unotest/protocol@0.35.1
|
|
10
|
+
- @unotest/viewer@0.35.1
|
|
11
|
+
|
|
12
|
+
## [0.35.0] - 2026-09-15
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [79c99ab]
|
|
17
|
+
- Updated dependencies [dee96a1]
|
|
18
|
+
- @unotest/protocol@0.35.0
|
|
19
|
+
- @unotest/viewer@0.35.0
|
|
20
|
+
- @unotest/core@0.35.0
|
|
21
|
+
- @unotest/dsl@0.35.0
|
|
22
|
+
|
|
23
|
+
## [0.34.0] - 2026-09-07
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [32a495e]
|
|
28
|
+
- Updated dependencies [c6b91bb]
|
|
29
|
+
- @unotest/protocol@0.34.0
|
|
30
|
+
- @unotest/viewer@0.34.0
|
|
31
|
+
- @unotest/core@0.34.0
|
|
32
|
+
- @unotest/dsl@0.34.0
|
|
33
|
+
|
|
3
34
|
## [0.33.0] - 2026-09-06
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unotest/mobile",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.1",
|
|
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/
|
|
42
|
-
"@unotest/
|
|
43
|
-
"@unotest/
|
|
44
|
-
"@unotest/
|
|
41
|
+
"@unotest/core": "^0.35.1",
|
|
42
|
+
"@unotest/protocol": "^0.35.1",
|
|
43
|
+
"@unotest/dsl": "^0.35.1",
|
|
44
|
+
"@unotest/viewer": "^0.35.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"mysql2": "^3.0.0",
|