tempest.games 0.1.26 → 0.1.28

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/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "tempest.games",
3
- "version": "0.1.26",
3
+ "version": "0.1.28",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/jeremybanka/wayforge.git",
10
+ "directory": "apps/tempest.games"
11
+ },
7
12
  "type": "module",
8
13
  "bin": {
9
14
  "frontend": "./bin/frontend.bun.js",
@@ -20,45 +25,47 @@
20
25
  "index.html"
21
26
  ],
22
27
  "dependencies": {
23
- "@t3-oss/env-core": "0.11.1",
24
- "cron": "3.3.2",
25
- "drizzle-orm": "0.38.3",
26
- "openai": "4.77.3",
28
+ "@t3-oss/env-core": "0.12.0",
29
+ "cron": "3.5.0",
30
+ "drizzle-orm": "0.39.1",
31
+ "openai": "4.82.0",
27
32
  "postgres": "3.4.5",
28
33
  "react": "19.0.0",
29
34
  "react-dom": "19.0.0",
30
- "safegen": "0.2.4",
35
+ "safegen": "0.2.7",
31
36
  "socket.io": "4.8.1",
32
37
  "socket.io-client": "4.8.1",
33
38
  "zod": "3.24.1",
34
39
  "zod-to-json-schema": "3.24.1",
35
40
  "atom.io": "0.30.7",
36
- "treetrunks": "0.0.3"
41
+ "safedeposit": "0.0.2",
42
+ "treetrunks": "0.0.4"
37
43
  },
38
44
  "devDependencies": {
39
- "@eslint/js": "9.17.0",
40
- "@types/node": "22.10.5",
41
- "@types/react": "19.0.2",
42
- "@types/react-dom": "19.0.2",
45
+ "@eslint/js": "9.19.0",
46
+ "@types/node": "22.13.0",
47
+ "@types/react": "19.0.8",
48
+ "@types/react-dom": "19.0.3",
43
49
  "@vitejs/plugin-react-swc": "3.7.2",
44
- "bun-types": "1.1.42",
50
+ "bun-types": "1.2.2",
45
51
  "concurrently": "9.1.2",
46
52
  "cross-env": "7.0.3",
47
53
  "dotenv": "16.4.7",
48
54
  "dotenv-cli": "8.0.0",
49
- "drizzle-kit": "0.30.1",
50
- "eslint": "9.17.0",
51
- "eslint-plugin-react-refresh": "0.4.16",
55
+ "drizzle-kit": "0.30.4",
56
+ "eslint": "9.19.0",
57
+ "eslint-plugin-react-refresh": "0.4.18",
52
58
  "globals": "15.14.0",
53
59
  "rimraf": "6.0.1",
54
- "sass-embedded": "1.83.1",
60
+ "sass-embedded": "1.83.4",
55
61
  "tsx": "4.19.2",
56
- "typescript": "5.7.2",
57
- "typescript-eslint": "8.19.0",
58
- "vite": "6.0.7",
62
+ "typescript": "5.7.3",
63
+ "typescript-eslint": "8.22.0",
64
+ "vite": "6.0.11",
59
65
  "vite-tsconfig-paths": "5.1.4",
60
- "vitest": "3.0.0-beta.3",
61
- "varmint": "0.3.4"
66
+ "vitest": "3.0.4",
67
+ "flightdeck": "0.2.11",
68
+ "varmint": "0.3.8"
62
69
  },
63
70
  "scripts": {
64
71
  "dev": "bun run env:dev && concurrently \"bun:dev:*\"",
@@ -77,7 +84,7 @@
77
84
  "test": "bun run env:test && vitest",
78
85
  "test:once": "bun run env:test && vitest run",
79
86
  "lint:biome": "biome check -- .",
80
- "lint:eslint": "eslint --flag unstable_ts_config -- .",
87
+ "lint:eslint": "eslint -- .",
81
88
  "lint:types": "tsc --noEmit",
82
89
  "lint:types:watch": "tsc --watch --noEmit",
83
90
  "lint": "bun run lint:biome && bun run lint:eslint && bun run lint:types",