@ariary/ariary 2.0.2 → 2.0.4
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/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -164,7 +164,9 @@ var Ariari = {
|
|
|
164
164
|
baseUrl: cfg.baseUrl || "https://back.ariari.mg/payment/api-docs"
|
|
165
165
|
};
|
|
166
166
|
},
|
|
167
|
+
// Pay
|
|
167
168
|
payment: paymentService,
|
|
169
|
+
// Notifications
|
|
168
170
|
notification: notificationService
|
|
169
171
|
};
|
|
170
172
|
// Annotate the CommonJS export names for ESM import in node:
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ariary/ariary",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "SDK officiel pour l'API de paiement Ariary",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"splitting": false,
|
|
30
30
|
"sourcemap": false,
|
|
31
31
|
"clean": true,
|
|
32
|
-
"minify": false
|
|
32
|
+
"minify": false,
|
|
33
|
+
"exclude": ["README.md"]
|
|
33
34
|
}
|
|
34
35
|
],
|
|
35
36
|
"scripts": {
|