@contrail/util
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -5,3 +5,3 @@ import { cloneDeep } from './cloneDeep/cloneDeep'; | ||
import { getObjectDiffs } from './compareDeep/compareDeep'; | ||
import { applyChangesIfEqual } from './applyChangesIfEqual/applyChangesIfEqual'; | ||
import { applyChangesIfEqual, determineChangesIfEqual } from './applyChangesIfEqual/applyChangesIfEqual'; | ||
export { ObjectDiff } from './compareDeep/compareDeep'; | ||
@@ -16,2 +16,3 @@ export declare class ObjectUtil { | ||
static applyChangesIfEqual: typeof applyChangesIfEqual; | ||
static determinChangesIfEqual: typeof determineChangesIfEqual; | ||
} |
@@ -43,1 +43,2 @@ "use strict"; | ||
ObjectUtil.applyChangesIfEqual = applyChangesIfEqual_1.applyChangesIfEqual; | ||
ObjectUtil.determinChangesIfEqual = applyChangesIfEqual_1.determineChangesIfEqual; |
{ | ||
"name": "@contrail/util", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "General javascript utilities", | ||
@@ -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
18948
493