@hyperfrontend/time-utils 0.0.3 → 0.0.4

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.4](https://github.com/AndrewRedican/hyperfrontend/compare/lib-time-utils@0.0.3...lib-time-utils@0.0.4) (2026-03-08)
6
+
5
7
  ## [0.0.3](https://github.com/AndrewRedican/hyperfrontend/compare/lib-time-utils@0.0.2...lib-time-utils@0.0.3) (2026-03-02)
6
8
 
7
9
 
package/README.md CHANGED
@@ -10,6 +10,9 @@
10
10
  <a href="https://www.npmjs.com/package/@hyperfrontend/time-utils">
11
11
  <img src="https://img.shields.io/npm/v/@hyperfrontend/time-utils?style=flat-square" alt="npm version">
12
12
  </a>
13
+ <a href="https://bundlephobia.com/package/@hyperfrontend/time-utils">
14
+ <img src="https://img.shields.io/bundlephobia/min/%40hyperfrontend%2Ftime-utils?style=flat-square" alt="npm bundle size">
15
+ </a>
13
16
  </p>
14
17
  <p align="center">
15
18
  <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
@@ -224,8 +227,6 @@ cleanup()
224
227
  | IIFE | `bundle/index.iife.min.js` | ❌ |
225
228
  | UMD | `bundle/index.umd.min.js` | ❌ |
226
229
 
227
- **Bundle size:** 1 KB (minified, self-contained)
228
-
229
230
  ### CDN Usage
230
231
 
231
232
  ```html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperfrontend/time-utils",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Functional time utilities for async operations, intervals, and time normalization.",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,