@ai-sdk/llamaindex 3.0.0-beta.3 → 3.0.0-beta.30

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,182 @@
1
1
  # @ai-sdk/llamaindex
2
2
 
3
+ ## 3.0.0-beta.30
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f5a6f89]
8
+ - ai@7.0.0-beta.30
9
+
10
+ ## 3.0.0-beta.29
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [877bf12]
15
+ - ai@7.0.0-beta.29
16
+
17
+ ## 3.0.0-beta.28
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [b9cf502]
22
+ - ai@7.0.0-beta.28
23
+
24
+ ## 3.0.0-beta.27
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [3887c70]
29
+ - ai@7.0.0-beta.27
30
+
31
+ ## 3.0.0-beta.26
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [f0b0b20]
36
+ - ai@7.0.0-beta.26
37
+
38
+ ## 3.0.0-beta.25
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies [ff9ce30]
43
+ - ai@7.0.0-beta.25
44
+
45
+ ## 3.0.0-beta.24
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [776b617]
50
+ - ai@7.0.0-beta.24
51
+
52
+ ## 3.0.0-beta.23
53
+
54
+ ### Patch Changes
55
+
56
+ - Updated dependencies [80d4dde]
57
+ - ai@7.0.0-beta.23
58
+
59
+ ## 3.0.0-beta.22
60
+
61
+ ### Patch Changes
62
+
63
+ - ai@7.0.0-beta.22
64
+
65
+ ## 3.0.0-beta.21
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies [34fd051]
70
+ - ai@7.0.0-beta.21
71
+
72
+ ## 3.0.0-beta.20
73
+
74
+ ### Patch Changes
75
+
76
+ - ai@7.0.0-beta.20
77
+
78
+ ## 3.0.0-beta.19
79
+
80
+ ### Patch Changes
81
+
82
+ - ai@7.0.0-beta.19
83
+
84
+ ## 3.0.0-beta.18
85
+
86
+ ### Patch Changes
87
+
88
+ - ai@7.0.0-beta.18
89
+
90
+ ## 3.0.0-beta.17
91
+
92
+ ### Patch Changes
93
+
94
+ - ai@7.0.0-beta.17
95
+
96
+ ## 3.0.0-beta.16
97
+
98
+ ### Patch Changes
99
+
100
+ - Updated dependencies [5b8c58f]
101
+ - ai@7.0.0-beta.16
102
+
103
+ ## 3.0.0-beta.15
104
+
105
+ ### Patch Changes
106
+
107
+ - ai@7.0.0-beta.15
108
+
109
+ ## 3.0.0-beta.14
110
+
111
+ ### Patch Changes
112
+
113
+ - ai@7.0.0-beta.14
114
+
115
+ ## 3.0.0-beta.13
116
+
117
+ ### Patch Changes
118
+
119
+ - Updated dependencies [c26ca8d]
120
+ - ai@7.0.0-beta.13
121
+
122
+ ## 3.0.0-beta.12
123
+
124
+ ### Patch Changes
125
+
126
+ - ai@7.0.0-beta.12
127
+
128
+ ## 3.0.0-beta.11
129
+
130
+ ### Patch Changes
131
+
132
+ - ai@7.0.0-beta.11
133
+
134
+ ## 3.0.0-beta.10
135
+
136
+ ### Patch Changes
137
+
138
+ - ai@7.0.0-beta.10
139
+
140
+ ## 3.0.0-beta.9
141
+
142
+ ### Patch Changes
143
+
144
+ - Updated dependencies [1fe058b]
145
+ - ai@7.0.0-beta.9
146
+
147
+ ## 3.0.0-beta.8
148
+
149
+ ### Patch Changes
150
+
151
+ - ai@7.0.0-beta.8
152
+
153
+ ## 3.0.0-beta.7
154
+
155
+ ### Patch Changes
156
+
157
+ - Updated dependencies [210ed3d]
158
+ - ai@7.0.0-beta.7
159
+
160
+ ## 3.0.0-beta.6
161
+
162
+ ### Patch Changes
163
+
164
+ - ai@7.0.0-beta.6
165
+
166
+ ## 3.0.0-beta.5
167
+
168
+ ### Patch Changes
169
+
170
+ - Updated dependencies [ebd4da2]
171
+ - ai@7.0.0-beta.5
172
+
173
+ ## 3.0.0-beta.4
174
+
175
+ ### Patch Changes
176
+
177
+ - Updated dependencies [5ceed7d]
178
+ - ai@7.0.0-beta.4
179
+
3
180
  ## 3.0.0-beta.3
4
181
 
5
182
  ### 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.3",
3
+ "version": "3.0.0-beta.30",
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.3"
28
+ "ai": "7.0.0-beta.30"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "20.17.24",
@@ -54,9 +54,7 @@
54
54
  "build": "pnpm clean && tsup --tsconfig tsconfig.build.json",
55
55
  "build:watch": "pnpm clean && tsup --watch",
56
56
  "clean": "del-cli dist *.tsbuildinfo",
57
- "lint": "eslint \"./**/*.ts*\"",
58
57
  "type-check": "tsc --build",
59
- "prettier-check": "prettier --check \"./**/*.ts*\"",
60
58
  "test": "pnpm test:node && pnpm test:edge",
61
59
  "test:update": "pnpm test:node -u",
62
60
  "test:watch": "vitest --config vitest.node.config.js",