nhb-toolbox 4.11.7-alpha.6 → 4.12.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.
- package/README.md +6 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,13 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
<p>
|
|
6
6
|
<a href="https://www.npmjs.com/package/nhb-toolbox" aria-label="Downloads">
|
|
7
|
-
<img src="https://img.shields.io/npm/dm/nhb-toolbox.svg?label=downloads&style=for-the-badge&color=red" alt="Downloads" />
|
|
7
|
+
<img src="https://img.shields.io/npm/dm/nhb-toolbox.svg?label=downloads&style=for-the-badge&color=red&logo=npm" alt="Downloads" />
|
|
8
8
|
</a>
|
|
9
9
|
<a href="https://www.npmjs.com/package/nhb-toolbox" aria-label="Version">
|
|
10
|
-
<img src="https://img.shields.io/npm/v/nhb-toolbox.svg?style=for-the-badge&color=teal" alt="Version" />
|
|
10
|
+
<img src="https://img.shields.io/npm/v/nhb-toolbox.svg?style=for-the-badge&color=teal&logo=npm" alt="Latest Version" />
|
|
11
|
+
</a>
|
|
12
|
+
<a href="https://bundlephobia.com/result?p=nhb-toolbox" aria-label="Bundle size">
|
|
13
|
+
<img src="https://img.shields.io/bundlephobia/minzip/nhb-toolbox?style=for-the-badge&color=purple&label=size&logo=nodedotjs" alt="Bundle Size" />
|
|
11
14
|
</a>
|
|
12
15
|
<a href="https://www.npmjs.com/package/nhb-toolbox" aria-label="License">
|
|
13
|
-
<img src="https://img.shields.io/npm/l/nhb-toolbox.svg?label=license&style=for-the-badge&color=orange" alt="License" />
|
|
16
|
+
<img src="https://img.shields.io/npm/l/nhb-toolbox.svg?label=license&style=for-the-badge&color=orange&logo=open-source-initiative" alt="License" />
|
|
14
17
|
</a>
|
|
15
18
|
</p>
|
|
16
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nhb-toolbox",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.12.0",
|
|
4
4
|
"description": "A versatile collection of smart, efficient, and reusable utility functions and classes for everyday development needs.",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|