openbci-utilities
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -0,1 +1,8 @@ | ||
# 0.0.9 | ||
### New Features | ||
* Add impedance calculation functions from cyton | ||
* The simulator from OpenBCI_NodeJS has been ripped out and place into this library! Woo. | ||
# 0.0.8 | ||
@@ -2,0 +9,0 @@ |
module.exports.Constants = require('./openBCIConstants'); | ||
module.exports.Debug = require('./openBCIDebug'); | ||
module.exports.Simulator = require('./openBCISimulator'); | ||
module.exports.Utilities = require('./openBCIUtilities'); |
{ | ||
"name": "openbci-utilities", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "The official utility package of Node.js SDK for the OpenBCI Biosensor Boards.", | ||
@@ -15,2 +15,3 @@ "main": "index.js", | ||
"ganglion", | ||
"wifi", | ||
"cyton", | ||
@@ -27,2 +28,3 @@ "utilities" | ||
"mathjs": "^3.3.0", | ||
"performance-now": "^2.1.0", | ||
"safe-buffer": "^5.1.1", | ||
@@ -29,0 +31,0 @@ "streamsearch": "^0.1.2" |
Sorry, the diff of this file is too big to display
154502
12
3728
8
+ Addedperformance-now@^2.1.0
+ Addedperformance-now@2.1.0(transitive)