@inglorious/server 11.0.2 → 11.0.3

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 +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -19,10 +19,10 @@ A real-time, lightweight server designed to enable multiplayer experiences for g
19
19
 
20
20
  ### Installation
21
21
 
22
- 1. Clone the Inglorious Engine repository:
22
+ 1. Clone the Inglorious Forge repository:
23
23
 
24
24
  ```sh
25
- git clone https://github.com/IngloriousCoderz/inglorious-engine.git
25
+ git clone https://github.com/IngloriousCoderz/inglorious-forge.git
26
26
  ```
27
27
 
28
28
  2. Navigate to the `@inglorious/server` directory:
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@inglorious/server",
3
- "version": "11.0.2",
3
+ "version": "11.0.3",
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",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/IngloriousCoderz/inglorious-engine.git",
9
+ "url": "git+https://github.com/IngloriousCoderz/inglorious-forge.git",
10
10
  "directory": "packages/server"
11
11
  },
12
12
  "homepage": "https://inglorious-engine.vercel.app/",
13
13
  "bugs": {
14
- "url": "https://github.com/IngloriousCoderz/inglorious-engine/issues"
14
+ "url": "https://github.com/IngloriousCoderz/inglorious-forge/issues"
15
15
  },
16
16
  "keywords": [
17
17
  "functional-programming",
@@ -40,11 +40,11 @@
40
40
  "dependencies": {
41
41
  "pino": "^9.9.4",
42
42
  "ws": "^8.18.3",
43
- "@inglorious/store": "7.1.2",
44
- "@inglorious/utils": "3.7.0"
43
+ "@inglorious/utils": "3.7.0",
44
+ "@inglorious/store": "7.1.3"
45
45
  },
46
46
  "peerDependencies": {
47
- "@inglorious/store": "7.1.2",
47
+ "@inglorious/store": "7.1.3",
48
48
  "@inglorious/utils": "3.7.0"
49
49
  },
50
50
  "devDependencies": {