@ai-sdk/llamaindex 2.0.184 → 2.0.187

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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @ai-sdk/llamaindex
2
2
 
3
+ ## 2.0.187
4
+
5
+ ### Patch Changes
6
+
7
+ - ai@6.0.187
8
+
9
+ ## 2.0.186
10
+
11
+ ### Patch Changes
12
+
13
+ - ai@6.0.186
14
+
15
+ ## 2.0.185
16
+
17
+ ### Patch Changes
18
+
19
+ - ai@6.0.185
20
+
3
21
  ## 2.0.184
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/llamaindex",
3
- "version": "2.0.184",
3
+ "version": "2.0.187",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "ai": "6.0.184"
28
+ "ai": "6.0.187"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "20.17.24",