tempest.games 0.2.10 → 0.2.12
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 +12 -0
- package/app/assets/{index-CGlDykR1.js → index-BG6T8CzE.js} +13 -13
- package/app/index.html +1 -1
- package/bin/backend.bun.js +194 -193
- package/bin/backend.worker.tribunal.bun.js +88 -87
- package/bin/frontend.bun.js +31 -30
- package/bin/setup-db.bun.js +377 -202
- package/drizzle/0018_curved_wallop.sql +36 -0
- package/drizzle/0019_lively_boomer.sql +4 -0
- package/drizzle/0020_magenta_stark_industries.sql +8 -0
- package/drizzle/meta/0018_snapshot.json +535 -0
- package/drizzle/meta/0019_snapshot.json +539 -0
- package/drizzle/meta/0020_snapshot.json +487 -0
- package/drizzle/meta/_journal.json +21 -0
- package/package.json +12 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# tempest.games
|
|
2
2
|
|
|
3
|
+
## 0.2.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c855022: ♻️ Simplified the handling of timestamps in our database.
|
|
8
|
+
|
|
9
|
+
## 0.2.11
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 5304c28: 🐛 Fixed bug where username field would remain open after being submitted.
|
|
14
|
+
|
|
3
15
|
## 0.2.10
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|