node-pluginsmanager-plugin 6.4.2 → 6.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -102,7 +102,7 @@ class Mediator extends DescriptorUser_1.default {
|
|
|
102
102
|
return resolve();
|
|
103
103
|
}
|
|
104
104
|
// validator cannot correctly check pure boolean return
|
|
105
|
-
else if ("undefined" !== typeof res.body && ["true", "false"].includes(res.body)) {
|
|
105
|
+
else if ("undefined" !== typeof res.body && ["true", "false", true, false].includes(res.body)) {
|
|
106
106
|
return resolve();
|
|
107
107
|
}
|
|
108
108
|
else {
|