We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb63dc commit 0df117eCopy full SHA for 0df117e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@modbus2mqtt/server.shared",
3
- "version": "0.7.0",
+ "version": "0.8.0",
4
"type": "module",
5
"description": "interfaces and functions shared with server and angular ui",
6
"keywords": [
@@ -31,7 +31,7 @@
31
"typescript": "^5.4.5"
32
},
33
"dependencies": {
34
- "@modbus2mqtt/specification.shared": "file:../specification.shared",
+ "@modbus2mqtt/specification.shared": "0.7.0",
35
"mqtt": "^5.7.1"
36
}
37
0 commit comments