0.1.15
parent
5c225fc455
commit
13c8fc329f
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@uci/i2c-bus",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.15",
|
||||
"description": "I2c Bus Classes for Communication to I2C bus via socket or direct call",
|
||||
"main": "src/bus",
|
||||
"scripts": {
|
||||
|
@ -32,10 +32,10 @@
|
|||
"i2c-bus": "^3.x"
|
||||
},
|
||||
"dependencies": {
|
||||
"@uci/base": "^0.1.8",
|
||||
"@uci/logger": "0.0.6",
|
||||
"@uci/base": "^0.1.16",
|
||||
"@uci-utils/logger": "0.0.13",
|
||||
"better-try-catch": "^0.6.2",
|
||||
"pify": "^3.0.0"
|
||||
"pify": "^4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esm": "^3.0.38"
|
||||
|
|
Loading…
Reference in New Issue