node-raspberrypi-usbboot
Advanced tools
Comparing version 0.2.6 to 0.2.7-fix-usb-module-name-a5fe9e7f826e2efedb3199ceb044c5e0dce840e9
@@ -16,2 +16,3 @@ "use strict"; | ||
// tslint:disable:no-bitwise | ||
const usb = require("@balena.io/usb"); | ||
const bluebird_1 = require("bluebird"); | ||
@@ -22,3 +23,2 @@ const _debug = require("debug"); | ||
const Path = require("path"); | ||
const usb = require("usb"); | ||
const readFile = bluebird_1.promisify(fs_1.readFile); | ||
@@ -25,0 +25,0 @@ const debug = _debug('node-raspberrypi-usbboot'); |
@@ -7,2 +7,6 @@ # Change Log | ||
## 0.2.7 - 2019-10-15 | ||
* Import @balena.io/usb instead of usb [Alexis Svinartchouk] | ||
## 0.2.6 - 2019-10-15 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "node-raspberrypi-usbboot", | ||
"version": "0.2.6", | ||
"version": "0.2.7-fix-usb-module-name-a5fe9e7f826e2efedb3199ceb044c5e0dce840e9", | ||
"description": "Transforms Raspberry Pi Compute Modules and Zeros to mass storage devices.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
27828461