@inglorious/server 2.0.0 → 3.0.0

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -82,4 +82,6 @@ The server's code is split into several files to maintain a clear separation of
82
82
 
83
83
  ## License
84
84
 
85
- This project is licensed under the MIT License.
85
+ MIT © [Matteo Antony Mistretta](https://github.com/IngloriousCoderz)
86
+
87
+ This is free and open-source software. Use it however you want!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inglorious/server",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "A real-time, lightweight server designed to enable multiplayer experiences for games built with the Inglorious Engine.",
5
5
  "author": "IceOnFire <antony.mistretta@gmail.com> (https://ingloriouscoderz.it)",
6
6
  "license": "MIT",
@@ -39,12 +39,12 @@
39
39
  "dependencies": {
40
40
  "pino": "^9.9.4",
41
41
  "ws": "^8.18.3",
42
- "@inglorious/store": "5.1.0",
43
- "@inglorious/utils": "3.6.0"
42
+ "@inglorious/store": "5.2.0",
43
+ "@inglorious/utils": "3.6.1"
44
44
  },
45
45
  "peerDependencies": {
46
- "@inglorious/store": "5.1.0",
47
- "@inglorious/utils": "3.6.0"
46
+ "@inglorious/utils": "3.6.1",
47
+ "@inglorious/store": "5.2.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "nodemon": "^3.1.10",