@t007/utils 0.0.7 → 0.0.8

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 +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  - [Usage](#usage)
21
21
  - [Author](#author)
22
22
  - [Acknowledgments](#acknowledgments)
23
+ - [Star History](#star-history)
23
24
 
24
25
  ---
25
26
 
@@ -97,4 +98,10 @@ await loadResource('https://cdn.example.com/styles.css, 'link');
97
98
 
98
99
  ## Acknowledgments
99
100
 
100
- The invisible backbone of the `@t007` ecosystem. Engineered to make complex DOM operations feel effortless.
101
+ The invisible backbone of the `@t007` ecosystem. Engineered to make complex DOM operations feel effortless.
102
+
103
+ ## Star History
104
+
105
+ If you find this project useful, please consider giving it a star! ⭐
106
+
107
+ [![Star History Chart](https://api.star-history.com/svg?repos=Tobi007-del/t007-tools&type=Date)](https://github.com/Tobi007-del/t007-tools)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t007/utils",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "High-performance, zero-dependency utility functions for the t007 ecosystem.",
5
5
  "author": "Oketade Oluwatobiloba <tobioketade007@gmail.com>",
6
6
  "license": "MIT",