tempest.games 0.1.5 → 0.1.7
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-C-zrj5Nu.js +46 -0
- package/app/index.html +1 -1
- package/bin/backend.bun.js +13 -13
- package/bin/backend.worker.game.bun.js +1 -1
- package/bin/backend.worker.tribunal.bun.js +8 -8
- package/bin/frontend.bun.js +5 -5
- package/bin/setup-db.bun.js +757 -757
- package/package.json +6 -6
- package/app/assets/index-D7TvFs3R.js +0 -46
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# tempest.games
|
|
2
2
|
|
|
3
|
+
## 0.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e8e7a6a: 🐛 Fix bug where ban generator would look for cached responses that wouldn't/shouldn't exist.
|
|
8
|
+
|
|
9
|
+
## 0.1.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- c706046: 🐛 Improved conditions for determining whether code is running on server or client.
|
|
14
|
+
|
|
3
15
|
## 0.1.5
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|