cqrs-swissknife
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -23,3 +23,3 @@ 'use strict'; | ||
aggregateFactory(context, aggregateName, require(aggregateFile)); // eslint-disable-line | ||
aggregateFactory(context, path.basename(aggregateName, '.js'), require(aggregateFile)); // eslint-disable-line | ||
}); | ||
@@ -26,0 +26,0 @@ |
{ | ||
"name": "cqrs-swissknife", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -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
7148