@bloks/utils
Advanced tools
Comparing version 3.3.22 to 3.4.0
{ | ||
"name": "@bloks/utils", | ||
"version": "3.3.22", | ||
"version": "3.4.0", | ||
"description": "", | ||
@@ -21,3 +21,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "35585becf862bcbe888e12440685d4d85f97adda" | ||
"gitHead": "806a37dc407ed58a4f9ffdb24ec89154d8c29a0c" | ||
} |
@@ -5,2 +5,2 @@ export function cloneDeepArrayOfObj (array) { | ||
].map(i => ({ ...i })) | ||
} | ||
} |
@@ -6,1 +6,2 @@ export * from './numberUtils' | ||
export * from './keyUtils' | ||
export * from './sortUtils' |
@@ -241,2 +241,2 @@ import { BigNumber } from 'bignumber.js' | ||
return parsedDate | ||
} | ||
} |
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
31662
10
945