@rzl-zone/utils-js 3.2.4-beta.0 → 3.2.6-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 +2 -4
  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
- - <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)
53
+ - 🔒 [Security](#security)
54
54
  - 🙌 [Credits](#credits)
55
55
  - 📄 [License](#license)
56
56
 
@@ -218,9 +218,7 @@ See [CONTRIBUTING](CONTRIBUTING.md).
218
218
 
219
219
  ---
220
220
 
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>
221
+ <h2 id="security">🔒 Security</h2>
224
222
 
225
223
  Please report issues to [rizalvindwiky1998@gmail.com](mailto:rizalvindwiky1998@gmail.com).
226
224
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rzl-zone/utils-js",
3
- "version": "3.2.4-beta.0",
3
+ "version": "3.2.6-beta.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engineStrict": true,