@mastra/auth 0.0.0-feat-mcp-embedded-docs-tools-clean-20260108083625 → 0.0.0-feat-mcp-embedded-docs-tools-clean-20260108110334

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/auth
2
2
 
3
- ## 0.0.0-feat-mcp-embedded-docs-tools-clean-20260108083625
3
+ ## 0.0.0-feat-mcp-embedded-docs-tools-clean-20260108110334
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -23,6 +23,21 @@
23
23
 
24
24
  - Allow provider to pass through options to the auth config ([#10284](https://github.com/mastra-ai/mastra/pull/10284))
25
25
 
26
+ ## 1.0.0-beta.2
27
+
28
+ ### Patch Changes
29
+
30
+ - Add embedded documentation support for Mastra packages ([#11472](https://github.com/mastra-ai/mastra/pull/11472))
31
+
32
+ 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`.
33
+
34
+ Each package includes:
35
+ - **SKILL.md** - Entry point explaining the package's purpose and capabilities
36
+ - **SOURCE_MAP.json** - Machine-readable index mapping exports to types and implementation files
37
+ - **Topic folders** - Conceptual documentation organized by feature area
38
+
39
+ 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.
40
+
26
41
  ## 1.0.0-beta.1
27
42
 
28
43
  ### Patch Changes
@@ -29,4 +29,4 @@ docs/
29
29
  ## Version
30
30
 
31
31
  Package: @mastra/auth
32
- Version: 1.0.0-beta.1
32
+ Version: 1.0.0-beta.2
@@ -5,7 +5,7 @@ description: Documentation for @mastra/auth. Includes links to type definitions
5
5
 
6
6
  # @mastra/auth Documentation
7
7
 
8
- > **Version**: 1.0.0-beta.1
8
+ > **Version**: 1.0.0-beta.2
9
9
  > **Package**: @mastra/auth
10
10
 
11
11
  ## Quick Navigation
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-beta.1",
2
+ "version": "1.0.0-beta.2",
3
3
  "package": "@mastra/auth",
4
4
  "exports": {},
5
5
  "modules": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/auth",
3
- "version": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108083625",
3
+ "version": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108110334",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -37,9 +37,9 @@
37
37
  "tsup": "^8.5.0",
38
38
  "typescript": "^5.9.3",
39
39
  "vitest": "4.0.16",
40
- "@internal/lint": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108083625",
41
- "@internal/types-builder": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108083625",
42
- "@mastra/core": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108083625"
40
+ "@internal/lint": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108110334",
41
+ "@internal/types-builder": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108110334",
42
+ "@mastra/core": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108110334"
43
43
  },
44
44
  "homepage": "https://mastra.ai",
45
45
  "repository": {