@andrew_l/toolkit 0.2.17 → 0.2.19

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 +9 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Toolkit
2
2
 
3
- ![license](https://img.shields.io/npm/l/%40andrew_l%2Ftoolkit)
4
- ![npm version](https://img.shields.io/npm/v/%40andrew_l%2Ftoolkit)
5
- ![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Ftoolkit)
3
+ [![npm version][npm-version-src]][npm-version-href]
4
+ ![license][license-src]
5
+ [![bundle][bundle-src]][bundle-href]
6
6
 
7
7
  A personal collection of utility JavaScript functions that have been developed and refined over the years. This toolkit contains a variety of helper functions aimed at making everyday JavaScript tasks easier, more efficient, and maintainable.
8
8
 
@@ -22,3 +22,9 @@ A personal collection of utility JavaScript functions that have been developed a
22
22
  - Telegram Web
23
23
  - Me
24
24
  - And others
25
+
26
+ [npm-version-src]: https://img.shields.io/npm/v/@andrew_l/toolkit?style=flat
27
+ [npm-version-href]: https://npmjs.com/package/@andrew_l/toolkit
28
+ [bundle-src]: https://img.shields.io/bundlephobia/min/@andrew_l/toolkit?style=flat
29
+ [bundle-href]: https://bundlephobia.com/result?p=@andrew_l/toolkit
30
+ [license-src]: https://img.shields.io/npm/l/@andrew_l/toolkit?style=flat
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrew_l/toolkit",
3
- "version": "0.2.17",
3
+ "version": "0.2.19",
4
4
  "description": "General utility functions",
5
5
  "license": "MIT",
6
6
  "type": "module",