@mastra/auth-clerk 0.0.0-top-level-fix-20251211103030 → 0.0.0-top-level-fix-20251211111608

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 +2 -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-top-level-fix-20251211103030
3
+ ## 0.0.0-top-level-fix-20251211111608
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -19,7 +19,7 @@
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 [[`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-top-level-fix-20251211103030
22
+ - @mastra/auth@0.0.0-top-level-fix-20251211111608
23
23
 
24
24
  ## 1.0.0-beta.2
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/auth-clerk",
3
- "version": "0.0.0-top-level-fix-20251211103030",
3
+ "version": "0.0.0-top-level-fix-20251211111608",
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-top-level-fix-20251211103030"
24
+ "@mastra/auth": "0.0.0-top-level-fix-20251211111608"
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.8.3",
33
33
  "vitest": "4.0.12",
34
- "@internal/lint": "0.0.0-top-level-fix-20251211103030",
35
- "@internal/types-builder": "0.0.0-top-level-fix-20251211103030",
36
- "@mastra/core": "0.0.0-top-level-fix-20251211103030"
34
+ "@internal/lint": "0.0.0-top-level-fix-20251211111608",
35
+ "@internal/types-builder": "0.0.0-top-level-fix-20251211111608",
36
+ "@mastra/core": "0.0.0-top-level-fix-20251211111608"
37
37
  },
38
38
  "files": [
39
39
  "dist",