streamlabs-redis-bridge
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -153,3 +153,3 @@ #!/usr/bin/nodejs --harmony | ||
function launch(config) { | ||
let creds = getCreds(config.creds_path); | ||
let creds = getCreds(config['streamlabs']['creds_path']); | ||
let publisher = new StreamlabsEventPublisher(config.redis.hostname, | ||
@@ -156,0 +156,0 @@ config.redis.port, |
{ | ||
"name": "streamlabs-redis-bridge", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Interface to Streamlabs events via Redis pub/sub.", | ||
@@ -5,0 +5,0 @@ "main": "index.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
9601