0.1.24 updated socket again
parent
e1859bd1e2
commit
f9503dcbf9
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@uci/base",
|
"name": "@uci/base",
|
||||||
"version": "0.1.23",
|
"version": "0.1.24",
|
||||||
"description": "Multi type and transport JSON packet communication base class. Used in UCI extended classes",
|
"description": "Multi type and transport JSON packet communication base class. Used in UCI extended classes",
|
||||||
"main": "src/base",
|
"main": "src/base",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
"@uci-utils/bind-funcs": "^0.2.3",
|
"@uci-utils/bind-funcs": "^0.2.3",
|
||||||
"@uci-utils/logger": "^0.0.14",
|
"@uci-utils/logger": "^0.0.14",
|
||||||
"@uci/mqtt": "^0.1.11",
|
"@uci/mqtt": "^0.1.11",
|
||||||
"@uci/socket": "^0.2.14",
|
"@uci/socket": "^0.2.15",
|
||||||
"@uci/websocket": "^0.3.7",
|
"@uci/websocket": "^0.3.7",
|
||||||
"await-to-js": "^2.1.1",
|
"await-to-js": "^2.1.1",
|
||||||
"p-settle": "^3.1.0"
|
"p-settle": "^3.1.0"
|
||||||
|
|
Loading…
Reference in New Issue