@mastra/rag 0.1.22 → 0.1.23-alpha.1

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.
@@ -1,23 +1,23 @@
1
1
 
2
- > @mastra/rag@0.1.22-alpha.1 build /home/runner/work/mastra/mastra/packages/rag
2
+ > @mastra/rag@0.1.23-alpha.1 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
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.4.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 13664ms
9
+ TSC ⚡️ Build success in 13645ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.3
13
13
  Writing package typings: /home/runner/work/mastra/mastra/packages/rag/dist/_tsup-dts-rollup.d.ts
14
14
  Analysis will use the bundled TypeScript version 5.8.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/packages/rag/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 14699ms
16
+ DTS ⚡️ Build success in 12232ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
+ ESM dist/index.js 236.08 KB
21
+ ESM ⚡️ Build success in 4089ms
20
22
  CJS dist/index.cjs 237.78 KB
21
- CJS ⚡️ Build success in 5395ms
22
- ESM dist/index.js 236.09 KB
23
- ESM ⚡️ Build success in 5395ms
23
+ CJS ⚡️ Build success in 4089ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @mastra/rag
2
2
 
3
+ ## 0.1.23-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ab80e7e]
8
+ - Updated dependencies [6fa1ad1]
9
+ - Updated dependencies [c28d7a0]
10
+ - Updated dependencies [edf1e88]
11
+ - @mastra/core@0.9.4-alpha.1
12
+
13
+ ## 0.1.23-alpha.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [daf942f]
18
+ - Updated dependencies [0b8b868]
19
+ - @mastra/core@0.9.4-alpha.0
20
+
3
21
  ## 0.1.22
4
22
 
5
23
  ### Patch Changes
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.7_zod@3.24.3/node_modules/@ai-sdk/provider-utils/dist/index.mjs
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 + 1] === "\n") {
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.7_zod@3.24.3/node_modules/@ai-sdk/provider-utils/dist/index.mjs
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 + 1] === "\n") {
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.22",
3
+ "version": "0.1.23-alpha.1",
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.3"
29
+ "@mastra/core": "^0.9.4-alpha.1"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "ai": "^4.0.0"