0.1.18 updated of uci socket

master
David Kebler 2019-03-24 11:46:08 -07:00
parent 1359aa7d31
commit 3ab37ae694
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@uci/base", "name": "@uci/base",
"version": "0.1.17", "version": "0.1.18",
"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,9 +39,9 @@
"@uci-utils/bind-funcs": "^0.2.3", "@uci-utils/bind-funcs": "^0.2.3",
"@uci-utils/logger": "0.0.13", "@uci-utils/logger": "0.0.13",
"@uci/mqtt": "^0.1.9", "@uci/mqtt": "^0.1.9",
"@uci/socket": "^0.2.8", "@uci/socket": "^0.2.10",
"@uci/websocket": "^0.3.5", "@uci/websocket": "^0.3.5",
"await-to-js": "^2.1.1", "await-to-js": "^2.1.1",
"p-settle": "^2.1.0" "p-settle": "^3.0.0"
} }
} }