@mastra/auth-workos 0.0.0-tool-list-type-20250910154522 → 0.0.0-toolOptionTypes-20250917085558

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,33 @@
1
1
  # @mastra/auth-workos
2
2
 
3
- ## 0.0.0-tool-list-type-20250910154522
3
+ ## 0.0.0-toolOptionTypes-20250917085558
4
+
5
+ ### Patch Changes
6
+
7
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
8
+
9
+ - Updated dependencies []:
10
+ - @mastra/auth@0.1.3
11
+
12
+ ## 0.10.7-alpha.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
17
+
18
+ - Updated dependencies []:
19
+ - @mastra/auth@0.1.3
20
+
21
+ ## 0.10.6
22
+
23
+ ### Patch Changes
24
+
25
+ - dependencies updates: ([#7568](https://github.com/mastra-ai/mastra/pull/7568))
26
+ - Updated dependency [`@workos-inc/node@^7.69.2` ↗︎](https://www.npmjs.com/package/@workos-inc/node/v/7.69.2) (from `^7.69.1`, in `dependencies`)
27
+ - Updated dependencies []:
28
+ - @mastra/auth@0.1.3
29
+
30
+ ## 0.10.6-alpha.0
4
31
 
5
32
  ### Patch Changes
6
33
 
package/README.md CHANGED
@@ -72,7 +72,3 @@ Verifies a JWT token using WorkOS JWKS and returns the user information if valid
72
72
  ### `authorizeUser(user: WorkosUser): Promise<boolean>`
73
73
 
74
74
  Checks if a user has admin privileges by verifying their organization memberships and roles.
75
-
76
- ## License
77
-
78
- MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/auth-workos",
3
- "version": "0.0.0-tool-list-type-20250910154522",
3
+ "version": "0.0.0-toolOptionTypes-20250917085558",
4
4
  "description": "Mastra WorkOS Auth integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,9 +29,9 @@
29
29
  "tsup": "^8.5.0",
30
30
  "typescript": "^5.8.3",
31
31
  "vitest": "^3.2.4",
32
- "@internal/lint": "0.0.0-tool-list-type-20250910154522",
33
- "@internal/types-builder": "0.0.0-tool-list-type-20250910154522",
34
- "@mastra/core": "0.0.0-tool-list-type-20250910154522"
32
+ "@mastra/core": "0.0.0-toolOptionTypes-20250917085558",
33
+ "@internal/lint": "0.0.0-toolOptionTypes-20250917085558",
34
+ "@internal/types-builder": "0.0.0-toolOptionTypes-20250917085558"
35
35
  },
36
36
  "files": [
37
37
  "dist",