@strav/payment 1.0.0-alpha.35 → 1.0.0-alpha.38
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strav/payment",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.38",
|
|
4
4
|
"description": "Strav payment module — provider-agnostic payment abstraction. Normalized DTOs, multi-provider routing, ledger schema, webhook dispatcher, Cashier-style Billable mixin. Stripe and Omise drivers ship as subpath imports (`@strav/payment/stripe`, `@strav/payment/omise`). Paddle support comes in a later release.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.ts",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@strav/database": "1.0.0-alpha.
|
|
25
|
-
"@strav/http": "1.0.0-alpha.
|
|
26
|
-
"@strav/kernel": "1.0.0-alpha.
|
|
24
|
+
"@strav/database": "1.0.0-alpha.38",
|
|
25
|
+
"@strav/http": "1.0.0-alpha.38",
|
|
26
|
+
"@strav/kernel": "1.0.0-alpha.38",
|
|
27
27
|
"stripe": "^18.0.0",
|
|
28
28
|
"omise": "^0.12.0"
|
|
29
29
|
},
|