0.2.15 update of uci-socket
switched from here to using consumer to send instead of socket push to mcp processmaster
parent
e22c21823c
commit
e210c404e0
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uci/interrupt",
|
||||
"main": "src",
|
||||
"version": "0.2.14",
|
||||
"version": "0.2.15",
|
||||
"description": "a class for adding interrupt processesing for gpio pins on Raspberry Pi and Similar SBCs",
|
||||
"scripts": {
|
||||
"single": "node -r esm examples/single",
|
||||
|
@ -29,9 +29,9 @@
|
|||
"homepage": "https://github.com/uCOMmandIt/uci-interrrupt#readme",
|
||||
"dependencies": {
|
||||
"@uci-utils/logger": "0.0.13",
|
||||
"@uci/base": "^0.1.16",
|
||||
"@uci/base": "^0.1.18",
|
||||
"death": "^1.1.0",
|
||||
"onoff": "^4.1.0"
|
||||
"onoff": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
|
|
Loading…
Reference in New Issue