@ariary/notification 3.0.8 → 3.0.9
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/package.json +36 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ariary/notification",
|
|
3
|
-
"version": "3.0.
|
|
4
|
-
"description": "SMS
|
|
3
|
+
"version": "3.0.9",
|
|
4
|
+
"description": "Ariary SMS & Notification SDK (ariari.mg) — Send SMS in Madagascar with automatic phone normalization, bulk messaging, deferred/scheduled sending, delivery tracking, credit estimation. Supports Orange, Airtel, Telma. Multi-instance, TypeScript-first.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -23,7 +23,40 @@
|
|
|
23
23
|
"ariary",
|
|
24
24
|
"sms",
|
|
25
25
|
"notification",
|
|
26
|
-
"
|
|
26
|
+
"bulk-sms",
|
|
27
|
+
"sms-api",
|
|
28
|
+
"sms-gateway",
|
|
29
|
+
"sms-sdk",
|
|
30
|
+
"send-sms",
|
|
31
|
+
"messaging",
|
|
32
|
+
"text-message",
|
|
33
|
+
"madagascar",
|
|
34
|
+
"orange",
|
|
35
|
+
"airtel",
|
|
36
|
+
"telma",
|
|
37
|
+
"scheduled-sms",
|
|
38
|
+
"deferred-sms",
|
|
39
|
+
"delivery-tracking",
|
|
40
|
+
"delivery-status",
|
|
41
|
+
"sms-status",
|
|
42
|
+
"credit-estimation",
|
|
43
|
+
"phone-normalization",
|
|
44
|
+
"bulk-messaging",
|
|
45
|
+
"mass-sms",
|
|
46
|
+
"campaign",
|
|
47
|
+
"marketing-sms",
|
|
48
|
+
"transactional-sms",
|
|
49
|
+
"otp",
|
|
50
|
+
"verification",
|
|
51
|
+
"api",
|
|
52
|
+
"sdk",
|
|
53
|
+
"typescript",
|
|
54
|
+
"nodejs",
|
|
55
|
+
"node",
|
|
56
|
+
"africa",
|
|
57
|
+
"ariary-mg",
|
|
58
|
+
"ariari.mg",
|
|
59
|
+
"notification-service"
|
|
27
60
|
],
|
|
28
61
|
"author": "Ariary",
|
|
29
62
|
"license": "ISC",
|