tempest.games 0.2.14 → 0.2.15
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 +8 -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,13 @@
|
|
|
1
1
|
# tempest.games
|
|
2
2
|
|
|
3
|
+
## 0.2.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f552fba]
|
|
8
|
+
- Updated dependencies [f552fba]
|
|
9
|
+
- atom.io@0.33.6
|
|
10
|
+
|
|
3
11
|
## 0.2.14
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -428,7 +436,6 @@
|
|
|
428
436
|
### Patch Changes
|
|
429
437
|
|
|
430
438
|
- 6be0203: ✨ Validations and security.
|
|
431
|
-
|
|
432
439
|
- Enhanced backend security by adding IP tracking and banning for multiple failed login attempts.
|
|
433
440
|
- Improved signup and login forms with error handling, validation feedback, and input readiness checks.
|
|
434
441
|
- Extended database schema to include user tracking and login history tables.
|