smithtek-mako-rf 0.0.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "smithtek-mako-rf",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Smithtek Mako RF: Modbus RTU (RS-485) over RF with shared bus queue, timeout seconds and retries.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node-red",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"author": "Smithtek",
|
|
15
15
|
"homepage": "https://www.smithtek.com.au",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"modbus-serial": "
|
|
17
|
+
"modbus-serial": "8.0.23"
|
|
18
18
|
},
|
|
19
19
|
"node-red": {
|
|
20
20
|
"nodes": {
|