@soundworks/core
Advanced tools
Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4
@@ -16,4 +16,2 @@ "use strict"; | ||
var _ParametersFacade = require("../common/ParametersFacade"); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -167,3 +165,3 @@ | ||
registerService(name, factory = null, options = {}, dependencies = []) { | ||
const ctor = factory(_Service.default, _ParametersFacade.Parameters); | ||
const ctor = factory(_Service.default); | ||
this.serviceManager.register(name, ctor, options, dependencies); | ||
@@ -170,0 +168,0 @@ } |
{ | ||
"name": "@soundworks/core", | ||
"version": "3.0.0-alpha.3", | ||
"version": "3.0.0-alpha.4", | ||
"description": "full-stack javascript framework for distributed audio visual experiences on the web", | ||
@@ -5,0 +5,0 @@ "authors": [ |
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
115353
25
2838