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

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,127 @@
1
1
  # @ai-sdk/llamaindex
2
2
 
3
+ ## 3.0.0-beta.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [34fd051]
8
+ - ai@7.0.0-beta.21
9
+
10
+ ## 3.0.0-beta.20
11
+
12
+ ### Patch Changes
13
+
14
+ - ai@7.0.0-beta.20
15
+
16
+ ## 3.0.0-beta.19
17
+
18
+ ### Patch Changes
19
+
20
+ - ai@7.0.0-beta.19
21
+
22
+ ## 3.0.0-beta.18
23
+
24
+ ### Patch Changes
25
+
26
+ - ai@7.0.0-beta.18
27
+
28
+ ## 3.0.0-beta.17
29
+
30
+ ### Patch Changes
31
+
32
+ - ai@7.0.0-beta.17
33
+
34
+ ## 3.0.0-beta.16
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [5b8c58f]
39
+ - ai@7.0.0-beta.16
40
+
41
+ ## 3.0.0-beta.15
42
+
43
+ ### Patch Changes
44
+
45
+ - ai@7.0.0-beta.15
46
+
47
+ ## 3.0.0-beta.14
48
+
49
+ ### Patch Changes
50
+
51
+ - ai@7.0.0-beta.14
52
+
53
+ ## 3.0.0-beta.13
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [c26ca8d]
58
+ - ai@7.0.0-beta.13
59
+
60
+ ## 3.0.0-beta.12
61
+
62
+ ### Patch Changes
63
+
64
+ - ai@7.0.0-beta.12
65
+
66
+ ## 3.0.0-beta.11
67
+
68
+ ### Patch Changes
69
+
70
+ - ai@7.0.0-beta.11
71
+
72
+ ## 3.0.0-beta.10
73
+
74
+ ### Patch Changes
75
+
76
+ - ai@7.0.0-beta.10
77
+
78
+ ## 3.0.0-beta.9
79
+
80
+ ### Patch Changes
81
+
82
+ - Updated dependencies [1fe058b]
83
+ - ai@7.0.0-beta.9
84
+
85
+ ## 3.0.0-beta.8
86
+
87
+ ### Patch Changes
88
+
89
+ - ai@7.0.0-beta.8
90
+
91
+ ## 3.0.0-beta.7
92
+
93
+ ### Patch Changes
94
+
95
+ - Updated dependencies [210ed3d]
96
+ - ai@7.0.0-beta.7
97
+
98
+ ## 3.0.0-beta.6
99
+
100
+ ### Patch Changes
101
+
102
+ - ai@7.0.0-beta.6
103
+
104
+ ## 3.0.0-beta.5
105
+
106
+ ### Patch Changes
107
+
108
+ - Updated dependencies [ebd4da2]
109
+ - ai@7.0.0-beta.5
110
+
111
+ ## 3.0.0-beta.4
112
+
113
+ ### Patch Changes
114
+
115
+ - Updated dependencies [5ceed7d]
116
+ - ai@7.0.0-beta.4
117
+
118
+ ## 3.0.0-beta.3
119
+
120
+ ### Patch Changes
121
+
122
+ - Updated dependencies [531251e]
123
+ - ai@7.0.0-beta.3
124
+
3
125
  ## 3.0.0-beta.2
4
126
 
5
127
  ### 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.21",
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.21"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "20.17.24",