tempest.games 0.2.13 → 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 +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 +98 -74
- package/bin/frontend.bun.js +19 -19
- package/bin/setup-db.bun.js +55 -55
- package/package.json +30 -36
- package/app/assets/index-DufnWinX.js +0 -109
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
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
|
+
|
|
11
|
+
## 0.2.14
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [8f2e97a]
|
|
16
|
+
- atom.io@0.33.5
|
|
17
|
+
|
|
3
18
|
## 0.2.13
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -421,7 +436,6 @@
|
|
|
421
436
|
### Patch Changes
|
|
422
437
|
|
|
423
438
|
- 6be0203: ✨ Validations and security.
|
|
424
|
-
|
|
425
439
|
- Enhanced backend security by adding IP tracking and banning for multiple failed login attempts.
|
|
426
440
|
- Improved signup and login forms with error handling, validation feedback, and input readiness checks.
|
|
427
441
|
- Extended database schema to include user tracking and login history tables.
|