@ai-sdk/llamaindex 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 +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.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
+ - 9f0e36c: trigger release for all packages after provenance setup
19
+ - 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
20
+ - 0c4c275: trigger initial canary release
21
+ - 258c093: chore: ensure consistent import handling and avoid import duplicates or cycles
22
+ - b8396f0: trigger initial beta release
23
+
24
+ ## 3.0.0-beta.187
25
+
26
+ ### Patch Changes
27
+
28
+ - ai@7.0.0-beta.187
29
+
30
+ ## 3.0.0-beta.186
31
+
32
+ ### Patch Changes
33
+
34
+ - ai@7.0.0-beta.186
35
+
36
+ ## 3.0.0-beta.185
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies [75763b0]
41
+ - ai@7.0.0-beta.185
42
+
43
+ ## 3.0.0-beta.184
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [0416e3e]
48
+ - ai@7.0.0-beta.184
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@7.0.0-beta.177
97
+
3
98
  ## 3.0.0-canary.176
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.176",
3
+ "version": "3.0.1",
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.176"
28
+ "ai": "7.0.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "22.19.19",