@ai-sdk/angular 3.0.0-canary.175 → 3.0.0

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