mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
4.1.0
This commit is contained in:
parent
05b253770a
commit
2630d918d5
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,8 @@
|
|||
|
||||
### To Be Released...
|
||||
* (changelog)
|
||||
|
||||
### 4.1.0
|
||||
* Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues.
|
||||
* Sons Of The Forest (2023) - Added support
|
||||
* Red Dead Redemption 2 - RedM (2018) - Added support
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "gamedig",
|
||||
"description": "Query for the status of any game server in Node.JS",
|
||||
"tags": [
|
||||
"keywords": [
|
||||
"srcds",
|
||||
"query",
|
||||
"game",
|
||||
|
@ -9,8 +9,6 @@
|
|||
"util",
|
||||
"server",
|
||||
"gameserver",
|
||||
"node",
|
||||
"nodejs",
|
||||
"game-server-query",
|
||||
"game server query",
|
||||
"server query",
|
||||
|
@ -24,7 +22,7 @@
|
|||
],
|
||||
"main": "lib/index.js",
|
||||
"author": "GameDig Contributors",
|
||||
"version": "4.0.7",
|
||||
"version": "4.1.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gamedig/node-gamedig.git"
|
||||
|
@ -56,6 +54,7 @@
|
|||
"protocols/",
|
||||
"games.txt",
|
||||
"LICENSE",
|
||||
"GAMES_LIST.md",
|
||||
"README.md"
|
||||
],
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue