Comparar commits
2 Commits
| Autor | SHA1 | Data | |
|---|---|---|---|
| 483811b092 | |||
| 54d223533a |
@@ -1,3 +1,17 @@
|
|||||||
|
# 1.5.2
|
||||||
|
|
||||||
|
### Dependency Package Updates
|
||||||
|
* `performance-now`: from `^0.2.0` to `2.1.0`
|
||||||
|
* `serialport` - from `4.0.1` to `4.0.7`
|
||||||
|
|
||||||
|
### Development Dependency Package Updates
|
||||||
|
* `bluebird`: from `3.4.6` to `3.5.0`
|
||||||
|
* `chai-as-promised`: from `^5.2.0` to `^6.0.0`
|
||||||
|
* `codecov`: from `^1.0.1` to `^2.1.0`
|
||||||
|
* `semistandard`: from `^9.0.0` to `^10.0.0`
|
||||||
|
* `sinon`: from `^1.17.2` to `^2.1.0`
|
||||||
|
* `snazzy`: from `^5.0.0` to `^6.0.0`
|
||||||
|
|
||||||
# 1.5.1
|
# 1.5.1
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|||||||
+9
-9
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "openbci",
|
"name": "openbci",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"description": "The official Node.js SDK for the OpenBCI Biosensor Board.",
|
"description": "The official Node.js SDK for the OpenBCI Biosensor Board.",
|
||||||
"main": "openBCIBoard",
|
"main": "openBCIBoard",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -19,8 +19,8 @@
|
|||||||
"buffer-equal": "^1.0.0",
|
"buffer-equal": "^1.0.0",
|
||||||
"gaussian": "^1.0.0",
|
"gaussian": "^1.0.0",
|
||||||
"mathjs": "^3.3.0",
|
"mathjs": "^3.3.0",
|
||||||
"performance-now": "^0.2.0",
|
"performance-now": "^2.1.0",
|
||||||
"serialport": "4.0.1",
|
"serialport": "4.0.7",
|
||||||
"sntp": "^2.0.0",
|
"sntp": "^2.0.0",
|
||||||
"streamsearch": "^0.1.2"
|
"streamsearch": "^0.1.2"
|
||||||
},
|
},
|
||||||
@@ -28,18 +28,18 @@
|
|||||||
"test": "test"
|
"test": "test"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bluebird": "3.4.6",
|
"bluebird": "3.5.0",
|
||||||
"chai": "^3.4.1",
|
"chai": "^3.4.1",
|
||||||
"chai-as-promised": "^5.2.0",
|
"chai-as-promised": "^6.0.0",
|
||||||
"codecov": "^1.0.1",
|
"codecov": "^2.1.0",
|
||||||
"istanbul": "^0.4.4",
|
"istanbul": "^0.4.4",
|
||||||
"mocha": "^3.0.2",
|
"mocha": "^3.0.2",
|
||||||
"sandboxed-module": "^2.0.3",
|
"sandboxed-module": "^2.0.3",
|
||||||
"semistandard": "^9.0.0",
|
"semistandard": "^10.0.0",
|
||||||
"sinon": "^1.17.2",
|
"sinon": "^2.1.0",
|
||||||
"sinon-as-promised": "^4.0.2",
|
"sinon-as-promised": "^4.0.2",
|
||||||
"sinon-chai": "^2.8.0",
|
"sinon-chai": "^2.8.0",
|
||||||
"snazzy": "^5.0.0"
|
"snazzy": "^6.0.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário