@ai-sdk/llamaindex 1.0.178 → 1.0.180

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 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @ai-sdk/llamaindex
2
2
 
3
+ ## 1.0.180
4
+
5
+ ### Patch Changes
6
+
7
+ - 0a00b9b: trigger release for all packages after provenance setup
8
+ - Updated dependencies [0a00b9b]
9
+ - ai@5.0.180
10
+
11
+ ## 1.0.179
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [5543cd1]
16
+ - ai@5.0.179
17
+
3
18
  ## 1.0.178
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/llamaindex",
3
- "version": "1.0.178",
3
+ "version": "1.0.180",
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.178"
22
+ "ai": "5.0.180"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "20.17.24",
@@ -36,7 +36,8 @@
36
36
  "homepage": "https://ai-sdk.dev/docs",
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "git+https://github.com/vercel/ai.git"
39
+ "url": "https://github.com/vercel/ai",
40
+ "directory": "packages/llamaindex"
40
41
  },
41
42
  "bugs": {
42
43
  "url": "https://github.com/vercel/ai/issues"