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

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