hyperdeck-js-lib
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -0,0 +0,0 @@ var jshint = require('gulp-jshint'); |
{ | ||
"name": "hyperdeck-js-lib", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A javascript library for communication with the Blackmagic Hyperdeck.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -0,0 +0,0 @@ [![NPM](https://nodei.co/npm-dl/hyperdeck-js-lib.png?months=1)](https://nodei.co/npm/hyperdeck-js-lib/) |
@@ -0,0 +0,0 @@ /*jshint latedef: false */ |
@@ -71,3 +71,3 @@ var util = require('util'); | ||
return this.makeRequest('format: confirm: ' + token); | ||
}); | ||
}.bind(this)); | ||
}; | ||
@@ -74,0 +74,0 @@ }; |
@@ -0,0 +0,0 @@ var FIRST_LINE_REGEX = /^([0-9]+) (.+?)(\:?)$/; |
@@ -0,0 +0,0 @@ var events = require('events'); |
@@ -0,0 +0,0 @@ // Here we export what we want to be accessible from the library to the developer |
@@ -0,0 +0,0 @@ var JsLogger = require('js-logger'); |
@@ -0,0 +0,0 @@ var proxyquire = require('proxyquire'); |
@@ -0,0 +0,0 @@ var Parser = require('../../src/hyperdeck/parser'); |
@@ -0,0 +0,0 @@ var ResponseHandler = require('../../src/hyperdeck/response-handler'); |
@@ -0,0 +0,0 @@ var index = require('../src/index'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
46054