@mastra/rag 1.0.1-alpha.0 → 1.0.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.
@@ -6,18 +6,18 @@
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 16115ms
9
+ TSC ⚡️ Build success in 14155ms
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 14181ms
16
+ DTS ⚡️ Build success in 13672ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  ESM dist/index.js 242.08 KB
21
- ESM ⚡️ Build success in 4774ms
21
+ ESM ⚡️ Build success in 4294ms
22
22
  CJS dist/index.cjs 243.79 KB
23
- CJS ⚡️ Build success in 4773ms
23
+ CJS ⚡️ Build success in 4295ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @mastra/rag
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8e1b6e9: dependencies updates:
8
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
9
+ - a85fa13: Add model to createVectorQueryTool runtimeContext
10
+ - Updated dependencies [15e9d26]
11
+ - Updated dependencies [d1baedb]
12
+ - Updated dependencies [d8f2d19]
13
+ - Updated dependencies [4d21bf2]
14
+ - Updated dependencies [07d6d88]
15
+ - Updated dependencies [9d52b17]
16
+ - Updated dependencies [2097952]
17
+ - Updated dependencies [792c4c0]
18
+ - Updated dependencies [5d74aab]
19
+ - Updated dependencies [a8b194f]
20
+ - Updated dependencies [4fb0cc2]
21
+ - Updated dependencies [d2a7a31]
22
+ - Updated dependencies [502fe05]
23
+ - Updated dependencies [144eb0b]
24
+ - Updated dependencies [8ba1b51]
25
+ - Updated dependencies [4efcfa0]
26
+ - Updated dependencies [0e17048]
27
+ - @mastra/core@0.10.7
28
+
3
29
  ## 1.0.1-alpha.0
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/rag",
3
- "version": "1.0.1-alpha.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -44,8 +44,8 @@
44
44
  "tsup": "^8.5.0",
45
45
  "typescript": "^5.8.3",
46
46
  "vitest": "^3.2.3",
47
- "@internal/lint": "0.0.13",
48
- "@mastra/core": "0.10.7-alpha.2"
47
+ "@mastra/core": "0.10.7",
48
+ "@internal/lint": "0.0.14"
49
49
  },
50
50
  "keywords": [
51
51
  "rag",