@rzl-zone/utils-js 3.2.3-beta.0 → 3.2.5-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 +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,7 +50,7 @@ Provides reusable helpers to simplify your JavaScript / TypeScript projects.<br/
50
50
  - ❤️ [Sponsor](#sponsor-this-package)
51
51
  - 📜 [Changelog](#changelog)
52
52
  - 🤝 [Contributing](#contributing)
53
- - 🛡 [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)
54
54
  - 🙌 [Credits](#credits)
55
55
  - 📄 [License](#license)
56
56
 
@@ -58,7 +58,7 @@ Provides reusable helpers to simplify your JavaScript / TypeScript projects.<br/
58
58
 
59
59
  <h2 id="requirements">💻 Requirements</h2>
60
60
 
61
- - **Node.js `≥ 16.0.0` or `≥ 18.17.0`**
61
+ - **Node.js `≥16.0.0` or `≥18.17.0`**
62
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.
63
63
  - 🔗 See official Next.js documentation:
64
64
  <a href="https://nextjs.org/docs/getting-started/installation#system-requirements" target="_blank" rel="nofollow noreferrer noopener">NextJS Installation Requirements</a>
@@ -218,7 +218,9 @@ See [CONTRIBUTING](CONTRIBUTING.md).
218
218
 
219
219
  ---
220
220
 
221
- <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>
222
224
 
223
225
  Please report issues to [rizalvindwiky1998@gmail.com](mailto:rizalvindwiky1998@gmail.com).
224
226
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rzl-zone/utils-js",
3
- "version": "3.2.3-beta.0",
3
+ "version": "3.2.5-beta.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engineStrict": true,