tempest.games 0.2.66 → 0.2.68
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 +13 -0
- package/app/assets/index-t5Kphr7m.js +109 -0
- package/app/index.html +1 -1
- package/bin/backend.bun.js +83212 -347
- package/bin/backend.worker.game.bun.js +3936 -17
- package/bin/backend.worker.tribunal.bun.js +45695 -188
- package/bin/frontend.bun.js +19929 -66
- package/bin/setup-db.bun.js +202 -184
- package/package.json +25 -25
- package/app/assets/index-ndZ39WAR.js +0 -109
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tempest.games",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.68",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,50 +29,50 @@
|
|
|
29
29
|
"@js-temporal/polyfill": "0.5.1",
|
|
30
30
|
"@react-email/components": "0.5.7",
|
|
31
31
|
"@t3-oss/env-core": "0.13.8",
|
|
32
|
-
"@trpc/client": "11.
|
|
33
|
-
"@trpc/server": "11.
|
|
34
|
-
"arktype": "2.1.
|
|
32
|
+
"@trpc/client": "11.7.1",
|
|
33
|
+
"@trpc/server": "11.7.1",
|
|
34
|
+
"arktype": "2.1.25",
|
|
35
35
|
"cron": "4.3.3",
|
|
36
|
-
"drizzle-orm": "0.44.
|
|
36
|
+
"drizzle-orm": "0.44.7",
|
|
37
37
|
"motion": "12.23.24",
|
|
38
38
|
"nanoid": "5.1.6",
|
|
39
|
-
"openai": "6.
|
|
39
|
+
"openai": "6.8.0",
|
|
40
40
|
"postgres": "3.4.7",
|
|
41
41
|
"react": "19.2.0",
|
|
42
42
|
"react-dom": "19.2.0",
|
|
43
|
-
"react-email": "4.3.
|
|
44
|
-
"resend": "6.
|
|
45
|
-
"safegen": "0.
|
|
43
|
+
"react-email": "4.3.2",
|
|
44
|
+
"resend": "6.4.1",
|
|
45
|
+
"safegen": "0.8.1",
|
|
46
46
|
"socket.io": "4.8.1",
|
|
47
47
|
"socket.io-client": "4.8.1",
|
|
48
|
-
"atom.io": "0.44.
|
|
49
|
-
"
|
|
50
|
-
"
|
|
48
|
+
"atom.io": "0.44.1",
|
|
49
|
+
"treetrunks": "0.1.5",
|
|
50
|
+
"safedeposit": "0.1.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@react-email/components": "0.5.7",
|
|
54
|
-
"@react-email/preview-server": "4.3.
|
|
54
|
+
"@react-email/preview-server": "4.3.2",
|
|
55
55
|
"@types/bun": "npm:bun-types@1.3.1",
|
|
56
56
|
"@types/cors": "2.8.19",
|
|
57
|
-
"@types/node": "24.
|
|
57
|
+
"@types/node": "24.10.0",
|
|
58
58
|
"@types/react": "19.2.2",
|
|
59
59
|
"@types/react-dom": "19.2.2",
|
|
60
|
-
"@vitejs/plugin-react": "npm:@vitejs/plugin-react-swc@4.
|
|
60
|
+
"@vitejs/plugin-react": "npm:@vitejs/plugin-react-swc@4.2.0",
|
|
61
61
|
"concurrently": "9.2.1",
|
|
62
62
|
"cors": "2.8.5",
|
|
63
63
|
"cross-env": "10.1.0",
|
|
64
64
|
"dotenv": "17.2.3",
|
|
65
|
-
"dotenv-cli": "
|
|
66
|
-
"drizzle-kit": "0.31.
|
|
67
|
-
"eslint": "9.
|
|
68
|
-
"globals": "16.
|
|
69
|
-
"rimraf": "6.0
|
|
70
|
-
"sass-embedded": "1.93.
|
|
71
|
-
"vite": "7.1.
|
|
65
|
+
"dotenv-cli": "11.0.0",
|
|
66
|
+
"drizzle-kit": "0.31.6",
|
|
67
|
+
"eslint": "9.39.1",
|
|
68
|
+
"globals": "16.5.0",
|
|
69
|
+
"rimraf": "6.1.0",
|
|
70
|
+
"sass-embedded": "1.93.3",
|
|
71
|
+
"vite": "7.1.12",
|
|
72
72
|
"vite-tsconfig-paths": "5.1.4",
|
|
73
|
-
"vitest": "4.0.
|
|
74
|
-
"
|
|
75
|
-
"
|
|
73
|
+
"vitest": "4.0.7",
|
|
74
|
+
"flightdeck": "0.2.93",
|
|
75
|
+
"varmint": "0.5.10"
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"dev": "bun run env:dev && concurrently \"bun:dev:*\"",
|