0.1.17 update uci socket
parent
655989164b
commit
f257831d1a
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@uci/i2c-bus",
|
"name": "@uci/i2c-bus",
|
||||||
"version": "0.1.16",
|
"version": "0.1.17",
|
||||||
"description": "I2c Bus Classes for Communication to I2C bus via socket or direct call",
|
"description": "I2c Bus Classes for Communication to I2C bus via socket or direct call",
|
||||||
"main": "src/bus",
|
"main": "src/bus",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
"i2c-bus": "^4.0.7"
|
"i2c-bus": "^4.0.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@uci/base": "^0.1.16",
|
"@uci/base": "^0.1.18",
|
||||||
"@uci-utils/logger": "^0.0.13",
|
"@uci-utils/logger": "^0.0.13",
|
||||||
"better-try-catch": "^0.6.2",
|
"better-try-catch": "^0.6.2",
|
||||||
"pify": "^4.0.1"
|
"pify": "^4.0.1"
|
||||||
|
|
Loading…
Reference in New Issue