@ai-sdk/angular 3.0.0-canary.127 → 3.0.0-canary.130

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 +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @ai-sdk/angular
2
2
 
3
+ ## 3.0.0-canary.130
4
+
5
+ ### Patch Changes
6
+
7
+ - ai@7.0.0-canary.130
8
+
9
+ ## 3.0.0-canary.129
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [d1b3786]
14
+ - ai@7.0.0-canary.129
15
+
16
+ ## 3.0.0-canary.128
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [d848405]
21
+ - @ai-sdk/provider-utils@5.0.0-canary.37
22
+ - ai@7.0.0-canary.128
23
+
3
24
  ## 3.0.0-canary.127
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/angular",
3
- "version": "3.0.0-canary.127",
3
+ "version": "3.0.0-canary.130",
4
4
  "type": "module",
5
5
  "description": "Angular implementation of ai-sdk.",
6
6
  "license": "Apache-2.0",
@@ -25,8 +25,8 @@
25
25
  "README.md"
26
26
  ],
27
27
  "dependencies": {
28
- "@ai-sdk/provider-utils": "5.0.0-canary.36",
29
- "ai": "7.0.0-canary.127"
28
+ "@ai-sdk/provider-utils": "5.0.0-canary.37",
29
+ "ai": "7.0.0-canary.130"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "20.17.24",