Comparing version 0.3.1 to 0.3.2
@@ -0,1 +1,5 @@ | ||
Version: 0.3.2 | ||
-------------- | ||
- Async, nodes7, mbtcpprotocol dependency version bump | ||
Version: 0.3.1 | ||
@@ -2,0 +6,0 @@ -------------- |
{ | ||
"name": "honcho", | ||
"description": "Abstraction layer for multiple PLC controller interfaces", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"author": { | ||
@@ -28,12 +28,12 @@ "name": "Darren Pearce", | ||
"dependencies": { | ||
"async": "^3.2.0", | ||
"async": "^3.2.3", | ||
"honchoflatfile": "^0.1.4", | ||
"mbtcpprotocol": "^0.1.2", | ||
"mbtcpprotocol": "^0.1.3", | ||
"mcprotocol": "^0.1.2", | ||
"nodepccc": "^0.1.17", | ||
"nodes7": "^0.3.16", | ||
"nodes7": "^0.3.17", | ||
"serialipprotocol": "^0.1.1" | ||
}, | ||
"engine": "node 8.x.x", | ||
"engine": "node 12.x.x", | ||
"license": "MIT" | ||
} |
23180
Updatedasync@^3.2.3
Updatedmbtcpprotocol@^0.1.3
Updatednodes7@^0.3.17