@mastra/auth-firebase 0.0.0-fix-9244-clickhouse-metadata-20251104223105 → 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.
- package/CHANGELOG.md +3 -1
- package/package.json +7 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# @mastra/auth-firebase
|
|
2
2
|
|
|
3
|
-
## 0.0.0-fix-9244-clickhouse-metadata-
|
|
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))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/auth-firebase",
|
|
3
|
-
"version": "0.0.0-fix-9244-clickhouse-metadata-
|
|
3
|
+
"version": "0.0.0-fix-9244-clickhouse-metadata-20251105010900",
|
|
4
4
|
"description": "Mastra Firebase Auth integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"tsup": "^8.5.0",
|
|
29
29
|
"typescript": "^5.8.3",
|
|
30
30
|
"vitest": "^3.2.4",
|
|
31
|
-
"@
|
|
32
|
-
"@internal/types-builder": "0.0.0-fix-9244-clickhouse-metadata-
|
|
33
|
-
"@
|
|
31
|
+
"@internal/lint": "0.0.0-fix-9244-clickhouse-metadata-20251105010900",
|
|
32
|
+
"@internal/types-builder": "0.0.0-fix-9244-clickhouse-metadata-20251105010900",
|
|
33
|
+
"@mastra/core": "0.0.0-fix-9244-clickhouse-metadata-20251105010900"
|
|
34
34
|
},
|
|
35
35
|
"files": [
|
|
36
36
|
"dist",
|
|
@@ -45,6 +45,9 @@
|
|
|
45
45
|
"bugs": {
|
|
46
46
|
"url": "https://github.com/mastra-ai/mastra/issues"
|
|
47
47
|
},
|
|
48
|
+
"engines": {
|
|
49
|
+
"node": ">=22.13.0"
|
|
50
|
+
},
|
|
48
51
|
"scripts": {
|
|
49
52
|
"build": "tsup --silent --config tsup.config.ts",
|
|
50
53
|
"build:watch": "tsup --watch --silent --config tsup.config.ts",
|