lidformatter 1.0.0 → 1.0.1

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 +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,11 @@
1
1
  <p align="center">
2
- <img src="https://img.shields.io/badge/Node%20js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white" alt="Node.js">
3
- <img src="https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white" alt="NPM">
2
+ <img src="https://img.shields.io/badge/Node%20js-%3E%3D20.0.0-339933?style=for-the-badge&logo=nodedotjs&logoColor=white" alt="Node.js">
3
+ <img src="https://img.shields.io/npm/v/lidformatter?style=for-the-badge&color=cb3837&logo=npm" alt="NPM Version">
4
4
  <img src="https://img.shields.io/badge/MIT-green?style=for-the-badge" alt="License">
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
- <img src="https://img.shields.io/npm/dependency-version/lidformatter/dev/node?style=flat-square&color=339933" alt="Node Engine">
9
- <img src="https://img.shields.io/npm/dt/lidformatter?style=flat-square&color=007ec6" alt="NPM Total Downloads">
8
+ <img src="https://img.shields.io/npm/dm/lidformatter?style=flat-square&color=007ec6" alt="NPM Downloads per Month">
10
9
  </p>
11
10
 
12
11
  ### Installing Modules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lidformatter",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Helper to format and convert WhatsApp LID to JID for Baileys library",
5
5
  "main": "index.js",
6
6
  "type": "module",