nhb-toolbox 4.12.80 → 4.12.81
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 +1 -1
- package/README.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@ All notable changes to the package will be documented here.
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
## [4.12.80] - 2025-07-19
|
|
9
|
+
## [4.12.80-81] - 2025-07-19
|
|
10
10
|
|
|
11
11
|
- **Updated** `convertArrayToString` to accept array of any primitive values.
|
|
12
12
|
- **Fully integrated** with [nhb-scripts](https://www.npmjs.com/package/nhb-scripts/).
|
package/README.md
CHANGED
|
@@ -300,6 +300,12 @@ debounceAction(fetchResults, 300);
|
|
|
300
300
|
</a>
|
|
301
301
|
</div>
|
|
302
302
|
|
|
303
|
+
<div style={{ display: 'flex', alignItems: 'center', gap: '0.5rem' }}>
|
|
304
|
+
<a target="_blank" href="https://www.npmjs.com/package/nhb-express">
|
|
305
|
+
<img src="https://img.shields.io/badge/Express_Server_Scaffolder-nhb--express-orange" alt="nhb-express" />
|
|
306
|
+
</a>
|
|
307
|
+
</div>
|
|
308
|
+
|
|
303
309
|
<div style={{ display: 'flex', alignItems: 'center', gap: '0.5rem' }}>
|
|
304
310
|
<a target="_blank" href="https://www.npmjs.com/package/nhb-anagram-generator">
|
|
305
311
|
<img src="https://img.shields.io/badge/Anagram_Generator-nhb--anagram--generator-teal" alt="nhb-anagram-generator" />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nhb-toolbox",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.81",
|
|
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",
|