@mercurjs/payout-stripe-connect 2.0.0 → 2.0.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as _mercurjs_types from '@mercurjs/types';
1
+ import * as _medusajs_types from '@medusajs/types';
2
2
 
3
3
  interface StripeConnectAccountValidationOptions {
4
4
  /**
@@ -37,6 +37,6 @@ interface StripeConnectOptions {
37
37
  accountValidation?: StripeConnectAccountValidationOptions;
38
38
  }
39
39
 
40
- declare const _default: _mercurjs_types.ModuleProviderExports;
40
+ declare const _default: _medusajs_types.ModuleProviderExports;
41
41
 
42
42
  export { type StripeConnectAccountValidationOptions, type StripeConnectOptions, _default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/payout-stripe-connect",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Stripe Connect payment provider for Mercur",
5
5
  "private": false,
6
6
  "type": "module",