@cuecue/core
Advanced tools
Comparing version 0.0.40 to 0.0.41
@@ -151,4 +151,13 @@ 'use strict'; | ||
class BaseInput extends BasePlugin {} | ||
class BaseInput extends BasePlugin { | ||
cue(cue, extraData = null) { | ||
this.emit('command', 'cue', cue, extraData); | ||
} | ||
interact(data, interactionId = null) { | ||
this.emit('command', 'interact', data, interactionId); | ||
} | ||
} | ||
class BaseOutput extends BasePlugin {} | ||
@@ -155,0 +164,0 @@ |
{ | ||
"name": "@cuecue/core", | ||
"version": "0.0.40", | ||
"version": "0.0.41", | ||
"description": "", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "82c3cb11882d14efb603064afa9bf8c4384df89f" | ||
"gitHead": "54c4e793bd8a40b499eb535e7b5bd201109a3bae" | ||
} |
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
6646
188