@hybridly/utils
Advanced tools
Comparing version
@@ -46,2 +46,3 @@ import makeDebugger from 'debug'; | ||
overwriteArray?: boolean; | ||
mergePlainObjects?: boolean; | ||
arrayMerge?: (target: any[], source: any[]) => any[]; | ||
@@ -48,0 +49,0 @@ } |
{ | ||
"name": "@hybridly/utils", | ||
"version": "0.1.0-alpha.5", | ||
"version": "0.1.0-alpha.6", | ||
"description": "Utils used in Hybridly packages", | ||
@@ -37,3 +37,4 @@ "keywords": [ | ||
"debug": "^4.3.4", | ||
"deepmerge": "^4.3.0", | ||
"deepmerge": "^4.3.1", | ||
"is-plain-object": "^5.0.0", | ||
"lodash.clonedeep": "^4.5.0" | ||
@@ -40,0 +41,0 @@ }, |
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
27545
1.02%764
1.19%4
33.33%+ Added
+ Added
Updated