devicestack
Advanced tools
Comparing version 1.10.10 to 1.10.11
15
index.js
@@ -29,7 +29,7 @@ var index; | ||
try { | ||
index.SerialDevice = require('./lib/serial/device'); | ||
index.SerialDeviceLoader = require('./lib/serial/deviceloader'); | ||
index.EventedSerialDeviceLoader = require('./lib/serial/eventeddeviceloader'); | ||
index.SerialDeviceGuider = require('./lib/serial/deviceguider'); | ||
index.FtdiDevice = require('./lib/ftdi/device'); | ||
index.FtdiDeviceLoader = require('./lib/ftdi/deviceloader'); | ||
index.EventedFtdiDeviceLoader = require('./lib/ftdi/eventeddeviceloader'); | ||
} catch(e) { | ||
@@ -40,5 +40,6 @@ console.log(e.message); | ||
try { | ||
index.FtdiDevice = require('./lib/ftdi/device'); | ||
index.FtdiDeviceLoader = require('./lib/ftdi/deviceloader'); | ||
index.EventedFtdiDeviceLoader = require('./lib/ftdi/eventeddeviceloader'); | ||
index.SerialDevice = require('./lib/serial/device'); | ||
index.SerialDeviceLoader = require('./lib/serial/deviceloader'); | ||
index.EventedSerialDeviceLoader = require('./lib/serial/eventeddeviceloader'); | ||
index.SerialDeviceGuider = require('./lib/serial/deviceguider'); | ||
} catch(e) { | ||
@@ -45,0 +46,0 @@ console.log(e.message); |
{ | ||
"name": "devicestack", | ||
"version": "1.10.10", | ||
"version": "1.10.11", | ||
"description": "This module helps you to represent a device and its protocol.", | ||
@@ -16,13 +16,13 @@ "private": false, | ||
"dependencies": { | ||
"async": "=0.9.0", | ||
"debug": "=1.0.2", | ||
"eventemitter2": "=0.4.13", | ||
"lodash": "=2.4.1", | ||
"node-uuid": "=1.4.1", | ||
"tv4": "=1.0.18" | ||
"async": "=1.0.0", | ||
"debug": "=2.2.0", | ||
"eventemitter2": "=0.4.14", | ||
"lodash": "=3.9.3", | ||
"node-uuid": "=1.4.3", | ||
"tv4": "=1.1.9" | ||
}, | ||
"optionalDependencies": { | ||
"serialport": "=1.4.0", | ||
"ftdi": "=1.0.3", | ||
"usb-detection": "=1.0.3", | ||
"serialport": "=1.7.1", | ||
"ftdi": "=1.1.0", | ||
"usb-detection": "=1.1.0", | ||
"pm-notify": "=1.0.2" | ||
@@ -29,0 +29,0 @@ }, |
@@ -17,3 +17,3 @@ <pre> | ||
[![Build Status](https://secure.travis-ci.org/adrai/devicestack.png)](http://travis-ci.org/adrai/devicestack) | ||
[![travis](https://img.shields.io/travis/adrai/devicestack.svg)](https://travis-ci.org/adrai/devicestack) [![npm](https://img.shields.io/npm/v/devicestack.svg)](https://npmjs.org/package/devicestack) | ||
@@ -917,3 +917,3 @@ This module helps you to represent a device and its protocol. | ||
Copyright (c) 2014 Adriano Raiano | ||
Copyright (c) 2015 Adriano Raiano | ||
@@ -936,2 +936,2 @@ Permission is hereby granted, free of charge, to any person obtaining a copy | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
THE SOFTWARE. |
@@ -0,1 +1,4 @@ | ||
#### v1.10.11 | ||
- update some deps | ||
#### v1.10.10 | ||
@@ -121,2 +124,2 @@ - added log fallback to [debug](https://github.com/visionmedia/debug) | ||
#### v1.4.0 | ||
- default serial device loaders uses the global serial device loader under the hood | ||
- default serial device loaders uses the global serial device loader under the hood |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
129332
935
Updatedasync@=1.0.0
Updateddebug@=2.2.0
Updatedeventemitter2@=0.4.14
Updatedlodash@=3.9.3
Updatednode-uuid@=1.4.3
Updatedtv4@=1.1.9