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 f9dc5e5 commit 7a920b1Copy full SHA for 7a920b1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@modbus2mqtt/server.shared",
3
- "version": "0.9.0-alpha.0",
+ "version": "0.9.0",
4
"type": "module",
5
"description": "interfaces and functions shared with server and angular ui",
6
"keywords": [
@@ -29,7 +29,7 @@
29
"typescript": "^5.4.5"
30
},
31
"dependencies": {
32
- "@modbus2mqtt/specification.shared": "0.7.0",
+ "@modbus2mqtt/specification.shared": "^0.7.0",
33
"mqtt": "^5.7.1"
34
}
35
0 commit comments