@crediblemark/buayar 0.2.1 → 0.3.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@crediblemark/buayar",
3
- "version": "0.2.1",
4
- "description": "Unified Payment Gateway SDK for Node.js and TypeScript supporting multiple providers",
3
+ "version": "0.3.1",
4
+ "description": "Unified Payment Gateway SDK for Node.js & TypeScript 19 providers (Midtrans, Xendit, Duitku, Stripe, PayPal, Adyen, Razorpay, Square, Checkout.com, PayU, Braintree, 2Checkout, DOKU, iPaymu, PrismaLink, Faspay, Finpay, Nicepay, OY!) with zero-code switching via .env",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
7
7
  "types": "./dist/index.d.ts",
@@ -13,11 +13,51 @@
13
13
  },
14
14
  "./package.json": "./package.json"
15
15
  },
16
+ "keywords": [
17
+ "payment-gateway",
18
+ "payment",
19
+ "sdk",
20
+ "unified-payment",
21
+ "midtrans",
22
+ "xendit",
23
+ "duitku",
24
+ "stripe",
25
+ "paypal",
26
+ "adyen",
27
+ "razorpay",
28
+ "square",
29
+ "checkout.com",
30
+ "payu",
31
+ "braintree",
32
+ "2checkout",
33
+ "doku",
34
+ "ipaymu",
35
+ "prismalink",
36
+ "faspay",
37
+ "finpay",
38
+ "nicepay",
39
+ "oy-indonesia",
40
+ "virtual-account",
41
+ "qris",
42
+ "ewallet",
43
+ "webhook",
44
+ "typescript",
45
+ "nodejs",
46
+ "indonesia",
47
+ "payment-indonesia",
48
+ "zero-code",
49
+ "pg-switcher",
50
+ "buayar"
51
+ ],
16
52
  "files": [
17
53
  "dist",
18
54
  "package.json",
19
55
  "README.md"
20
56
  ],
57
+ "homepage": "https://github.com/crediblemark-official/Buayar#readme",
58
+ "bugs": {
59
+ "url": "https://github.com/crediblemark-official/Buayar/issues"
60
+ },
21
61
  "repository": {
22
62
  "type": "git",
23
63
  "url": "https://github.com/crediblemark-official/Buayar.git"
@@ -37,3 +77,4 @@
37
77
  "typescript": "^5.9.3"
38
78
  }
39
79
  }
80
+