@bereasoftware/time-guard 2.7.0 → 2.7.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.
- package/README.md +1 -1
- package/dist/angular/index.cjs +2 -2
- package/dist/angular/index.es.js +2 -2
- package/dist/calendars/index.cjs +1 -1
- package/dist/calendars/index.es.js +1 -1
- package/dist/{chunk-Ddh6569R.cjs → chunk-S8Y6Ng9i.cjs} +1 -1
- package/dist/{core-CafqOI7W.cjs → core-BIDjudpO.cjs} +2 -2
- package/dist/{core-BAd7GYfw.js → core-DWPXk3rz.js} +2 -2
- package/dist/locales/index.cjs +2 -2
- package/dist/locales/index.es.js +2 -2
- package/dist/{locales-CcuSu4P1.js → locales-BUE_aq8K.js} +1 -1
- package/dist/{locales-C2-lOmC8.cjs → locales-CGdn0DJN.cjs} +1 -1
- package/dist/native/index.cjs +3 -3
- package/dist/native/index.es.js +3 -3
- package/dist/plugins/advanced-format.cjs +1 -1
- package/dist/plugins/advanced-format.es.js +1 -1
- package/dist/plugins/duration.cjs +1 -1
- package/dist/plugins/duration.es.js +1 -1
- package/dist/plugins/relative-time.cjs +1 -1
- package/dist/plugins/relative-time.es.js +1 -1
- package/dist/qwik/index.cjs +2 -2
- package/dist/qwik/index.es.js +2 -2
- package/dist/react/index.cjs +3 -3
- package/dist/react/index.es.js +2 -2
- package/dist/solid/index.cjs +2 -2
- package/dist/solid/index.es.js +2 -2
- package/dist/svelte/index.cjs +2 -2
- package/dist/svelte/index.es.js +2 -2
- package/dist/time-guard.cjs +4 -4
- package/dist/time-guard.es.js +3 -3
- package/dist/time-guard.iife.js +2 -2
- package/dist/time-guard.umd.js +2 -2
- package/dist/vue/index.cjs +2 -2
- package/dist/vue/index.es.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="src/assets/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/Berea-Soft/time-guard/refs/heads/main/src/assets/logo.png" alt="Time Guard Logo" />
|
|
3
3
|
<h1 align="center">Time Guard</h1>
|
|
4
4
|
<p align="center">
|
|
5
5
|
Una biblioteca moderna y de nivel producción para manipulación de fechas/horas construida con <strong>TypeScript</strong>, <strong>Temporal API</strong> y <strong>SOLID principles</strong>. TimeGuard aprovecha los estándares de JavaScript modernos y las mejores prácticas.
|
package/dist/angular/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const require_core = require("../core-
|
|
3
|
+
const require_core = require("../core-BIDjudpO.cjs");
|
|
4
4
|
let _angular_core = require("@angular/core");
|
|
5
5
|
let rxjs = require("rxjs");
|
|
6
6
|
//#region src/angular.ts
|
package/dist/angular/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
2
|
-
import { n as TimeGuard } from "../core-
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
|
+
import { n as TimeGuard } from "../core-DWPXk3rz.js";
|
|
3
3
|
import { ChangeDetectorRef, Injectable, InjectionToken, NgZone, Pipe, inject } from "@angular/core";
|
|
4
4
|
import { Observable, shareReplay } from "rxjs";
|
|
5
5
|
//#region src/angular.ts
|
package/dist/calendars/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
//#region src/calendars/index.ts
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
//#region src/calendars/index.ts
|
|
3
3
|
/**
|
|
4
4
|
* Islamic Calendar (Hijri)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
//#region \0rolldown/runtime.js
|
|
3
3
|
var __create = Object.create;
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
//#region src/locales/locale.manager.ts
|
|
3
3
|
/**
|
|
4
4
|
* English locale data
|
|
@@ -1804,7 +1804,7 @@ function timeGuard(input, config) {
|
|
|
1804
1804
|
return new TimeGuard(input, config);
|
|
1805
1805
|
}
|
|
1806
1806
|
/** The current version of TimeGuard */
|
|
1807
|
-
var version = "2.7.
|
|
1807
|
+
var version = "2.7.2";
|
|
1808
1808
|
//#endregion
|
|
1809
1809
|
Object.defineProperty(exports, "CalendarManager", {
|
|
1810
1810
|
enumerable: true,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
//#region src/locales/locale.manager.ts
|
|
3
3
|
/**
|
|
4
4
|
* English locale data
|
|
@@ -1804,6 +1804,6 @@ function timeGuard(input, config) {
|
|
|
1804
1804
|
return new TimeGuard(input, config);
|
|
1805
1805
|
}
|
|
1806
1806
|
/** The current version of TimeGuard */
|
|
1807
|
-
var version = "2.7.
|
|
1807
|
+
var version = "2.7.2";
|
|
1808
1808
|
//#endregion
|
|
1809
1809
|
export { version as a, GregorianCalendar as c, TemporalAdapter as d, EN_LOCALE as f, timeGuard as i, calendarManager as l, LocaleManager as m, TimeGuard as n, PluginManager as o, ES_LOCALE as p, TimeRange as r, CalendarManager as s, DurationResult as t, DateFormatter as u };
|
package/dist/locales/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const require_locales = require("../locales-
|
|
3
|
+
const require_locales = require("../locales-CGdn0DJN.cjs");
|
|
4
4
|
exports.ALL_LOCALES = require_locales.ALL_LOCALES;
|
|
5
5
|
exports.LOCALES_COUNT = require_locales.LOCALES_COUNT;
|
|
6
6
|
exports.getAvailableLocales = require_locales.getAvailableLocales;
|
package/dist/locales/index.es.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
2
|
-
import { i as registerAllLocales, n as LOCALES_COUNT, r as getAvailableLocales, t as ALL_LOCALES } from "../locales-
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
|
+
import { i as registerAllLocales, n as LOCALES_COUNT, r as getAvailableLocales, t as ALL_LOCALES } from "../locales-BUE_aq8K.js";
|
|
3
3
|
export { ALL_LOCALES, LOCALES_COUNT, getAvailableLocales, registerAllLocales };
|
package/dist/native/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const require_core = require("../core-
|
|
4
|
-
const require_locales = require("../locales-
|
|
3
|
+
const require_core = require("../core-BIDjudpO.cjs");
|
|
4
|
+
const require_locales = require("../locales-CGdn0DJN.cjs");
|
|
5
5
|
const require_calendars_index = require("../calendars/index.cjs");
|
|
6
6
|
const require_plugins_relative_time = require("../plugins/relative-time.cjs");
|
|
7
7
|
const require_plugins_duration = require("../plugins/duration.cjs");
|
package/dist/native/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
2
|
-
import { a as version, c as GregorianCalendar, d as TemporalAdapter, f as EN_LOCALE, i as timeGuard, l as calendarManager, m as LocaleManager, n as TimeGuard, o as PluginManager, p as ES_LOCALE, r as TimeRange, s as CalendarManager, t as DurationResult, u as DateFormatter } from "../core-
|
|
3
|
-
import { i as registerAllLocales, n as LOCALES_COUNT, r as getAvailableLocales, t as ALL_LOCALES } from "../locales-
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
|
+
import { a as version, c as GregorianCalendar, d as TemporalAdapter, f as EN_LOCALE, i as timeGuard, l as calendarManager, m as LocaleManager, n as TimeGuard, o as PluginManager, p as ES_LOCALE, r as TimeRange, s as CalendarManager, t as DurationResult, u as DateFormatter } from "../core-DWPXk3rz.js";
|
|
3
|
+
import { i as registerAllLocales, n as LOCALES_COUNT, r as getAvailableLocales, t as ALL_LOCALES } from "../locales-BUE_aq8K.js";
|
|
4
4
|
import { BuddhistCalendar, ChineseCalendar, HebrewCalendar, IslamicCalendar, JapaneseCalendar } from "../calendars/index.es.js";
|
|
5
5
|
import relative_time_default, { RelativeTimePlugin } from "../plugins/relative-time.es.js";
|
|
6
6
|
import durationPlugin, { Duration, DurationPlugin } from "../plugins/duration.es.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
Object.defineProperties(exports, {
|
|
3
3
|
__esModule: { value: true },
|
|
4
4
|
[Symbol.toStringTag]: { value: "Module" }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
//#region src/plugins/advanced-format/index.ts
|
|
3
3
|
var AdvancedFormatPlugin = class {
|
|
4
4
|
name = "advanced-format";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
Object.defineProperties(exports, {
|
|
3
3
|
__esModule: { value: true },
|
|
4
4
|
[Symbol.toStringTag]: { value: "Module" }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
//#region src/plugins/duration/index.ts
|
|
3
3
|
/**
|
|
4
4
|
* Duration class - represents time span following ISO 8601 standard
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
Object.defineProperties(exports, {
|
|
3
3
|
__esModule: { value: true },
|
|
4
4
|
[Symbol.toStringTag]: { value: "Module" }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
//#region src/plugins/relative-time/index.ts
|
|
3
3
|
var DEFAULT_THRESHOLDS = [
|
|
4
4
|
{
|
package/dist/qwik/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const require_core = require("../core-
|
|
3
|
+
const require_core = require("../core-BIDjudpO.cjs");
|
|
4
4
|
let _builder_io_qwik = require("@builder.io/qwik");
|
|
5
5
|
//#region src/qwik.ts
|
|
6
6
|
/**
|
package/dist/qwik/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
2
|
-
import { n as TimeGuard, r as TimeRange } from "../core-
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
|
+
import { n as TimeGuard, r as TimeRange } from "../core-DWPXk3rz.js";
|
|
3
3
|
import { useSignal, useTask$, useVisibleTask$ } from "@builder.io/qwik";
|
|
4
4
|
//#region src/qwik.ts
|
|
5
5
|
/**
|
package/dist/react/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const require_chunk = require("../chunk-
|
|
4
|
-
const require_core = require("../core-
|
|
3
|
+
const require_chunk = require("../chunk-S8Y6Ng9i.cjs");
|
|
4
|
+
const require_core = require("../core-BIDjudpO.cjs");
|
|
5
5
|
let react = require("react");
|
|
6
6
|
react = require_chunk.__toESM(react, 1);
|
|
7
7
|
//#region src/react.ts
|
package/dist/react/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
2
|
-
import { n as TimeGuard, r as TimeRange } from "../core-
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
|
+
import { n as TimeGuard, r as TimeRange } from "../core-DWPXk3rz.js";
|
|
3
3
|
import React, { createContext, useContext, useEffect, useState } from "react";
|
|
4
4
|
//#region src/react.ts
|
|
5
5
|
/**
|
package/dist/solid/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const require_core = require("../core-
|
|
3
|
+
const require_core = require("../core-BIDjudpO.cjs");
|
|
4
4
|
let solid_js = require("solid-js");
|
|
5
5
|
//#region src/solid.ts
|
|
6
6
|
/**
|
package/dist/solid/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
2
|
-
import { n as TimeGuard, r as TimeRange } from "../core-
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
|
+
import { n as TimeGuard, r as TimeRange } from "../core-DWPXk3rz.js";
|
|
3
3
|
import { createEffect, createSignal, onCleanup } from "solid-js";
|
|
4
4
|
//#region src/solid.ts
|
|
5
5
|
/**
|
package/dist/svelte/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const require_core = require("../core-
|
|
3
|
+
const require_core = require("../core-BIDjudpO.cjs");
|
|
4
4
|
Array.isArray;
|
|
5
5
|
Array.prototype.indexOf;
|
|
6
6
|
Array.prototype.includes;
|
package/dist/svelte/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
2
|
-
import { n as TimeGuard, r as TimeRange } from "../core-
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
|
+
import { n as TimeGuard, r as TimeRange } from "../core-DWPXk3rz.js";
|
|
3
3
|
Array.isArray;
|
|
4
4
|
Array.prototype.indexOf;
|
|
5
5
|
Array.prototype.includes;
|
package/dist/time-guard.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const require_chunk = require("./chunk-
|
|
4
|
-
const require_core = require("./core-
|
|
5
|
-
const require_locales = require("./locales-
|
|
3
|
+
const require_chunk = require("./chunk-S8Y6Ng9i.cjs");
|
|
4
|
+
const require_core = require("./core-BIDjudpO.cjs");
|
|
5
|
+
const require_locales = require("./locales-CGdn0DJN.cjs");
|
|
6
6
|
const require_calendars_index = require("./calendars/index.cjs");
|
|
7
7
|
const require_plugins_relative_time = require("./plugins/relative-time.cjs");
|
|
8
8
|
const require_plugins_duration = require("./plugins/duration.cjs");
|
package/dist/time-guard.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
2
|
-
import { a as version, c as GregorianCalendar, d as TemporalAdapter, f as EN_LOCALE, i as timeGuard, l as calendarManager, m as LocaleManager, n as TimeGuard, o as PluginManager, p as ES_LOCALE, r as TimeRange, s as CalendarManager, t as DurationResult, u as DateFormatter } from "./core-
|
|
3
|
-
import { i as registerAllLocales, n as LOCALES_COUNT, r as getAvailableLocales, t as ALL_LOCALES } from "./locales-
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
|
+
import { a as version, c as GregorianCalendar, d as TemporalAdapter, f as EN_LOCALE, i as timeGuard, l as calendarManager, m as LocaleManager, n as TimeGuard, o as PluginManager, p as ES_LOCALE, r as TimeRange, s as CalendarManager, t as DurationResult, u as DateFormatter } from "./core-DWPXk3rz.js";
|
|
3
|
+
import { i as registerAllLocales, n as LOCALES_COUNT, r as getAvailableLocales, t as ALL_LOCALES } from "./locales-BUE_aq8K.js";
|
|
4
4
|
import { BuddhistCalendar, ChineseCalendar, HebrewCalendar, IslamicCalendar, JapaneseCalendar } from "./calendars/index.es.js";
|
|
5
5
|
import relative_time_default, { RelativeTimePlugin } from "./plugins/relative-time.es.js";
|
|
6
6
|
import durationPlugin, { Duration, DurationPlugin } from "./plugins/duration.es.js";
|
package/dist/time-guard.iife.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
var BereasoftTimeGuard = (function(exports) {
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
//#region \0rolldown/runtime.js
|
|
@@ -13501,7 +13501,7 @@ var BereasoftTimeGuard = (function(exports) {
|
|
|
13501
13501
|
return new TimeGuard(input, config);
|
|
13502
13502
|
}
|
|
13503
13503
|
/** The current version of TimeGuard */
|
|
13504
|
-
var version = "2.7.
|
|
13504
|
+
var version = "2.7.2";
|
|
13505
13505
|
//#endregion
|
|
13506
13506
|
//#region src/index.ts
|
|
13507
13507
|
/**
|
package/dist/time-guard.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
(function(global, factory) {
|
|
3
3
|
typeof exports === "object" && typeof module !== "undefined" ? factory(exports) : typeof define === "function" && define.amd ? define(["exports"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.BereasoftTimeGuard = {}));
|
|
4
4
|
})(this, function(exports) {
|
|
@@ -13503,7 +13503,7 @@
|
|
|
13503
13503
|
return new TimeGuard(input, config);
|
|
13504
13504
|
}
|
|
13505
13505
|
/** The current version of TimeGuard */
|
|
13506
|
-
var version = "2.7.
|
|
13506
|
+
var version = "2.7.2";
|
|
13507
13507
|
//#endregion
|
|
13508
13508
|
//#region src/index.ts
|
|
13509
13509
|
/**
|
package/dist/vue/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const require_core = require("../core-
|
|
3
|
+
const require_core = require("../core-BIDjudpO.cjs");
|
|
4
4
|
let vue = require("vue");
|
|
5
5
|
//#region src/vue.ts
|
|
6
6
|
/**
|
package/dist/vue/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/*! time-guard v2.7.
|
|
2
|
-
import { n as TimeGuard } from "../core-
|
|
1
|
+
/*! time-guard v2.7.2 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
|
|
2
|
+
import { n as TimeGuard } from "../core-DWPXk3rz.js";
|
|
3
3
|
import { inject, onUnmounted, ref, watch } from "vue";
|
|
4
4
|
//#region src/vue.ts
|
|
5
5
|
/**
|