wabe 0.5.14 → 0.5.15

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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1283,7 +1283,7 @@ export interface PaymentAdapter {
1283
1283
  validateWebhook: (options: ValidateWebhookOptions) => Promise<ValidateWebhookOutput>;
1284
1284
  }
1285
1285
  declare class PaymentController implements PaymentAdapter {
1286
- private adapter;
1286
+ adapter: PaymentAdapter;
1287
1287
  private config;
1288
1288
  constructor(paymentConfig: PaymentConfig);
1289
1289
  deleteCoupon(options: DeleteCouponOptions): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wabe",
3
- "version": "0.5.14",
3
+ "version": "0.5.15",
4
4
  "description": "Your backend in minutes not days",
5
5
  "homepage": "https://wabe.dev",
6
6
  "author": {