@byloth/core
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -1027,3 +1027,3 @@ var S = Object.defineProperty; | ||
} | ||
var M = /* @__PURE__ */ ((o) => (o[o.Second = 1e3] = "Second", o[o.Minute = 6e4] = "Minute", o[o.Hour = 36e5] = "Hour", o[o.Day = 864e5] = "Day", o[o.Week = 6048e5] = "Week", o[o.Month = 2592e6] = "Month", o[o.Year = 31536e6] = "Year", o))(M || {}); | ||
var M = /* @__PURE__ */ ((o) => (o[o.Millisecond = 1] = "Millisecond", o[o.Second = 1e3] = "Second", o[o.Minute = 6e4] = "Minute", o[o.Hour = 36e5] = "Hour", o[o.Day = 864e5] = "Day", o[o.Week = 6048e5] = "Week", o[o.Month = 2592e6] = "Month", o[o.Year = 31536e6] = "Year", o))(M || {}); | ||
function V(o, e, t = 864e5) { | ||
@@ -1142,3 +1142,3 @@ return Math.floor((e.getTime() - o.getTime()) / t); | ||
} | ||
const ne = "1.5.0"; | ||
const ne = "1.5.1"; | ||
export { | ||
@@ -1145,0 +1145,0 @@ y as AggregatedAsyncIterator, |
{ | ||
"name": "@byloth/core", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "An unopinionated collection of useful functions and classes that I use widely in all my projects. 🔧", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
export const VERSION = "1.5.0"; | ||
export const VERSION = "1.5.1"; | ||
@@ -3,0 +3,0 @@ export type { Constructor, Interval, Timeout } from "./core/types.js"; |
@@ -5,2 +5,3 @@ import { SmartIterator } from "../models/index.js"; | ||
{ | ||
Millisecond = 1, | ||
Second = 1000, | ||
@@ -7,0 +8,0 @@ Minute = 60 * Second, |
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
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
320429
3206