hops-bootstrap
Advanced tools
Comparing version 14.0.0-nightly.6 to 14.0.0-nightly.7
@@ -6,2 +6,10 @@ # Change Log | ||
# [14.0.0-nightly.7](https://github.com/xing/hops/compare/v14.0.0-nightly.6...v14.0.0-nightly.7) (2021-02-09) | ||
**Note:** Version bump only for package hops-bootstrap | ||
# [14.0.0-nightly.6](https://github.com/xing/hops/compare/v14.0.0-nightly.5...v14.0.0-nightly.6) (2021-01-13) | ||
@@ -8,0 +16,0 @@ |
'use strict'; | ||
const mergeWith = require('lodash.mergewith'); | ||
const mergeWith = require('lodash/mergeWith'); | ||
const flatten = require('flat'); | ||
@@ -5,0 +5,0 @@ const isPlainObject = require('is-plain-obj'); |
The MIT License (MIT) | ||
Copyright (c) 2016 XING AG | ||
Copyright (c) 2021 XING AG | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of |
{ | ||
"name": "hops-bootstrap", | ||
"version": "14.0.0-nightly.6", | ||
"version": "14.0.0-nightly.7", | ||
"description": "Hops bootstrap", | ||
@@ -26,3 +26,3 @@ "repository": { | ||
"is-plain-obj": "^3.0.0", | ||
"lodash.mergewith": "^4.6.2", | ||
"lodash": "^4.6.2", | ||
"mixinable": "^5.0.1", | ||
@@ -39,3 +39,3 @@ "supports-color": "^8.0.0" | ||
}, | ||
"gitHead": "2a9ed4f0143d2f4f03f6ab3db342605ec5d3e0be" | ||
"gitHead": "c6f4155be358b37289f7a1510115a232b7e0ae09" | ||
} |
35177
+ Addedlodash@^4.6.2
+ Addedlodash@4.17.21(transitive)
- Removedlodash.mergewith@^4.6.2
- Removedlodash.mergewith@4.6.2(transitive)