@mastra/fastembed 0.0.0-feat-improve-processors-20251205191721 → 0.0.0-feat-mcp-embedded-docs-tools-clean-20260102135536

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.
Files changed (45) hide show
  1. package/CHANGELOG.md +30 -1
  2. package/dist/_types/@internal_ai-sdk-v5/dist/index.d.ts +8396 -0
  3. package/dist/chunk-DGUM43GV.js +10 -0
  4. package/dist/chunk-DGUM43GV.js.map +1 -0
  5. package/dist/chunk-JEQ2X3Z6.cjs +12 -0
  6. package/dist/chunk-JEQ2X3Z6.cjs.map +1 -0
  7. package/dist/chunk-KMQS2YEC.js +79 -0
  8. package/dist/chunk-KMQS2YEC.js.map +1 -0
  9. package/dist/chunk-MMUHFOCG.js +79 -0
  10. package/dist/chunk-MMUHFOCG.js.map +1 -0
  11. package/dist/chunk-QY6BZOPJ.js +250 -0
  12. package/dist/chunk-QY6BZOPJ.js.map +1 -0
  13. package/dist/chunk-SG3GRV3O.cjs +84 -0
  14. package/dist/chunk-SG3GRV3O.cjs.map +1 -0
  15. package/dist/chunk-W72AYUIF.cjs +252 -0
  16. package/dist/chunk-W72AYUIF.cjs.map +1 -0
  17. package/dist/chunk-WC4XBMZT.js +250 -0
  18. package/dist/chunk-WC4XBMZT.js.map +1 -0
  19. package/dist/chunk-YMNW6DEN.cjs +252 -0
  20. package/dist/chunk-YMNW6DEN.cjs.map +1 -0
  21. package/dist/chunk-ZUQPUTTO.cjs +84 -0
  22. package/dist/chunk-ZUQPUTTO.cjs.map +1 -0
  23. package/dist/index.cjs +12931 -8
  24. package/dist/index.cjs.map +1 -1
  25. package/dist/index.d.ts +13 -5
  26. package/dist/index.d.ts.map +1 -1
  27. package/dist/index.js +12913 -8
  28. package/dist/index.js.map +1 -1
  29. package/dist/token-6GSAFR2W-JV3TZR4M.cjs +63 -0
  30. package/dist/token-6GSAFR2W-JV3TZR4M.cjs.map +1 -0
  31. package/dist/token-6GSAFR2W-K2BTU23I.js +61 -0
  32. package/dist/token-6GSAFR2W-K2BTU23I.js.map +1 -0
  33. package/dist/token-6GSAFR2W-VLY2XUPA.js +61 -0
  34. package/dist/token-6GSAFR2W-VLY2XUPA.js.map +1 -0
  35. package/dist/token-6GSAFR2W-YCB5SK2Z.cjs +63 -0
  36. package/dist/token-6GSAFR2W-YCB5SK2Z.cjs.map +1 -0
  37. package/dist/token-util-NEHG7TUY-7IL6JUVY.cjs +10 -0
  38. package/dist/token-util-NEHG7TUY-7IL6JUVY.cjs.map +1 -0
  39. package/dist/token-util-NEHG7TUY-HF7KBP2H.cjs +10 -0
  40. package/dist/token-util-NEHG7TUY-HF7KBP2H.cjs.map +1 -0
  41. package/dist/token-util-NEHG7TUY-KSXDO2NO.js +8 -0
  42. package/dist/token-util-NEHG7TUY-KSXDO2NO.js.map +1 -0
  43. package/dist/token-util-NEHG7TUY-TIJ3LMSH.js +8 -0
  44. package/dist/token-util-NEHG7TUY-TIJ3LMSH.js.map +1 -0
  45. package/package.json +11 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/fastembed
2
2
 
3
- ## 0.0.0-feat-improve-processors-20251205191721
3
+ ## 0.0.0-feat-mcp-embedded-docs-tools-clean-20260102135536
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -10,6 +10,35 @@
10
10
 
11
11
  - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
12
12
 
13
+ ### Patch Changes
14
+
15
+ - Add embedded documentation support for Mastra packages ([#11472](https://github.com/mastra-ai/mastra/pull/11472))
16
+
17
+ Mastra packages now include embedded documentation in the published npm package under `dist/docs/`. This enables coding agents and AI assistants to understand and use the framework by reading documentation directly from `node_modules`.
18
+
19
+ Each package includes:
20
+ - **SKILL.md** - Entry point explaining the package's purpose and capabilities
21
+ - **SOURCE_MAP.json** - Machine-readable index mapping exports to types and implementation files
22
+ - **Topic folders** - Conceptual documentation organized by feature area
23
+
24
+ Documentation is driven by the `packages` frontmatter field in MDX files, which maps docs to their corresponding packages. CI validation ensures all docs include this field.
25
+
26
+ - Embed AI types to fix peerdeps mismatches ([`9650cce`](https://github.com/mastra-ai/mastra/commit/9650cce52a1d917ff9114653398e2a0f5c3ba808))
27
+
28
+ - Added support for AI SDK v6 embedding models (specification version v3) in memory and vector modules. Fixed TypeScript error where `ModelRouterEmbeddingModel` was trying to implement a union type instead of `EmbeddingModelV2` directly. ([#11362](https://github.com/mastra-ai/mastra/pull/11362))
29
+
30
+ ## 1.0.0-beta.2
31
+
32
+ ### Patch Changes
33
+
34
+ - Added support for AI SDK v6 embedding models (specification version v3) in memory and vector modules. Fixed TypeScript error where `ModelRouterEmbeddingModel` was trying to implement a union type instead of `EmbeddingModelV2` directly. ([#11362](https://github.com/mastra-ai/mastra/pull/11362))
35
+
36
+ ## 1.0.0-beta.1
37
+
38
+ ### Patch Changes
39
+
40
+ - Embed AI types to fix peerdeps mismatches ([`9650cce`](https://github.com/mastra-ai/mastra/commit/9650cce52a1d917ff9114653398e2a0f5c3ba808))
41
+
13
42
  ## 1.0.0-beta.0
14
43
 
15
44
  ### Major Changes