@ai-sdk/angular 3.0.0-canary.176 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +96 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,101 @@
1
1
  # @ai-sdk/angular
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ai@7.0.1
8
+
9
+ ## 3.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only (`"type": "module"`). Consumers using `require()` must switch to ESM `import` syntax.
14
+ - 8359612: Start v7 pre-release
15
+
16
+ ### Patch Changes
17
+
18
+ - 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
19
+ - 0c4c275: trigger initial canary release
20
+ - 258c093: chore: ensure consistent import handling and avoid import duplicates or cycles
21
+ - b8396f0: trigger initial beta release
22
+
23
+ ## 3.0.0-beta.187
24
+
25
+ ### Patch Changes
26
+
27
+ - ai@7.0.0-beta.187
28
+
29
+ ## 3.0.0-beta.186
30
+
31
+ ### Patch Changes
32
+
33
+ - ai@7.0.0-beta.186
34
+
35
+ ## 3.0.0-beta.185
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [75763b0]
40
+ - ai@7.0.0-beta.185
41
+
42
+ ## 3.0.0-beta.184
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [0416e3e]
47
+ - ai@7.0.0-beta.184
48
+ - @ai-sdk/provider-utils@5.0.0-beta.50
49
+
50
+ ## 3.0.0-beta.183
51
+
52
+ ### Patch Changes
53
+
54
+ - ai@7.0.0-beta.183
55
+
56
+ ## 3.0.0-beta.182
57
+
58
+ ### Patch Changes
59
+
60
+ - Updated dependencies [cc6ab90]
61
+ - ai@7.0.0-beta.182
62
+
63
+ ## 3.0.0-beta.181
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies [6a2caf9]
68
+ - ai@7.0.0-beta.181
69
+
70
+ ## 3.0.0-beta.180
71
+
72
+ ### Patch Changes
73
+
74
+ - Updated dependencies [81a284b]
75
+ - ai@7.0.0-beta.180
76
+
77
+ ## 3.0.0-beta.179
78
+
79
+ ### Patch Changes
80
+
81
+ - ai@7.0.0-beta.179
82
+
83
+ ## 3.0.0-beta.178
84
+
85
+ ### Patch Changes
86
+
87
+ - Updated dependencies [b097c52]
88
+ - ai@7.0.0-beta.178
89
+
90
+ ## 3.0.0-beta.177
91
+
92
+ ### Patch Changes
93
+
94
+ - b8396f0: trigger initial beta release
95
+ - Updated dependencies [b8396f0]
96
+ - @ai-sdk/provider-utils@5.0.0-beta.49
97
+ - ai@7.0.0-beta.177
98
+
3
99
  ## 3.0.0-canary.176
4
100
 
5
101
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/angular",
3
- "version": "3.0.0-canary.176",
3
+ "version": "3.0.1",
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.48",
29
- "ai": "7.0.0-canary.176"
28
+ "@ai-sdk/provider-utils": "5.0.0",
29
+ "ai": "7.0.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "22.19.19",
@@ -35,7 +35,7 @@
35
35
  "typescript": "5.8.3",
36
36
  "vitest": "^4.1.6",
37
37
  "zod": "3.25.76",
38
- "@ai-sdk/test-server": "2.0.0-canary.6",
38
+ "@ai-sdk/test-server": "2.0.0",
39
39
  "@vercel/ai-tsconfig": "0.0.0"
40
40
  },
41
41
  "peerDependencies": {