@ai-sdk/react 4.0.0-beta.2 → 4.0.0-beta.20

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 CHANGED
@@ -1,5 +1,124 @@
1
1
  # @ai-sdk/react
2
2
 
3
+ ## 4.0.0-beta.20
4
+
5
+ ### Patch Changes
6
+
7
+ - ai@7.0.0-beta.20
8
+
9
+ ## 4.0.0-beta.19
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [f7d4f01]
14
+ - @ai-sdk/provider-utils@5.0.0-beta.3
15
+ - ai@7.0.0-beta.19
16
+
17
+ ## 4.0.0-beta.18
18
+
19
+ ### Patch Changes
20
+
21
+ - ai@7.0.0-beta.18
22
+ - @ai-sdk/provider-utils@5.0.0-beta.2
23
+
24
+ ## 4.0.0-beta.17
25
+
26
+ ### Patch Changes
27
+
28
+ - ai@7.0.0-beta.17
29
+
30
+ ## 4.0.0-beta.16
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [5b8c58f]
35
+ - ai@7.0.0-beta.16
36
+
37
+ ## 4.0.0-beta.15
38
+
39
+ ### Patch Changes
40
+
41
+ - ai@7.0.0-beta.15
42
+
43
+ ## 4.0.0-beta.14
44
+
45
+ ### Patch Changes
46
+
47
+ - ai@7.0.0-beta.14
48
+
49
+ ## 4.0.0-beta.13
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [c26ca8d]
54
+ - ai@7.0.0-beta.13
55
+
56
+ ## 4.0.0-beta.12
57
+
58
+ ### Patch Changes
59
+
60
+ - ai@7.0.0-beta.12
61
+
62
+ ## 4.0.0-beta.11
63
+
64
+ ### Patch Changes
65
+
66
+ - ai@7.0.0-beta.11
67
+
68
+ ## 4.0.0-beta.10
69
+
70
+ ### Patch Changes
71
+
72
+ - ai@7.0.0-beta.10
73
+
74
+ ## 4.0.0-beta.9
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies [1fe058b]
79
+ - ai@7.0.0-beta.9
80
+
81
+ ## 4.0.0-beta.8
82
+
83
+ ### Patch Changes
84
+
85
+ - ai@7.0.0-beta.8
86
+
87
+ ## 4.0.0-beta.7
88
+
89
+ ### Patch Changes
90
+
91
+ - Updated dependencies [210ed3d]
92
+ - ai@7.0.0-beta.7
93
+
94
+ ## 4.0.0-beta.6
95
+
96
+ ### Patch Changes
97
+
98
+ - ai@7.0.0-beta.6
99
+
100
+ ## 4.0.0-beta.5
101
+
102
+ ### Patch Changes
103
+
104
+ - Updated dependencies [ebd4da2]
105
+ - ai@7.0.0-beta.5
106
+
107
+ ## 4.0.0-beta.4
108
+
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies [5ceed7d]
112
+ - ai@7.0.0-beta.4
113
+
114
+ ## 4.0.0-beta.3
115
+
116
+ ### Patch Changes
117
+
118
+ - Updated dependencies [531251e]
119
+ - @ai-sdk/provider-utils@5.0.0-beta.1
120
+ - ai@7.0.0-beta.3
121
+
3
122
  ## 4.0.0-beta.2
4
123
 
5
124
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/react",
3
- "version": "4.0.0-beta.2",
3
+ "version": "4.0.0-beta.20",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -28,8 +28,8 @@
28
28
  "dependencies": {
29
29
  "swr": "^2.2.5",
30
30
  "throttleit": "2.1.0",
31
- "@ai-sdk/provider-utils": "5.0.0-beta.0",
32
- "ai": "7.0.0-beta.2"
31
+ "@ai-sdk/provider-utils": "5.0.0-beta.3",
32
+ "ai": "7.0.0-beta.20"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@testing-library/jest-dom": "^6.6.3",
@@ -0,0 +1,5 @@
1
+ /// <reference types="@testing-library/jest-dom/vitest" />
2
+ import { expect } from 'vitest';
3
+ import * as matchers from '@testing-library/jest-dom/matchers';
4
+
5
+ expect.extend(matchers);