@mastra/rag 0.1.19-alpha.8 → 0.1.19

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.4.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 13917ms
9
+ TSC ⚡️ Build success in 17475ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.2
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.2
15
15
  Writing package typings: /home/runner/work/mastra/mastra/packages/rag/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 15423ms
16
+ DTS ⚡️ Build success in 16640ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- ESM dist/index.js 222.34 KB
21
- ESM ⚡️ Build success in 3854ms
22
20
  CJS dist/index.cjs 224.12 KB
23
- CJS ⚡️ Build success in 3854ms
21
+ CJS ⚡️ Build success in 4190ms
22
+ ESM dist/index.js 222.34 KB
23
+ ESM ⚡️ Build success in 4205ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @mastra/rag
2
2
 
3
+ ## 0.1.19
4
+
5
+ ### Patch Changes
6
+
7
+ - f850f80: use custom extractors rather than llamaindex versions, and remove @llamaindex/core and @llamaindex/env packages
8
+ - Updated dependencies [000a6d4]
9
+ - Updated dependencies [08bb78e]
10
+ - Updated dependencies [ed2f549]
11
+ - Updated dependencies [7e92011]
12
+ - Updated dependencies [9ee4293]
13
+ - Updated dependencies [03f3cd0]
14
+ - Updated dependencies [c0f22b4]
15
+ - Updated dependencies [71d9444]
16
+ - Updated dependencies [157c741]
17
+ - Updated dependencies [8a8a73b]
18
+ - Updated dependencies [0a033fa]
19
+ - Updated dependencies [fe3ae4d]
20
+ - Updated dependencies [9c26508]
21
+ - Updated dependencies [0f4eae3]
22
+ - Updated dependencies [16a8648]
23
+ - Updated dependencies [6f92295]
24
+ - @mastra/core@0.9.0
25
+
3
26
  ## 0.1.19-alpha.8
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/rag",
3
- "version": "0.1.19-alpha.8",
3
+ "version": "0.1.19",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "node-html-better-parser": "^1.4.7",
28
28
  "pathe": "^2.0.3",
29
29
  "zod": "^3.24.2",
30
- "@mastra/core": "^0.9.0-alpha.8"
30
+ "@mastra/core": "^0.9.0"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "ai": "^4.0.0"