@mastra/auth-workos 0.0.0-trace-timeline-update-20251121092347 → 0.0.0-trace-timeline-update-20251121114225

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-workos
2
2
 
3
- ## 0.0.0-trace-timeline-update-20251121092347
3
+ ## 0.0.0-trace-timeline-update-20251121114225
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-trace-timeline-update-20251121092347
18
+ - @mastra/auth@0.0.0-trace-timeline-update-20251121114225
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-workos",
3
- "version": "0.0.0-trace-timeline-update-20251121092347",
3
+ "version": "0.0.0-trace-timeline-update-20251121114225",
4
4
  "description": "Mastra WorkOS 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
  "@workos-inc/node": "^7.69.2",
24
- "@mastra/auth": "0.0.0-trace-timeline-update-20251121092347"
24
+ "@mastra/auth": "0.0.0-trace-timeline-update-20251121114225"
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
- "@mastra/core": "0.0.0-trace-timeline-update-20251121092347",
35
- "@internal/lint": "0.0.0-trace-timeline-update-20251121092347",
36
- "@internal/types-builder": "0.0.0-trace-timeline-update-20251121092347"
34
+ "@internal/types-builder": "0.0.0-trace-timeline-update-20251121114225",
35
+ "@mastra/core": "0.0.0-trace-timeline-update-20251121114225",
36
+ "@internal/lint": "0.0.0-trace-timeline-update-20251121114225"
37
37
  },
38
38
  "files": [
39
39
  "dist",