@spinajs/configuration
Advanced tools
Comparing version 2.0.308 to 2.0.309
@@ -114,2 +114,4 @@ "use strict"; | ||
function mapObject(obj, fn) { | ||
if (typeof obj !== 'object') | ||
return obj; | ||
return Object.keys(obj).reduce((acc, key) => { | ||
@@ -116,0 +118,0 @@ const value = obj[key]; |
@@ -77,2 +77,4 @@ /* eslint-disable @typescript-eslint/no-unsafe-return */ | ||
export function mapObject(obj, fn) { | ||
if (typeof obj !== 'object') | ||
return obj; | ||
return Object.keys(obj).reduce((acc, key) => { | ||
@@ -79,0 +81,0 @@ const value = obj[key]; |
{ | ||
"name": "@spinajs/configuration", | ||
"version": "2.0.308", | ||
"version": "2.0.309", | ||
"description": "framework configuration module", | ||
@@ -55,7 +55,7 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration-common": "^2.0.308", | ||
"@spinajs/di": "^2.0.308", | ||
"@spinajs/exceptions": "^2.0.308", | ||
"@spinajs/internal-logger": "^2.0.308", | ||
"@spinajs/util": "2.0.308", | ||
"@spinajs/configuration-common": "^2.0.309", | ||
"@spinajs/di": "^2.0.309", | ||
"@spinajs/exceptions": "^2.0.309", | ||
"@spinajs/internal-logger": "^2.0.309", | ||
"@spinajs/util": "2.0.309", | ||
"ajv": "^8.12.0", | ||
@@ -62,0 +62,0 @@ "ajv-formats": "^2.1.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
277473
1959
+ Added@spinajs/util@2.0.309(transitive)
- Removed@spinajs/util@2.0.308(transitive)
Updated@spinajs/di@^2.0.309
Updated@spinajs/exceptions@^2.0.309
Updated@spinajs/util@2.0.309