@ai-sdk/llamaindex 3.0.0-beta.2 → 3.0.0-beta.20

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,120 @@
1
1
  # @ai-sdk/llamaindex
2
2
 
3
+ ## 3.0.0-beta.20
4
+
5
+ ### Patch Changes
6
+
7
+ - ai@7.0.0-beta.20
8
+
9
+ ## 3.0.0-beta.19
10
+
11
+ ### Patch Changes
12
+
13
+ - ai@7.0.0-beta.19
14
+
15
+ ## 3.0.0-beta.18
16
+
17
+ ### Patch Changes
18
+
19
+ - ai@7.0.0-beta.18
20
+
21
+ ## 3.0.0-beta.17
22
+
23
+ ### Patch Changes
24
+
25
+ - ai@7.0.0-beta.17
26
+
27
+ ## 3.0.0-beta.16
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [5b8c58f]
32
+ - ai@7.0.0-beta.16
33
+
34
+ ## 3.0.0-beta.15
35
+
36
+ ### Patch Changes
37
+
38
+ - ai@7.0.0-beta.15
39
+
40
+ ## 3.0.0-beta.14
41
+
42
+ ### Patch Changes
43
+
44
+ - ai@7.0.0-beta.14
45
+
46
+ ## 3.0.0-beta.13
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [c26ca8d]
51
+ - ai@7.0.0-beta.13
52
+
53
+ ## 3.0.0-beta.12
54
+
55
+ ### Patch Changes
56
+
57
+ - ai@7.0.0-beta.12
58
+
59
+ ## 3.0.0-beta.11
60
+
61
+ ### Patch Changes
62
+
63
+ - ai@7.0.0-beta.11
64
+
65
+ ## 3.0.0-beta.10
66
+
67
+ ### Patch Changes
68
+
69
+ - ai@7.0.0-beta.10
70
+
71
+ ## 3.0.0-beta.9
72
+
73
+ ### Patch Changes
74
+
75
+ - Updated dependencies [1fe058b]
76
+ - ai@7.0.0-beta.9
77
+
78
+ ## 3.0.0-beta.8
79
+
80
+ ### Patch Changes
81
+
82
+ - ai@7.0.0-beta.8
83
+
84
+ ## 3.0.0-beta.7
85
+
86
+ ### Patch Changes
87
+
88
+ - Updated dependencies [210ed3d]
89
+ - ai@7.0.0-beta.7
90
+
91
+ ## 3.0.0-beta.6
92
+
93
+ ### Patch Changes
94
+
95
+ - ai@7.0.0-beta.6
96
+
97
+ ## 3.0.0-beta.5
98
+
99
+ ### Patch Changes
100
+
101
+ - Updated dependencies [ebd4da2]
102
+ - ai@7.0.0-beta.5
103
+
104
+ ## 3.0.0-beta.4
105
+
106
+ ### Patch Changes
107
+
108
+ - Updated dependencies [5ceed7d]
109
+ - ai@7.0.0-beta.4
110
+
111
+ ## 3.0.0-beta.3
112
+
113
+ ### Patch Changes
114
+
115
+ - Updated dependencies [531251e]
116
+ - ai@7.0.0-beta.3
117
+
3
118
  ## 3.0.0-beta.2
4
119
 
5
120
  ### Patch Changes
package/dist/index.js CHANGED
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  toUIMessageStream: () => toUIMessageStream
24
24
  });
25
- module.exports = __toCommonJS(src_exports);
25
+ module.exports = __toCommonJS(index_exports);
26
26
 
27
27
  // src/llamaindex-adapter.ts
28
28
  var import_internal = require("ai/internal");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/llamaindex",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0-beta.20",
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": "7.0.0-beta.2"
28
+ "ai": "7.0.0-beta.20"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "20.17.24",