0.2.19 update base dep which has better socket error handling
parent
378dd51ad1
commit
dbd8ef3347
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uci/interrupt",
|
||||
"main": "src",
|
||||
"version": "0.2.18",
|
||||
"version": "0.2.19",
|
||||
"description": "a class for adding interrupt processesing for gpio pins on Raspberry Pi and Similar SBCs",
|
||||
"scripts": {
|
||||
"single": "node -r esm examples/single",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"homepage": "https://github.com/uCOMmandIt/uci-interrrupt#readme",
|
||||
"dependencies": {
|
||||
"@uci-utils/logger": "0.0.14",
|
||||
"@uci/base": "^0.1.20",
|
||||
"@uci/base": "^0.1.21",
|
||||
"death": "^1.1.0",
|
||||
"onoff": "^4.1.1"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue