tempest.games 0.2.31 → 0.2.33
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 +14 -0
- package/app/assets/{index-BmHpH29l.js → index-PdakLVWK.js} +27 -27
- package/app/index.html +1 -1
- package/bin/backend.bun.js +166 -161
- package/bin/backend.worker.game.bun.js +8 -8
- package/bin/backend.worker.tribunal.bun.js +57 -57
- package/bin/frontend.bun.js +31 -31
- package/bin/setup-db.bun.js +1 -1
- package/package.json +11 -11
package/bin/setup-db.bun.js
CHANGED
|
@@ -5564,7 +5564,7 @@ async function migrate(db, config) {
|
|
|
5564
5564
|
await db.dialect.migrate(migrations, db.session, config);
|
|
5565
5565
|
}
|
|
5566
5566
|
|
|
5567
|
-
// ../../node_modules/.pnpm/@t3-oss+env-core@0.13.8_arktype@2.1.20_typescript@5.
|
|
5567
|
+
// ../../node_modules/.pnpm/@t3-oss+env-core@0.13.8_arktype@2.1.20_typescript@5.9.2_zod@3.25.76/node_modules/@t3-oss/env-core/dist/src-Bb3GbGAa.js
|
|
5568
5568
|
function ensureSynchronous(value, message) {
|
|
5569
5569
|
if (value instanceof Promise)
|
|
5570
5570
|
throw new Error(message);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tempest.games",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.33",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@floating-ui/react": "0.27.15",
|
|
29
29
|
"@js-temporal/polyfill": "0.5.1",
|
|
30
|
-
"@react-email/components": "0.
|
|
30
|
+
"@react-email/components": "0.4.0",
|
|
31
31
|
"@t3-oss/env-core": "0.13.8",
|
|
32
|
-
"@trpc/client": "11.4.
|
|
33
|
-
"@trpc/server": "11.4.
|
|
32
|
+
"@trpc/client": "11.4.4",
|
|
33
|
+
"@trpc/server": "11.4.4",
|
|
34
34
|
"arktype": "2.1.20",
|
|
35
|
-
"cron": "4.3.
|
|
35
|
+
"cron": "4.3.3",
|
|
36
36
|
"drizzle-orm": "0.44.4",
|
|
37
37
|
"motion": "12.23.12",
|
|
38
38
|
"nanoid": "5.1.5",
|
|
@@ -40,20 +40,20 @@
|
|
|
40
40
|
"postgres": "3.4.7",
|
|
41
41
|
"react": "19.1.1",
|
|
42
42
|
"react-dom": "19.1.1",
|
|
43
|
-
"react-email": "4.2.
|
|
44
|
-
"resend": "4.
|
|
43
|
+
"react-email": "4.2.7",
|
|
44
|
+
"resend": "4.8.0",
|
|
45
45
|
"safegen": "0.6.2",
|
|
46
46
|
"socket.io": "4.8.1",
|
|
47
47
|
"socket.io-client": "4.8.1",
|
|
48
|
-
"atom.io": "0.34.0",
|
|
49
48
|
"safedeposit": "0.1.1",
|
|
49
|
+
"atom.io": "0.34.2",
|
|
50
50
|
"treetrunks": "0.1.3"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@react-email/components": "0.
|
|
53
|
+
"@react-email/components": "0.4.0",
|
|
54
54
|
"@types/bun": "npm:bun-types@1.2.19",
|
|
55
55
|
"@types/cors": "2.8.19",
|
|
56
|
-
"@types/node": "24.
|
|
56
|
+
"@types/node": "24.2.0",
|
|
57
57
|
"@types/react": "19.1.9",
|
|
58
58
|
"@types/react-dom": "19.1.7",
|
|
59
59
|
"@vitejs/plugin-react-swc": "3.11.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"vite": "7.0.6",
|
|
71
71
|
"vite-tsconfig-paths": "5.1.4",
|
|
72
72
|
"vitest": "3.2.4",
|
|
73
|
-
"flightdeck": "0.2.
|
|
73
|
+
"flightdeck": "0.2.55",
|
|
74
74
|
"varmint": "0.5.2"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|