@ai-sdk/llamaindex 1.0.117 → 1.0.119

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 +15 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,24 @@
1
1
  # @ai-sdk/llamaindex
2
2
 
3
+ ## 1.0.119
4
+
5
+ ### Patch Changes
6
+
7
+ - ai@5.0.119
8
+
9
+ ## 1.0.118
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [42bad72]
14
+ - ai@5.0.118
15
+
3
16
  ## 1.0.117
4
17
 
5
18
  ### Patch Changes
6
19
 
7
- - 4953414: fix: trigger new release for `@ai-v5` dist-tag
8
- - Updated dependencies [4953414]
20
+ - 526fe8d: fix: trigger new release for `@ai-v5` dist-tag
21
+ - Updated dependencies [526fe8d]
9
22
  - ai@5.0.117
10
23
 
11
24
  ## 1.0.116
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/llamaindex",
3
- "version": "1.0.117",
3
+ "version": "1.0.119",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -19,7 +19,7 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "ai": "5.0.117"
22
+ "ai": "5.0.119"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "20.17.24",