@ai-sdk/llamaindex 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 +95 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,100 @@
1
1
  # @ai-sdk/llamaindex
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
+ - 9f0e36c: trigger release for all packages after provenance setup
13
+ - 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
14
+ - 0c4c275: trigger initial canary release
15
+ - 258c093: chore: ensure consistent import handling and avoid import duplicates or cycles
16
+ - b8396f0: trigger initial beta release
17
+
18
+ ## 3.0.0-beta.187
19
+
20
+ ### Patch Changes
21
+
22
+ - ai@7.0.0-beta.187
23
+
24
+ ## 3.0.0-beta.186
25
+
26
+ ### Patch Changes
27
+
28
+ - ai@7.0.0-beta.186
29
+
30
+ ## 3.0.0-beta.185
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [75763b0]
35
+ - ai@7.0.0-beta.185
36
+
37
+ ## 3.0.0-beta.184
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [0416e3e]
42
+ - ai@7.0.0-beta.184
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@7.0.0-beta.177
91
+
92
+ ## 3.0.0-canary.176
93
+
94
+ ### Patch Changes
95
+
96
+ - ai@7.0.0-canary.176
97
+
3
98
  ## 3.0.0-canary.175
4
99
 
5
100
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/llamaindex",
3
- "version": "3.0.0-canary.175",
3
+ "version": "3.0.0",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -25,7 +25,7 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "ai": "7.0.0-canary.175"
28
+ "ai": "7.0.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "22.19.19",