@mastra/auth-workos 0.0.0-fix-9244-clickhouse-metadata-20251104220626 → 0.0.0-fix-9244-clickhouse-metadata-20251105010900

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 +5 -3
  2. package/package.json +8 -5
package/CHANGELOG.md CHANGED
@@ -1,17 +1,19 @@
1
1
  # @mastra/auth-workos
2
2
 
3
- ## 0.0.0-fix-9244-clickhouse-metadata-20251104220626
3
+ ## 0.0.0-fix-9244-clickhouse-metadata-20251105010900
4
4
 
5
5
  ### Major Changes
6
6
 
7
+ - Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
8
+
7
9
  - Experimental auth -> auth ([#9660](https://github.com/mastra-ai/mastra/pull/9660))
8
10
 
9
11
  - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
10
12
 
11
13
  ### Patch Changes
12
14
 
13
- - Updated dependencies [[`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc)]:
14
- - @mastra/auth@0.0.0-fix-9244-clickhouse-metadata-20251104220626
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-fix-9244-clickhouse-metadata-20251105010900
15
17
 
16
18
  ## 0.10.7
17
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/auth-workos",
3
- "version": "0.0.0-fix-9244-clickhouse-metadata-20251104220626",
3
+ "version": "0.0.0-fix-9244-clickhouse-metadata-20251105010900",
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-fix-9244-clickhouse-metadata-20251104220626"
24
+ "@mastra/auth": "0.0.0-fix-9244-clickhouse-metadata-20251105010900"
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/lint": "0.0.0-fix-9244-clickhouse-metadata-20251104220626",
33
- "@internal/types-builder": "0.0.0-fix-9244-clickhouse-metadata-20251104220626",
34
- "@mastra/core": "0.0.0-fix-9244-clickhouse-metadata-20251104220626"
32
+ "@internal/lint": "0.0.0-fix-9244-clickhouse-metadata-20251105010900",
33
+ "@internal/types-builder": "0.0.0-fix-9244-clickhouse-metadata-20251105010900",
34
+ "@mastra/core": "0.0.0-fix-9244-clickhouse-metadata-20251105010900"
35
35
  },
36
36
  "files": [
37
37
  "dist",
@@ -46,6 +46,9 @@
46
46
  "bugs": {
47
47
  "url": "https://github.com/mastra-ai/mastra/issues"
48
48
  },
49
+ "engines": {
50
+ "node": ">=22.13.0"
51
+ },
49
52
  "scripts": {
50
53
  "build": "tsup --silent --config tsup.config.ts",
51
54
  "build:watch": "tsup --watch --silent --config tsup.config.ts",