t3-mono 0.0.29 → 0.0.31
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "t3-mono",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.31",
|
|
4
4
|
"description": "CLI to scaffold T3 stack apps with Better Auth and optional AI/UI/Restate extensions",
|
|
5
5
|
"author": "Elijah Ross",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"postinstall": "node install.js"
|
|
37
37
|
},
|
|
38
38
|
"optionalDependencies": {
|
|
39
|
-
"@t3-mono/darwin-arm64": "0.0.
|
|
40
|
-
"@t3-mono/darwin-x64": "0.0.
|
|
41
|
-
"@t3-mono/linux-x64": "0.0.
|
|
42
|
-
"@t3-mono/linux-arm64": "0.0.
|
|
43
|
-
"@t3-mono/win32-x64": "0.0.
|
|
39
|
+
"@t3-mono/darwin-arm64": "0.0.31",
|
|
40
|
+
"@t3-mono/darwin-x64": "0.0.31",
|
|
41
|
+
"@t3-mono/linux-x64": "0.0.31",
|
|
42
|
+
"@t3-mono/linux-arm64": "0.0.31",
|
|
43
|
+
"@t3-mono/win32-x64": "0.0.31"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=18"
|