@directivegames/genesys.sdk 4.2.5 → 4.2.6

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.
@@ -9,7 +9,7 @@
9
9
  * Includes dependencies from the main package.
10
10
  */
11
11
  export const DEPENDENCIES = {
12
- '@directivegames/genesys.js': '4.2.5',
12
+ '@directivegames/genesys.js': '4.2.7',
13
13
  '@electron/rebuild': '4.0.2',
14
14
  '@emotion/react': '11.14.0',
15
15
  '@emotion/styled': '11.14.1',
@@ -49,10 +49,10 @@ export const DEV_DEPENDENCIES = {
49
49
  '@types/jsdom': '27.0.0',
50
50
  '@types/minimatch': '5.1.2',
51
51
  '@types/multer': '1.4.13',
52
+ '@types/node': '22.19.1',
52
53
  '@types/react': '19.2.7',
53
54
  '@types/react-dom': '19.2.3',
54
55
  '@types/three': '0.182.0',
55
- '@types/node': '22.19.1',
56
56
  '@types/ws': '8.18.1',
57
57
  '@typescript-eslint/eslint-plugin': '8.48.0',
58
58
  '@typescript-eslint/parser': '8.48.0',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@directivegames/genesys.sdk",
3
- "version": "4.2.5",
3
+ "version": "4.2.6",
4
4
  "description": "Genesys SDK - A development toolkit for game development",
5
5
  "author": "Directive Games",
6
6
  "main": "index.js",
@@ -109,7 +109,7 @@
109
109
  }
110
110
  },
111
111
  "dependencies": {
112
- "@directivegames/genesys.js": "^4.2.5",
112
+ "@directivegames/genesys.js": "^4.2.7",
113
113
  "@electron/rebuild": "^4.0.2",
114
114
  "@emotion/react": "^11.14.0",
115
115
  "@emotion/styled": "^11.14.0",
@@ -149,10 +149,10 @@
149
149
  "@types/jsdom": "^27.0.0",
150
150
  "@types/minimatch": "^5.1.2",
151
151
  "@types/multer": "^1.4.12",
152
+ "@types/node": "^22.15.21",
152
153
  "@types/react": "^19.2.0",
153
154
  "@types/react-dom": "^19.2.0",
154
155
  "@types/three": "^0.182.0",
155
- "@types/node": "^22.15.21",
156
156
  "@types/ws": "^8.18.1",
157
157
  "@typescript-eslint/eslint-plugin": "^8.29.1",
158
158
  "@typescript-eslint/parser": "^8.29.1",