@artus/core
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -11,2 +11,3 @@ "use strict"; | ||
const loader_1 = require("./loader"); | ||
const merge_1 = require("./loader/utils/merge"); | ||
const configuration_1 = tslib_1.__importDefault(require("./configuration")); | ||
@@ -100,3 +101,3 @@ const logger_1 = require("./logger"); | ||
id: constant_1.ArtusInjectEnum.Config, | ||
value: Object.assign(oldConfig, newConfig), | ||
value: (0, merge_1.mergeConfig)(oldConfig, newConfig), | ||
}); | ||
@@ -103,0 +104,0 @@ } |
{ | ||
"name": "@artus/core", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Core package of Artus", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
100848
2445