0.2.15 update of uci-socket

switched from here to using consumer to send instead of socket push to mcp process
master
David Kebler 2019-03-24 11:46:16 -07:00
parent e22c21823c
commit e210c404e0
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@uci/interrupt", "name": "@uci/interrupt",
"main": "src", "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", "description": "a class for adding interrupt processesing for gpio pins on Raspberry Pi and Similar SBCs",
"scripts": { "scripts": {
"single": "node -r esm examples/single", "single": "node -r esm examples/single",
@ -29,9 +29,9 @@
"homepage": "https://github.com/uCOMmandIt/uci-interrrupt#readme", "homepage": "https://github.com/uCOMmandIt/uci-interrrupt#readme",
"dependencies": { "dependencies": {
"@uci-utils/logger": "0.0.13", "@uci-utils/logger": "0.0.13",
"@uci/base": "^0.1.16", "@uci/base": "^0.1.18",
"death": "^1.1.0", "death": "^1.1.0",
"onoff": "^4.1.0" "onoff": "^4.1.1"
}, },
"devDependencies": { "devDependencies": {
"chai": "^4.1.2", "chai": "^4.1.2",