@mastra/rag 0.10.3-alpha.0 → 0.10.3-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.10.3-alpha.0 build /home/runner/work/mastra/mastra/packages/rag
2
+ > @mastra/rag@0.10.3-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.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 14814ms
9
+ TSC ⚡️ Build success in 15077ms
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 16340ms
16
+ DTS ⚡️ Build success in 12919ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- ESM dist/index.js 241.64 KB
21
- ESM ⚡️ Build success in 4840ms
22
20
  CJS dist/index.cjs 243.35 KB
23
- CJS ⚡️ Build success in 4840ms
21
+ CJS ⚡️ Build success in 4464ms
22
+ ESM dist/index.js 241.64 KB
23
+ ESM ⚡️ Build success in 4465ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @mastra/rag
2
2
 
3
+ ## 0.10.3-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1ccccff: dependencies updates:
8
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
9
+ - 1ccccff: dependencies updates:
10
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
11
+ - Updated dependencies [f6fd25f]
12
+ - Updated dependencies [dffb67b]
13
+ - Updated dependencies [f1309d3]
14
+ - Updated dependencies [f7f8293]
15
+ - @mastra/core@0.10.4-alpha.1
16
+
3
17
  ## 0.10.3-alpha.0
4
18
 
5
19
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -729,7 +729,7 @@ var customAlphabet = (alphabet, defaultSize = 21) => {
729
729
  };
730
730
  };
731
731
 
732
- // ../../node_modules/.pnpm/@ai-sdk+provider-utils@2.2.8_zod@3.25.55/node_modules/@ai-sdk/provider-utils/dist/index.mjs
732
+ // ../../node_modules/.pnpm/@ai-sdk+provider-utils@2.2.8_zod@3.25.56/node_modules/@ai-sdk/provider-utils/dist/index.mjs
733
733
  var import_secure_json_parse = __toESM(require_secure_json_parse());
734
734
  function combineHeaders(...headers) {
735
735
  return headers.reduce(
package/dist/index.js CHANGED
@@ -727,7 +727,7 @@ var customAlphabet = (alphabet, defaultSize = 21) => {
727
727
  };
728
728
  };
729
729
 
730
- // ../../node_modules/.pnpm/@ai-sdk+provider-utils@2.2.8_zod@3.25.55/node_modules/@ai-sdk/provider-utils/dist/index.mjs
730
+ // ../../node_modules/.pnpm/@ai-sdk+provider-utils@2.2.8_zod@3.25.56/node_modules/@ai-sdk/provider-utils/dist/index.mjs
731
731
  var import_secure_json_parse = __toESM(require_secure_json_parse());
732
732
  function combineHeaders(...headers) {
733
733
  return headers.reduce(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/rag",
3
- "version": "0.10.3-alpha.0",
3
+ "version": "0.10.3-alpha.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "js-tiktoken": "^1.0.20",
27
27
  "node-html-better-parser": "^1.4.11",
28
28
  "pathe": "^2.0.3",
29
- "zod": "^3.24.3"
29
+ "zod": "^3.25.56"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "ai": "^4.0.0",
@@ -43,9 +43,9 @@
43
43
  "eslint": "^9.28.0",
44
44
  "tsup": "^8.5.0",
45
45
  "typescript": "^5.8.2",
46
- "vitest": "^3.1.2",
46
+ "vitest": "^3.2.2",
47
47
  "@internal/lint": "0.0.10",
48
- "@mastra/core": "0.10.4-alpha.0"
48
+ "@mastra/core": "0.10.4-alpha.1"
49
49
  },
50
50
  "keywords": [
51
51
  "rag",