We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b99a5f commit a7762eaCopy full SHA for a7762ea
3 files changed
io/snmp/package.json
@@ -1,9 +1,9 @@
1
{
2
"name" : "node-red-node-snmp",
3
- "version" : "0.0.26",
+ "version" : "0.1.0",
4
"description" : "A Node-RED node that looks for SNMP oids.",
5
"dependencies" : {
6
- "net-snmp" : "2.9.6"
+ "net-snmp" : "3.6.2"
7
},
8
"repository" : {
9
"type":"git",
@@ -24,6 +24,7 @@
24
"contributors": [
25
{ "name": "Mika Karaila" },
26
{ "name": "Bryan Malyn" },
27
+ { "name": "Steve-Mcl" },
28
{ "name": "Andres" }
29
]
30
}
0 commit comments