- Update GameDig from 5.1.0 to 5.1.4

- Errors in parsing GameDig response now throw an error instead of returning to output
- Prevents "Class constructor Players cannot be invoked without 'new'" error
  when Node-RED attempts to clone the server response data (this happens when the gamedig node feeds into a function node for example)
This commit is contained in:
2024-11-21 11:08:03 -07:00
parent cf94d2a787
commit c0c40910ae
3 changed files with 88 additions and 45 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-gamedig",
"version": "3.0.0",
"version": "3.0.1",
"description": "Query for the status of any game server using node-red",
"repository": {
"type": "git",
@@ -23,6 +23,6 @@
}
},
"dependencies": {
"gamedig": "^5.1.0"
"gamedig": "^5.1.4"
}
}