fitsms 1.0.0 → 1.0.2
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ const sms = new FitSMS("YOUR_BEARER_TOKEN", "The Change");
|
|
|
44
44
|
```js
|
|
45
45
|
async function sendAlert() {
|
|
46
46
|
try {
|
|
47
|
-
const recipients = ["
|
|
47
|
+
const recipients = ["94XXXXXXXXX", "94XXXXXXXX"];
|
|
48
48
|
|
|
49
49
|
const response = await sms.send(
|
|
50
50
|
recipients,
|
|
@@ -103,4 +103,4 @@ Contributions, issues, and feature requests are welcome!
|
|
|
103
103
|
|
|
104
104
|
## 👨💻 Maintainer
|
|
105
105
|
|
|
106
|
-
Maintained by
|
|
106
|
+
Maintained by [Global Cloud Media (pvt) Ltd.](https://globalcloudmedia.lk)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fitsms",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
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
|
+
}
|