We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fe1619 + 587bec7 commit f348a56Copy full SHA for f348a56
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "jsmodbus",
3
- "version": "4.0.3",
+ "version": "4.0.4",
4
"description": "Implementation for the Serial/TCP Modbus protocol.",
5
"author": "Stefan Poeter <stefan.poeter@cloud-automation.de>",
6
"main": "./dist/modbus.js",
7
+ "types": "./dist/modbus.d.ts",
8
"bin": {
9
"jsmodbus": "./bin/jsmodbus.js"
10
},
0 commit comments