@inglorious/engine 13.0.1 → 13.0.2

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inglorious/engine",
3
- "version": "13.0.1",
3
+ "version": "13.0.2",
4
4
  "description": "A JavaScript game engine written with global state, immutability, and pure functions in mind. Have fun(ctional programming) with it!",
5
5
  "author": "IceOnFire <antony.mistretta@gmail.com> (https://ingloriouscoderz.it)",
6
6
  "license": "MIT",
@@ -31,18 +31,18 @@
31
31
  "access": "public"
32
32
  },
33
33
  "dependencies": {
34
- "@inglorious/utils": "3.7.0",
35
- "@inglorious/store": "7.1.1"
34
+ "@inglorious/store": "7.1.2",
35
+ "@inglorious/utils": "3.7.0"
36
36
  },
37
37
  "peerDependencies": {
38
- "@inglorious/store": "7.1.1",
38
+ "@inglorious/store": "7.1.2",
39
39
  "@inglorious/utils": "3.7.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "prettier": "^3.5.3",
43
43
  "vite": "^7.1.3",
44
44
  "vitest": "^1.6.0",
45
- "@inglorious/eslint-config": "1.1.0"
45
+ "@inglorious/eslint-config": "1.1.1"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">= 22"