@tsed/core
Advanced tools
Comparing version 4.21.0 to 4.22.0
@@ -20,4 +20,3 @@ "use strict"; | ||
}; | ||
while ((scope = getValue(keys.shift())) && keys.length) { | ||
} | ||
while ((scope = getValue(keys.shift())) && keys.length) { } | ||
return scope === undefined ? defaultValue : scope; | ||
@@ -24,0 +23,0 @@ } |
@@ -5,3 +5,4 @@ export * from "./applyBefore"; | ||
export * from "./getValue"; | ||
export * from "./setValue"; | ||
export * from "./ObjectUtils"; | ||
export * from "./promiseTimeout"; |
@@ -8,2 +8,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./getValue"), exports); | ||
tslib_1.__exportStar(require("./setValue"), exports); | ||
tslib_1.__exportStar(require("./ObjectUtils"), exports); | ||
@@ -10,0 +11,0 @@ tslib_1.__exportStar(require("./promiseTimeout"), exports); |
{ | ||
"name": "@tsed/core", | ||
"version": "4.21.0", | ||
"version": "4.22.0", | ||
"description": "Core module for Ts.ED Framework", | ||
@@ -32,3 +32,3 @@ "main": "./lib/index.js", | ||
"license": "MIT", | ||
"gitHead": "dd149d08257508d4e212a2e8a2b6fdd4cae9ddd8" | ||
"gitHead": "c0a692c561335bfa7dd6dcccdd6e77820750d5af" | ||
} |
@@ -22,6 +22,5 @@ import {isCollection} from "./ObjectUtils"; | ||
while ((scope = getValue(keys.shift()!)) && keys.length) { | ||
} | ||
while ((scope = getValue(keys.shift()!)) && keys.length) {} | ||
return scope === undefined ? defaultValue : scope; | ||
} | ||
} |
@@ -5,3 +5,4 @@ export * from "./applyBefore"; | ||
export * from "./getValue"; | ||
export * from "./setValue"; | ||
export * from "./ObjectUtils"; | ||
export * from "./promiseTimeout"; |
Sorry, the diff of this file is not supported yet
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
325558
123
6383