0.1.24 updated socket again

master
David Kebler 2019-05-02 06:37:03 -07:00
parent e1859bd1e2
commit f9503dcbf9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"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",
"main": "src/base",
"scripts": {
@ -39,7 +39,7 @@
"@uci-utils/bind-funcs": "^0.2.3",
"@uci-utils/logger": "^0.0.14",
"@uci/mqtt": "^0.1.11",
"@uci/socket": "^0.2.14",
"@uci/socket": "^0.2.15",
"@uci/websocket": "^0.3.7",
"await-to-js": "^2.1.1",
"p-settle": "^3.1.0"