@sap-ux/fe-mockserver-core
Advanced tools
Comparing version 1.1.94 to 1.1.95
@@ -7,2 +7,3 @@ "use strict"; | ||
const balanced_match_1 = __importDefault(require("balanced-match")); | ||
const lodash_merge_1 = __importDefault(require("lodash.merge")); | ||
const query_string_1 = require("query-string"); | ||
@@ -194,4 +195,3 @@ const url_1 = require("url"); | ||
else { | ||
reducer.expand[name].expand = Object.assign({}, reducer.expand[name].expand, expand.expand); | ||
//debugger; | ||
reducer.expand[name].expand = (0, lodash_merge_1.default)({}, reducer.expand[name].expand, expand.expand); | ||
} | ||
@@ -198,0 +198,0 @@ reducer.properties[name] = true; |
{ | ||
"name": "@sap-ux/fe-mockserver-core", | ||
"version": "1.1.94", | ||
"version": "1.1.95", | ||
"description": "SAP Fiori OData - Fiori elements mock server core", | ||
@@ -27,2 +27,3 @@ "repository": { | ||
"lodash.clonedeep": "4.5.0", | ||
"lodash.merge": "4.6.2", | ||
"query-string": "7.1.3", | ||
@@ -40,2 +41,3 @@ "router": "1.3.7" | ||
"@types/lodash.clonedeep": "4.5.7", | ||
"@types/lodash.merge": "4.6.7", | ||
"@types/etag": "1.8.1", | ||
@@ -42,0 +44,0 @@ "@types/balanced-match": "^1.0.2", |
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
549370
13
14
+ Addedlodash.merge@4.6.2
+ Addedlodash.merge@4.6.2(transitive)