@rzl-zone/utils-js 3.2.2-beta.0 → 3.2.4-beta.0

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.
Files changed (2) hide show
  1. package/README.md +32 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,18 +6,34 @@
6
6
  🚀 <strong>Rzl Utility JavaScript</strong> 🚀<br/>
7
7
  A lightweight, modern TypeScript utility library for Node.js & browser (via bundlers like Webpack/Vite).<br/>
8
8
  Provides reusable helpers to simplify your JavaScript / TypeScript projects.<br/>
9
- <strong>Built with ❤️ by <a href="https://github.com/rzl-app">@rzl-app</a>.</strong>
9
+ <strong>Built with ❤️ by <a href="https://github.com/rzl-app" target="_blank" rel="nofollow noreferrer noopener">@rzl-app</a>.</strong>
10
10
  </p>
11
11
 
12
12
  <div align="center">
13
13
 
14
- [![Latest Version on NPM](https://img.shields.io/npm/v/@rzl-zone/utils-js?color=blue&style=flat-rounded)](https://npmjs.com/package/@rzl-zone/utils-js)
15
- [![downloads](https://img.shields.io/npm/dt/@rzl-zone/utils-js?style=flat-rounded)](https://npmjs.com/package/@rzl-zone/utils-js)
16
- [![Node.js](https://img.shields.io/badge/node-≥16.0.0%20%7C%20≥18.17.0-blue.svg?logo=node.js&style=flat-rounded)](https://nodejs.org/en/)
17
- [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/rzl-zone/utils-js/blob/main/CONTRIBUTING.md)
18
- [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/rzl-zone/utils-js/blob/main/LICENSE.md)
19
- [![GitHub](https://img.shields.io/badge/GitHub-rzl--zone%2Futils--js-181717?logo=github)](https://github.com/rzl-zone/utils-js)
20
- [![Repo on GitHub](https://img.shields.io/badge/Repo-on%20GitHub-181717?logo=github&style=flat-rounded)](https://github.com/rzl-app)
14
+ <p>
15
+ <a href="https://npmjs.com/package/@rzl-zone/utils-js" target="_blank" rel="nofollow noreferrer noopener">
16
+ <img src="https://img.shields.io/npm/v/@rzl-zone/utils-js?color=blue&style=flat-rounded" alt="Latest Version on NPM" data-canonical-src="https://img.shields.io/npm/v/@rzl-zone/utils-js?color=blue&amp;style=flat-rounded">
17
+ </a>
18
+ <a href="https://npmjs.com/package/@rzl-zone/utils-js" target="_blank" rel="nofollow noreferrer noopener">
19
+ <img src="https://img.shields.io/npm/dt/@rzl-zone/utils-js?style=flat-rounded" alt="Downloads">
20
+ </a>
21
+ <a href="https://nodejs.org/en/" target="_blank" rel="nofollow noreferrer noopener">
22
+ <img src="https://img.shields.io/badge/node-≥16.0.0%20%7C%20≥18.17.0-blue.svg?logo=node.js&style=flat-rounded" alt="Node.js">
23
+ </a>
24
+ <a href="https://github.com/rzl-zone/utils-js/blob/main/CONTRIBUTING.md" target="_blank" rel="nofollow noreferrer noopener">
25
+ <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome">
26
+ </a>
27
+ <a href="https://github.com/rzl-zone/utils-js/blob/main/LICENSE.md" target="_blank" rel="nofollow noreferrer noopener">
28
+ <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license">
29
+ </a>
30
+ <a href="https://github.com/rzl-zone/utils-js" target="_blank" rel="nofollow noreferrer noopener">
31
+ <img src="https://img.shields.io/badge/GitHub-rzl--zone%2Futils--js-181717?logo=github" alt="GitHub">
32
+ </a>
33
+ <a href="https://github.com/rzl-app" target="_blank" rel="nofollow noreferrer noopener">
34
+ <img src="https://img.shields.io/badge/Repo-on%20GitHub-181717?logo=github&style=flat-rounded" alt="Repo on GitHub">
35
+ </a>
36
+ </p>
21
37
 
22
38
  </div>
23
39
 
@@ -34,7 +50,7 @@ Provides reusable helpers to simplify your JavaScript / TypeScript projects.<br/
34
50
  - ❤️ [Sponsor](#sponsor-this-package)
35
51
  - 📜 [Changelog](#changelog)
36
52
  - 🤝 [Contributing](#contributing)
37
- - 🛡 [Security](#security)
53
+ - <svg width="20" height="16" viewBox="0 0 500 500" fill="#0066ffff" xmlns="http://www.w3.org/2000/svg"><path d="M466.5 83.7L266.5 15.7c-6.4-2.1-13.5-2.1-19.9 0l-200 68c-9.4 3.2-15.7 12-15.7 22.1V256c0 120.9 83.7 230.2 200 256 116.3-25.8 200-135.1 200-256V105.8c0-10.1-6.3-18.9-15.7-22.1z"/></svg> [Security](#security)
38
54
  - 🙌 [Credits](#credits)
39
55
  - 📄 [License](#license)
40
56
 
@@ -42,9 +58,10 @@ Provides reusable helpers to simplify your JavaScript / TypeScript projects.<br/
42
58
 
43
59
  <h2 id="requirements">💻 Requirements</h2>
44
60
 
45
- - **Node.js `≥ 16.0.0` or `≥ 18.17.0`**
61
+ - **Node.js `≥16.0.0` or `≥18.17.0`**
46
62
  This package leverages modern JavaScript & TypeScript features that require Node.js version 16.0.0 if not using Next.js, and for Next.js it must follow the official minimum Node.js version requirement depending on the version you use.
47
- - 🔗 See official Next.js documentation: [NextJS Installation Requirements](https://nextjs.org/docs/getting-started/installation#system-requirements).
63
+ - 🔗 See official Next.js documentation:
64
+ <a href="https://nextjs.org/docs/getting-started/installation#system-requirements" target="_blank" rel="nofollow noreferrer noopener">NextJS Installation Requirements</a>
48
65
 
49
66
  - Works with:
50
67
  - ✅ Node.js (16.0.0+) - Without NextJS
@@ -110,7 +127,7 @@ This package also provides utilities specially built for Next.js environments, n
110
127
 
111
128
  <h2 id="detailed-features">💎 Detailed Features</h2>
112
129
 
113
- ### Full documentation [Rzl UtilsJS](https://docs-rzl-utils-js.vercel.app/) is **currently under construction** 🏗️.
130
+ ### Full documentation <a href="https://docs-rzl-utils-js.vercel.app" target="_blank" rel="nofollow noreferrer noopener">Rzl UtilsJS</a> is **currently under construction** 🏗️.
114
131
  #### For now, explore the examples or dive into the source — all utilities are documented via **TSDoc** and typed properly.
115
132
 
116
133
  ```ts
@@ -201,7 +218,9 @@ See [CONTRIBUTING](CONTRIBUTING.md).
201
218
 
202
219
  ---
203
220
 
204
- <h2 id="security">🛡 Security</h2>
221
+ <h2 id="security"><svg width="20" height="20" viewBox="0 0 512 512" fill="#0066ffff" xmlns="http://www.w3.org/2000/svg">
222
+ <path d="M466.5 83.7L266.5 15.7c-6.4-2.1-13.5-2.1-19.9 0l-200 68c-9.4 3.2-15.7 12-15.7 22.1V256c0 120.9 83.7 230.2 200 256 116.3-25.8 200-135.1 200-256V105.8c0-10.1-6.3-18.9-15.7-22.1z"/>
223
+ </svg> Security</h2>
205
224
 
206
225
  Please report issues to [rizalvindwiky1998@gmail.com](mailto:rizalvindwiky1998@gmail.com).
207
226
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rzl-zone/utils-js",
3
- "version": "3.2.2-beta.0",
3
+ "version": "3.2.4-beta.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engineStrict": true,