tempest.games 0.2.7 → 0.2.9

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.
@@ -5386,7 +5386,7 @@ async function migrate(db, config) {
5386
5386
  await db.dialect.migrate(migrations, db.session, config);
5387
5387
  }
5388
5388
 
5389
- // ../../node_modules/.pnpm/@t3-oss+env-core@0.13.4_arktype@2.1.20_typescript@5.8.3_valibot@1.0.0_typescript@5.8.3__zod@3.24.4/node_modules/@t3-oss/env-core/dist/src-Cq4nGjdj.js
5389
+ // ../../node_modules/.pnpm/@t3-oss+env-core@0.13.4_arktype@2.1.20_typescript@5.8.3_valibot@1.0.0_typescript@5.8.3__zod@3.25.7/node_modules/@t3-oss/env-core/dist/src-Cq4nGjdj.js
5390
5390
  function ensureSynchronous(value, message) {
5391
5391
  if (value instanceof Promise)
5392
5392
  throw new Error(message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tempest.games",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -39,21 +39,21 @@
39
39
  "postgres": "3.4.5",
40
40
  "react": "19.1.0",
41
41
  "react-dom": "19.1.0",
42
- "react-email": "4.0.14",
42
+ "react-email": "4.0.15",
43
43
  "resend": "4.5.1",
44
- "safegen": "0.3.6",
44
+ "safegen": "0.4.0",
45
45
  "socket.io": "4.8.1",
46
46
  "socket.io-client": "4.8.1",
47
- "atom.io": "0.33.3",
48
- "treetrunks": "0.1.3",
49
- "safedeposit": "0.1.1"
47
+ "atom.io": "0.33.4",
48
+ "safedeposit": "0.1.1",
49
+ "treetrunks": "0.1.3"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@eslint/js": "9.27.0",
53
53
  "@react-email/components": "0.0.41",
54
54
  "@types/bun": "npm:bun-types@1.2.13",
55
55
  "@types/cors": "2.8.18",
56
- "@types/node": "22.15.18",
56
+ "@types/node": "22.15.19",
57
57
  "@types/react": "19.1.4",
58
58
  "@types/react-dom": "19.1.5",
59
59
  "@vitejs/plugin-react-swc": "3.9.0",
@@ -74,9 +74,9 @@
74
74
  "typescript-eslint": "8.32.1",
75
75
  "vite": "6.3.5",
76
76
  "vite-tsconfig-paths": "5.1.4",
77
- "vitest": "3.1.3",
78
- "flightdeck": "0.2.33",
79
- "varmint": "0.5.0"
77
+ "vitest": "3.1.4",
78
+ "flightdeck": "0.2.35",
79
+ "varmint": "0.5.1"
80
80
  },
81
81
  "scripts": {
82
82
  "dev": "bun run env:dev && concurrently \"bun:dev:*\"",