tempest.games 0.2.14 → 0.2.16
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 +15 -1
- package/app/assets/index-DV2ldfnq.js +109 -0
- package/app/index.html +1 -1
- package/bin/backend.bun.js +202 -207
- package/bin/backend.worker.tribunal.bun.js +89 -65
- package/bin/frontend.bun.js +2 -2
- package/bin/setup-db.bun.js +54 -54
- package/package.json +18 -19
- package/app/assets/index-XXIFAPT4.js +0 -109
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# tempest.games
|
|
2
2
|
|
|
3
|
+
## 0.2.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [2d0483b]
|
|
8
|
+
- atom.io@0.33.7
|
|
9
|
+
|
|
10
|
+
## 0.2.15
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [f552fba]
|
|
15
|
+
- Updated dependencies [f552fba]
|
|
16
|
+
- atom.io@0.33.6
|
|
17
|
+
|
|
3
18
|
## 0.2.14
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -428,7 +443,6 @@
|
|
|
428
443
|
### Patch Changes
|
|
429
444
|
|
|
430
445
|
- 6be0203: ✨ Validations and security.
|
|
431
|
-
|
|
432
446
|
- Enhanced backend security by adding IP tracking and banning for multiple failed login attempts.
|
|
433
447
|
- Improved signup and login forms with error handling, validation feedback, and input readiness checks.
|
|
434
448
|
- Extended database schema to include user tracking and login history tables.
|