@contrail/util 1.1.10-alpha-1 → 1.1.10-alpha-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,5 +18,5 @@ export declare class ObjectUtil {
18
18
  static applyChangesIfEqual: typeof applyChangesIfEqual;
19
19
  static determineChangesIfEqual: typeof determineChangesIfEqual;
20
20
  static areItemPropertyValuesEqual: typeof areItemPropertyValuesEqual;
21
- static retainOnlyProperies: typeof retainOnlyProperties;
21
+ static retainOnlyProperties: typeof retainOnlyProperties;
22
22
  }
@@ -84,4 +84,4 @@ ObjectUtil.compareDeep = compareDeep_1.getObjectDiffs;
84
84
  ObjectUtil.applyChangesIfEqual = applyChangesIfEqual_1.applyChangesIfEqual;
85
85
  ObjectUtil.determineChangesIfEqual = applyChangesIfEqual_1.determineChangesIfEqual;
86
86
  ObjectUtil.areItemPropertyValuesEqual = applyChangesIfEqual_1.areItemPropertyValuesEqual;
87
- ObjectUtil.retainOnlyProperies = retainOnlyProperties_1.retainOnlyProperties;
87
+ ObjectUtil.retainOnlyProperties = retainOnlyProperties_1.retainOnlyProperties;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/util",
3
- "version": "1.1.10-alpha-1",
3
+ "version": "1.1.10-alpha-2",
4
4
  "description": "General javascript utilities",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",