@universal-packages/dynamic-api
Advanced tools
Comparing version 1.11.1 to 1.12.0
@@ -96,3 +96,3 @@ "use strict"; | ||
if (this.options.accumulate) { | ||
if (dynamicEntry.default) | ||
if (dynamicEntry.default && !dynamicEntry.implementations.length) | ||
results.push(await this.perform(dynamicEntry.default, payload, dynamicEntry.moduleOptions)); | ||
@@ -161,3 +161,3 @@ for (let i = 0; i < dynamicEntry.implementations.length; i++) { | ||
if (this.options.accumulate) { | ||
if (dynamicEntry.default) | ||
if (dynamicEntry.default && !dynamicEntry.implementations.length) | ||
results.push(this.performSync(dynamicEntry.default, payload, dynamicEntry.moduleOptions)); | ||
@@ -164,0 +164,0 @@ for (let i = 0; i < dynamicEntry.implementations.length; i++) { |
{ | ||
"name": "@universal-packages/dynamic-api", | ||
"version": "1.11.1", | ||
"version": "1.12.0", | ||
"description": "Dynamic decoupling-adapting system", | ||
@@ -5,0 +5,0 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", |
Sorry, the diff of this file is not supported yet
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
37223