@mastra/auth-clerk 0.0.0-fix-ai-sdk-dependency-20251124104209 → 0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939

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-fix-ai-sdk-dependency-20251124104209
3
+ ## 0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -15,7 +15,7 @@
15
15
  - Allow provider to pass through options to the auth config ([#10284](https://github.com/mastra-ai/mastra/pull/10284))
16
16
 
17
17
  - 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)]:
18
- - @mastra/auth@0.0.0-fix-ai-sdk-dependency-20251124104209
18
+ - @mastra/auth@0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939
19
19
 
20
20
  ## 1.0.0-beta.1
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/auth-clerk",
3
- "version": "0.0.0-fix-ai-sdk-dependency-20251124104209",
3
+ "version": "0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939",
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-fix-ai-sdk-dependency-20251124104209"
24
+ "@mastra/auth": "0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939"
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-fix-ai-sdk-dependency-20251124104209",
35
- "@mastra/core": "0.0.0-fix-ai-sdk-dependency-20251124104209",
36
- "@internal/types-builder": "0.0.0-fix-ai-sdk-dependency-20251124104209"
34
+ "@internal/lint": "0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939",
35
+ "@internal/types-builder": "0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939",
36
+ "@mastra/core": "0.0.0-fix-issue-10434-concurrent-write-corruption-20251124213939"
37
37
  },
38
38
  "files": [
39
39
  "dist",