tempest.games 0.2.30 → 0.2.32

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.
@@ -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.8.3_zod@3.25.76/node_modules/@t3-oss/env-core/dist/src-Bb3GbGAa.js
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.30",
3
+ "version": "0.2.32",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@floating-ui/react": "0.27.15",
29
29
  "@js-temporal/polyfill": "0.5.1",
30
- "@react-email/components": "0.3.3",
30
+ "@react-email/components": "0.4.0",
31
31
  "@t3-oss/env-core": "0.13.8",
32
32
  "@trpc/client": "11.4.3",
33
33
  "@trpc/server": "11.4.3",
@@ -40,17 +40,17 @@
40
40
  "postgres": "3.4.7",
41
41
  "react": "19.1.1",
42
42
  "react-dom": "19.1.1",
43
- "react-email": "4.2.5",
43
+ "react-email": "4.2.6",
44
44
  "resend": "4.7.0",
45
45
  "safegen": "0.6.2",
46
46
  "socket.io": "4.8.1",
47
47
  "socket.io-client": "4.8.1",
48
- "treetrunks": "0.1.3",
49
- "atom.io": "0.33.21",
50
- "safedeposit": "0.1.1"
48
+ "atom.io": "0.34.1",
49
+ "safedeposit": "0.1.1",
50
+ "treetrunks": "0.1.3"
51
51
  },
52
52
  "devDependencies": {
53
- "@react-email/components": "0.3.3",
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
56
  "@types/node": "24.1.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.52",
73
+ "flightdeck": "0.2.54",
74
74
  "varmint": "0.5.2"
75
75
  },
76
76
  "scripts": {