Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xan105 committed Oct 26, 2024
1 parent 54ca11a commit 4aa1af2
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 45 deletions.
84 changes: 44 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xan105/lobby_connect",
"version": "2.1.1",
"version": "2.2.0",
"description": "Discover people playing on the network using the Goldberg SteamEmu with the launch parameter to connect to their game.",
"type": "module",
"exports": {
Expand All @@ -11,7 +11,7 @@
},
"types": "./types/index.d.ts",
"engines": {
"node": ">=16.0.0"
"node": ">=20.18.0"
},
"scripts": {
"build_x86": "call lib\\src\\goldberg_emulator\\build_win_lobby_connect_dll_x86.bat",
Expand Down Expand Up @@ -62,8 +62,8 @@
"eslint": "^8.34.0"
},
"dependencies": {
"@xan105/error": "^1.6.2",
"@xan105/ffi": "^1.2.0",
"koffi": "^2.8.9"
"@xan105/error": "^1.7.1",
"@xan105/ffi": "^1.3.0",
"koffi": "^2.9.1"
}
}

0 comments on commit 4aa1af2

Please sign in to comment.