idea-toolbox
Advanced tools
Comparing version 7.0.9 to 7.0.10
@@ -31,2 +31,3 @@ import { markdown } from './markdown'; | ||
* The internal information about the status of an app's version. | ||
* @deprecated prefer the new method via asset (vs via API). | ||
*/ | ||
@@ -33,0 +34,0 @@ export interface InternalAppVersionStatus { |
@@ -108,3 +108,3 @@ "use strict"; | ||
if (castFunction === Boolean) | ||
return Boolean(origin); | ||
return defaultVal === true ? origin !== false : Boolean(origin); // #25 | ||
else | ||
@@ -111,0 +111,0 @@ return origin || origin === 0 || origin === false |
{ | ||
"name": "idea-toolbox", | ||
"version": "7.0.9", | ||
"version": "7.0.10", | ||
"description": "IDEA's utility functions", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
261176
7244