0.1.32 update i2c-device dep after fixing socket access
parent
01a7b8ccf0
commit
d75c431231
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uci/mcp",
|
||||
"main": "src",
|
||||
"version": "0.1.31",
|
||||
"version": "0.1.32",
|
||||
"description": "Classes and Helper Functions for using the MCP chip on I2C Bus",
|
||||
"scripts": {
|
||||
"relays": "node -r esm examples/relays",
|
||||
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/uCOMmandIt/uci-mcp#readme",
|
||||
"dependencies": {
|
||||
"@uci/i2c-device": "^0.1.15",
|
||||
"@uci/i2c-device": "^0.1.16",
|
||||
"@uci-utils/logger": "0.0.14",
|
||||
"@uci-utils/byte": "^0.2.2"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue