@mastra/rag 1.0.9-alpha.0 → 1.1.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @mastra/rag@1.0.9-alpha.0 build /home/runner/work/mastra/mastra/packages/rag
2
+ > @mastra/rag@1.1.0-alpha.1 build /home/runner/work/mastra/mastra/packages/rag
3
3
  > tsup --silent --config tsup.config.ts
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @mastra/rag
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 03997ae: Update peer deps of core
8
+
9
+ ### Patch Changes
10
+
11
+ - 2454423: Agentic loop and streaming workflow: generateVNext and streamVNext
12
+ - Updated dependencies [227c7e6]
13
+ - Updated dependencies [12cae67]
14
+ - Updated dependencies [fd3a3eb]
15
+ - Updated dependencies [6faaee5]
16
+ - Updated dependencies [4232b14]
17
+ - Updated dependencies [a89de7e]
18
+ - Updated dependencies [5a37d0c]
19
+ - Updated dependencies [4bde0cb]
20
+ - Updated dependencies [cf4f357]
21
+ - Updated dependencies [ad888a2]
22
+ - Updated dependencies [481751d]
23
+ - Updated dependencies [2454423]
24
+ - Updated dependencies [194e395]
25
+ - Updated dependencies [a722c0b]
26
+ - Updated dependencies [c30bca8]
27
+ - Updated dependencies [3b5fec7]
28
+ - Updated dependencies [a8f129d]
29
+ - @mastra/core@0.14.0
30
+
31
+ ## 1.1.0-alpha.1
32
+
33
+ ### Minor Changes
34
+
35
+ - 03997ae: Update peer deps of core
36
+
37
+ ### Patch Changes
38
+
39
+ - @mastra/core@0.14.0-alpha.7
40
+
3
41
  ## 1.0.9-alpha.0
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/rag",
3
- "version": "1.0.9-alpha.0",
3
+ "version": "1.1.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "zod": "^3.25.67"
31
31
  },
32
32
  "peerDependencies": {
33
- "@mastra/core": ">=0.10.0-0 <0.14.0-0",
33
+ "@mastra/core": ">=0.14.0-0 <0.15.0-0",
34
34
  "ai": "^4.0.0"
35
35
  },
36
36
  "devDependencies": {
@@ -45,9 +45,9 @@
45
45
  "tsup": "^8.5.0",
46
46
  "typescript": "^5.8.3",
47
47
  "vitest": "^3.2.4",
48
- "@internal/lint": "0.0.29",
49
- "@internal/types-builder": "0.0.4",
50
- "@mastra/core": "0.14.0-alpha.4"
48
+ "@mastra/core": "0.14.0",
49
+ "@internal/types-builder": "0.0.5",
50
+ "@internal/lint": "0.0.30"
51
51
  },
52
52
  "keywords": [
53
53
  "rag",