Comparing version 0.1.1 to 0.1.2
@@ -226,2 +226,4 @@ function arrayDedupe(...arrays) { | ||
daysPerWeek, | ||
daysPerMonth, | ||
daysPerYear, | ||
hrsPerDay, | ||
@@ -228,0 +230,0 @@ hrsPerWeek, |
@@ -230,2 +230,4 @@ (function(global, factory) { | ||
daysPerWeek, | ||
daysPerMonth, | ||
daysPerYear, | ||
hrsPerDay, | ||
@@ -232,0 +234,0 @@ hrsPerWeek, |
@@ -116,2 +116,4 @@ export declare type AnyFn = (...args: any[]) => any; | ||
daysPerWeek: number; | ||
daysPerMonth: number; | ||
daysPerYear: number; | ||
hrsPerDay: number; | ||
@@ -118,0 +120,0 @@ hrsPerWeek: number; |
{ | ||
"name": "beeftools", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Common front-end utilities and types", | ||
@@ -5,0 +5,0 @@ "author": "Curtis Dulmage", |
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
30872
778