Release v3.0.0

- Update gamedig from 4.0.6 to 5.1.0 (breaking change! various server types renamed)
- Fixed autocomplete for server types and now selecting a server type auto fills the query port with the default
- Added strip colors gamedig option
- Added address gamedig option to skip DNS resolution
- Added github funding links
This commit is contained in:
2024-08-05 09:21:24 -06:00
parent 5bacdb685d
commit 035341c386
6 changed files with 162 additions and 615 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-gamedig",
"version": "2.2.1",
"version": "3.0.0",
"description": "Query for the status of any game server using node-red",
"repository": {
"type": "git",
@@ -23,6 +23,6 @@
}
},
"dependencies": {
"gamedig": "^4.0.7"
"gamedig": "^5.1.0"
}
}