@ai-sdk/tui 1.0.0-canary.1 → 1.0.0-canary.11

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 +78 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,83 @@
1
1
  # @ai-sdk/tui
2
2
 
3
+ ## 1.0.0-canary.11
4
+
5
+ ### Patch Changes
6
+
7
+ - ai@7.0.0-canary.176
8
+
9
+ ## 1.0.0-canary.10
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [6ec57f5]
14
+ - ai@7.0.0-canary.175
15
+
16
+ ## 1.0.0-canary.9
17
+
18
+ ### Patch Changes
19
+
20
+ - ai@7.0.0-canary.174
21
+
22
+ ## 1.0.0-canary.8
23
+
24
+ ### Patch Changes
25
+
26
+ - ai@7.0.0-canary.173
27
+
28
+ ## 1.0.0-canary.7
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [25a64f8]
33
+ - Updated dependencies [375fdd7]
34
+ - Updated dependencies [f18b08f]
35
+ - Updated dependencies [b4507d5]
36
+ - ai@7.0.0-canary.172
37
+
38
+ ## 1.0.0-canary.6
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies [89ad56f]
43
+ - Updated dependencies [f9a496f]
44
+ - Updated dependencies [3295831]
45
+ - ai@7.0.0-canary.171
46
+
47
+ ## 1.0.0-canary.5
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [bae5e2b]
52
+ - Updated dependencies [69d7128]
53
+ - ai@7.0.0-canary.170
54
+
55
+ ## 1.0.0-canary.4
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies [a5018ab]
60
+ - Updated dependencies [21d3d60]
61
+ - Updated dependencies [426dbbb]
62
+ - Updated dependencies [7fd3360]
63
+ - ai@7.0.0-canary.169
64
+
65
+ ## 1.0.0-canary.3
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies [1e4b350]
70
+ - ai@7.0.0-canary.168
71
+
72
+ ## 1.0.0-canary.2
73
+
74
+ ### Patch Changes
75
+
76
+ - Updated dependencies [4757690]
77
+ - Updated dependencies [eeefc3f]
78
+ - Updated dependencies [b79b6a8]
79
+ - ai@7.0.0-canary.167
80
+
3
81
  ## 1.0.0-canary.1
4
82
 
5
83
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/tui",
3
- "version": "1.0.0-canary.1",
3
+ "version": "1.0.0-canary.11",
4
4
  "type": "module",
5
5
  "description": "Run AI SDK agents in a terminal UI.",
6
6
  "license": "Apache-2.0",
@@ -28,7 +28,7 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "ai": "7.0.0-canary.166"
31
+ "ai": "7.0.0-canary.176"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "22.19.19",