@mastra/auth-workos 0.0.0-main-test-05-11-2025-2-20251106025330 → 0.0.0-refactor-agent-information-for-recomposable-ui-20251112151814

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 +17 -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-main-test-05-11-2025-2-20251106025330
3
+ ## 0.0.0-refactor-agent-information-for-recomposable-ui-20251112151814
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -13,7 +13,22 @@
13
13
  ### Patch Changes
14
14
 
15
15
  - Updated dependencies [[`dd1c38d`](https://github.com/mastra-ai/mastra/commit/dd1c38d1b75f1b695c27b40d8d9d6ed00d5e0f6f), [`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc)]:
16
- - @mastra/auth@0.0.0-main-test-05-11-2025-2-20251106025330
16
+ - @mastra/auth@0.0.0-refactor-agent-information-for-recomposable-ui-20251112151814
17
+
18
+ ## 1.0.0-beta.0
19
+
20
+ ### Major Changes
21
+
22
+ - Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
23
+
24
+ - Experimental auth -> auth ([#9660](https://github.com/mastra-ai/mastra/pull/9660))
25
+
26
+ - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [[`dd1c38d`](https://github.com/mastra-ai/mastra/commit/dd1c38d1b75f1b695c27b40d8d9d6ed00d5e0f6f), [`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc)]:
31
+ - @mastra/auth@1.0.0-beta.0
17
32
 
18
33
  ## 0.10.7
19
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/auth-workos",
3
- "version": "0.0.0-main-test-05-11-2025-2-20251106025330",
3
+ "version": "0.0.0-refactor-agent-information-for-recomposable-ui-20251112151814",
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-main-test-05-11-2025-2-20251106025330"
24
+ "@mastra/auth": "0.0.0-refactor-agent-information-for-recomposable-ui-20251112151814"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^20.19.0",
@@ -29,9 +29,9 @@
29
29
  "tsup": "^8.5.0",
30
30
  "typescript": "^5.8.3",
31
31
  "vitest": "^3.2.4",
32
- "@internal/types-builder": "0.0.0-main-test-05-11-2025-2-20251106025330",
33
- "@internal/lint": "0.0.0-main-test-05-11-2025-2-20251106025330",
34
- "@mastra/core": "0.0.0-main-test-05-11-2025-2-20251106025330"
32
+ "@internal/lint": "0.0.0-refactor-agent-information-for-recomposable-ui-20251112151814",
33
+ "@internal/types-builder": "0.0.0-refactor-agent-information-for-recomposable-ui-20251112151814",
34
+ "@mastra/core": "0.0.0-refactor-agent-information-for-recomposable-ui-20251112151814"
35
35
  },
36
36
  "files": [
37
37
  "dist",