@mastra/rag 0.1.22 → 0.1.23-alpha.0
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/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +8 -0
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @mastra/rag@0.1.
|
|
2
|
+
> @mastra/rag@0.1.23-alpha.0 build /home/runner/work/mastra/mastra/packages/rag
|
|
3
3
|
> tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
7
|
[34mCLI[39m tsup v8.4.0
|
|
8
8
|
[34mTSC[39m Build start
|
|
9
|
-
[32mTSC[39m ⚡️ Build success in
|
|
9
|
+
[32mTSC[39m ⚡️ Build success in 14107ms
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[34mCLI[39m Target: es2022
|
|
12
12
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
13
13
|
[36mWriting package typings: /home/runner/work/mastra/mastra/packages/rag/dist/_tsup-dts-rollup.d.ts[39m
|
|
14
14
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
15
15
|
[36mWriting package typings: /home/runner/work/mastra/mastra/packages/rag/dist/_tsup-dts-rollup.d.cts[39m
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 13692ms
|
|
17
17
|
[34mCLI[39m Cleaning output folder
|
|
18
18
|
[34mESM[39m Build start
|
|
19
19
|
[34mCJS[39m Build start
|
|
20
20
|
[32mCJS[39m [1mdist/index.cjs [22m[32m237.78 KB[39m
|
|
21
|
-
[32mCJS[39m ⚡️ Build success in
|
|
22
|
-
[32mESM[39m [1mdist/index.js [22m[32m236.
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
21
|
+
[32mCJS[39m ⚡️ Build success in 4674ms
|
|
22
|
+
[32mESM[39m [1mdist/index.js [22m[32m236.08 KB[39m
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 4674ms
|
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -728,7 +728,7 @@ var customAlphabet = (alphabet, defaultSize = 21) => {
|
|
|
728
728
|
};
|
|
729
729
|
};
|
|
730
730
|
|
|
731
|
-
// ../../node_modules/.pnpm/@ai-sdk+provider-utils@2.2.
|
|
731
|
+
// ../../node_modules/.pnpm/@ai-sdk+provider-utils@2.2.8_zod@3.24.4/node_modules/@ai-sdk/provider-utils/dist/index.mjs
|
|
732
732
|
var import_secure_json_parse = __toESM(require_secure_json_parse());
|
|
733
733
|
function combineHeaders(...headers) {
|
|
734
734
|
return headers.reduce(
|
|
@@ -820,7 +820,7 @@ function splitLines(buffer, chunk) {
|
|
|
820
820
|
} else if (char === "\r") {
|
|
821
821
|
lines.push(currentLine);
|
|
822
822
|
currentLine = "";
|
|
823
|
-
if (chunk[i
|
|
823
|
+
if (chunk[i] === "\n") {
|
|
824
824
|
i++;
|
|
825
825
|
}
|
|
826
826
|
} else {
|
package/dist/index.js
CHANGED
|
@@ -726,7 +726,7 @@ var customAlphabet = (alphabet, defaultSize = 21) => {
|
|
|
726
726
|
};
|
|
727
727
|
};
|
|
728
728
|
|
|
729
|
-
// ../../node_modules/.pnpm/@ai-sdk+provider-utils@2.2.
|
|
729
|
+
// ../../node_modules/.pnpm/@ai-sdk+provider-utils@2.2.8_zod@3.24.4/node_modules/@ai-sdk/provider-utils/dist/index.mjs
|
|
730
730
|
var import_secure_json_parse = __toESM(require_secure_json_parse());
|
|
731
731
|
function combineHeaders(...headers) {
|
|
732
732
|
return headers.reduce(
|
|
@@ -818,7 +818,7 @@ function splitLines(buffer, chunk) {
|
|
|
818
818
|
} else if (char === "\r") {
|
|
819
819
|
lines.push(currentLine);
|
|
820
820
|
currentLine = "";
|
|
821
|
-
if (chunk[i
|
|
821
|
+
if (chunk[i] === "\n") {
|
|
822
822
|
i++;
|
|
823
823
|
}
|
|
824
824
|
} else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/rag",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.23-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"node-html-better-parser": "^1.4.7",
|
|
27
27
|
"pathe": "^2.0.3",
|
|
28
28
|
"zod": "^3.24.3",
|
|
29
|
-
"@mastra/core": "^0.9.
|
|
29
|
+
"@mastra/core": "^0.9.4-alpha.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"ai": "^4.0.0"
|