@mastra/auth-clerk 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/auth-clerk
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
 
@@ -19,7 +19,14 @@
19
19
  - Allow provider to pass through options to the auth config ([#10284](https://github.com/mastra-ai/mastra/pull/10284))
20
20
 
21
21
  - Updated dependencies [[`bc72b52`](https://github.com/mastra-ai/mastra/commit/bc72b529ee4478fe89ecd85a8be47ce0127b82a0), [`dd1c38d`](https://github.com/mastra-ai/mastra/commit/dd1c38d1b75f1b695c27b40d8d9d6ed00d5e0f6f), [`a0a5b4b`](https://github.com/mastra-ai/mastra/commit/a0a5b4bbebe6c701ebbadf744873aa0d5ca01371), [`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc)]:
22
- - @mastra/auth@0.0.0-feat-mcp-embedded-docs-tools-clean-20260108083625
22
+ - @mastra/auth@0.0.0-feat-mcp-embedded-docs-tools-clean-20260108110334
23
+
24
+ ## 1.0.0-beta.3
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [[`bc72b52`](https://github.com/mastra-ai/mastra/commit/bc72b529ee4478fe89ecd85a8be47ce0127b82a0)]:
29
+ - @mastra/auth@1.0.0-beta.2
23
30
 
24
31
  ## 1.0.0-beta.2
25
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/auth-clerk",
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": "Mastra Clerk Auth integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
23
  "@clerk/backend": "^1.34.0",
24
- "@mastra/auth": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108083625"
24
+ "@mastra/auth": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108110334"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "22.13.17",
@@ -31,9 +31,9 @@
31
31
  "tsup": "^8.5.0",
32
32
  "typescript": "^5.9.3",
33
33
  "vitest": "4.0.16",
34
- "@internal/lint": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108083625",
35
- "@internal/types-builder": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108083625",
36
- "@mastra/core": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108083625"
34
+ "@internal/types-builder": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108110334",
35
+ "@mastra/core": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108110334",
36
+ "@internal/lint": "0.0.0-feat-mcp-embedded-docs-tools-clean-20260108110334"
37
37
  },
38
38
  "files": [
39
39
  "dist",