@openbci/wifi
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,7 @@ | ||
# v1.0.1 | ||
### Bug Fixes | ||
Updated references to .Debug and .Utilities to .debug and .utilities | ||
# v1.0.0 | ||
@@ -2,0 +8,0 @@ |
@@ -7,5 +7,5 @@ 'use strict'; | ||
const OpenBCIUtilities = require('@openbci/utilities'); | ||
const obciUtils = OpenBCIUtilities.Utilities; | ||
const obciUtils = OpenBCIUtilities.utilities; | ||
const k = OpenBCIUtilities.constants; | ||
const obciDebug = OpenBCIUtilities.Debug; | ||
const obciDebug = OpenBCIUtilities.debug; | ||
const clone = require('clone'); | ||
@@ -12,0 +12,0 @@ const ip = require('ip'); |
{ | ||
"name": "@openbci/wifi", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The official SDK for the OpenBCI/Push The World Wifi Shield connected to either OpenBCI Cytons or Ganglions.", | ||
@@ -5,0 +5,0 @@ "main": "openBCIWifi.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
253075