fitsms 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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # FitSMS Node.js SDK
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/fitsms.svg)](https://www.npmjs.com/package/fitsms)
4
- [![license](https://img.shields.io/npm/l/fitsms.svg)](https://github.com/yourusername/fitsms)
5
- [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/yourusername/fitsms/pulls)
4
+ [![license](https://img.shields.io/npm/l/fitsms.svg)](https://github.com/Global-Cloud-Media-Pvt-Ltd/fitsms-nodejs-sdk)
5
+ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Global-Cloud-Media-Pvt-Ltd/fitsms-nodejs-sdk/pulls)
6
6
 
7
7
  A high-performance, Promise-based Node.js wrapper for the [FitSMS.lk](https://fitsms.lk) API. This SDK provides a clean interface for sending SMS, checking delivery status, and managing account balances.
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fitsms",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "The official-style Node.js SDK for the FitSMS.lk gateway.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -19,4 +19,4 @@
19
19
  "dependencies": {
20
20
  "axios": "^1.6.0"
21
21
  }
22
- }
22
+ }