tempest.games 0.2.78 → 0.2.80
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 +15 -0
- package/bin/backend.bun.js +12 -11
- package/bin/backend.worker.tribunal.bun.js +555 -433
- package/bin/frontend.bun.js +1 -1
- package/bin/setup-db.bun.js +1 -1
- package/package.json +6 -6
package/bin/frontend.bun.js
CHANGED
|
@@ -11816,7 +11816,7 @@ import { createServer as createHttpServer } from "http";
|
|
|
11816
11816
|
import { createServer as createSecureServer } from "https";
|
|
11817
11817
|
import { resolve } from "path";
|
|
11818
11818
|
|
|
11819
|
-
// ../../node_modules/.pnpm/@t3-oss+env-core@0.13.8_arktype@2.1.27_typescript@5.9.3_zod@4.1.
|
|
11819
|
+
// ../../node_modules/.pnpm/@t3-oss+env-core@0.13.8_arktype@2.1.27_typescript@5.9.3_zod@4.1.13/node_modules/@t3-oss/env-core/dist/src-Bb3GbGAa.js
|
|
11820
11820
|
function ensureSynchronous(value2, message) {
|
|
11821
11821
|
if (value2 instanceof Promise)
|
|
11822
11822
|
throw new Error(message);
|
package/bin/setup-db.bun.js
CHANGED
|
@@ -5565,7 +5565,7 @@ async function migrate(db, config) {
|
|
|
5565
5565
|
await db.dialect.migrate(migrations, db.session, config);
|
|
5566
5566
|
}
|
|
5567
5567
|
|
|
5568
|
-
// ../../node_modules/.pnpm/@t3-oss+env-core@0.13.8_arktype@2.1.27_typescript@5.9.3_zod@4.1.
|
|
5568
|
+
// ../../node_modules/.pnpm/@t3-oss+env-core@0.13.8_arktype@2.1.27_typescript@5.9.3_zod@4.1.13/node_modules/@t3-oss/env-core/dist/src-Bb3GbGAa.js
|
|
5569
5569
|
function ensureSynchronous(value, message) {
|
|
5570
5570
|
if (value instanceof Promise)
|
|
5571
5571
|
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.80",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@js-temporal/polyfill": "0.5.1",
|
|
30
30
|
"@react-email/components": "1.0.1",
|
|
31
31
|
"@t3-oss/env-core": "0.13.8",
|
|
32
|
-
"@trpc/client": "11.7.
|
|
33
|
-
"@trpc/server": "11.7.
|
|
32
|
+
"@trpc/client": "11.7.2",
|
|
33
|
+
"@trpc/server": "11.7.2",
|
|
34
34
|
"arktype": "2.1.27",
|
|
35
35
|
"cron": "4.3.4",
|
|
36
36
|
"drizzle-orm": "0.44.7",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"safegen": "0.8.2",
|
|
46
46
|
"socket.io": "4.8.1",
|
|
47
47
|
"socket.io-client": "4.8.1",
|
|
48
|
-
"atom.io": "0.44.
|
|
48
|
+
"atom.io": "0.44.11",
|
|
49
49
|
"safedeposit": "0.1.2",
|
|
50
50
|
"treetrunks": "0.1.5"
|
|
51
51
|
},
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"sass-embedded": "1.93.3",
|
|
70
70
|
"vite": "7.2.4",
|
|
71
71
|
"vitest": "4.0.13",
|
|
72
|
-
"
|
|
73
|
-
"
|
|
72
|
+
"varmint": "0.5.11",
|
|
73
|
+
"flightdeck": "0.3.9"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|
|
76
76
|
"dev": "bun run env:dev && concurrently \"bun:dev:*\"",
|