@ariary/ariary 2.0.1 → 2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -5
package/README.md CHANGED
@@ -22,7 +22,7 @@ Ariari.config({
22
22
  ## Utilisation
23
23
 
24
24
  ```typescript
25
- // Paie
25
+ // Pay
26
26
  await Ariari.payment.create({ code: 'PAY-123', amount: 5000 });
27
27
  await Ariari.payment.getAll();
28
28
  await Ariari.payment.getById(paymentId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ariary/ariary",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "SDK officiel pour l'API de paiement Ariary",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -38,10 +38,8 @@
38
38
  },
39
39
  "keywords": [
40
40
  "ariary",
41
- "payment",
42
- "sms",
43
- "transfer",
44
- "api"
41
+ "pay",
42
+ "notifications"
45
43
  ],
46
44
  "author": "Ariary",
47
45
  "license": "ISC",