@mercurjs/payment-stripe-connect 1.4.3 → 1.4.5

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.
@@ -10,11 +10,13 @@ const formModule = { customFields: {} };
10
10
  const displayModule = {
11
11
  displays: {}
12
12
  };
13
+ const i18nModule = { resources: {} };
13
14
  const plugin = {
14
15
  widgetModule,
15
16
  routeModule,
16
17
  menuItemModule,
17
18
  formModule,
18
- displayModule
19
+ displayModule,
20
+ i18nModule
19
21
  };
20
22
  module.exports = plugin;
@@ -9,12 +9,14 @@ const formModule = { customFields: {} };
9
9
  const displayModule = {
10
10
  displays: {}
11
11
  };
12
+ const i18nModule = { resources: {} };
12
13
  const plugin = {
13
14
  widgetModule,
14
15
  routeModule,
15
16
  menuItemModule,
16
17
  formModule,
17
- displayModule
18
+ displayModule,
19
+ i18nModule
18
20
  };
19
21
  export {
20
22
  plugin as default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/payment-stripe-connect",
3
- "version": "1.4.3",
3
+ "version": "1.4.5",
4
4
  "author": "MercurJS <hello@mercurjs.com> (https://mercurjs.com)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,25 +35,19 @@
35
35
  "prepublishOnly": "medusa plugin:build"
36
36
  },
37
37
  "devDependencies": {
38
- "@medusajs/admin-sdk": "2.10.2",
39
- "@medusajs/cli": "2.10.2",
40
- "@medusajs/framework": "2.10.2",
41
- "@medusajs/icons": "2.10.2",
42
- "@medusajs/medusa": "2.10.2",
43
- "@medusajs/test-utils": "2.10.2",
38
+ "@medusajs/index": "2.11.3",
39
+ "@medusajs/admin-sdk": "2.11.3",
40
+ "@medusajs/cli": "2.11.3",
41
+ "@medusajs/framework": "2.11.3",
42
+ "@medusajs/icons": "2.11.3",
43
+ "@medusajs/medusa": "2.11.3",
44
+ "@medusajs/test-utils": "2.11.3",
44
45
  "@medusajs/ui": "4.0.25",
45
46
  "@mercurjs/framework": "*",
46
- "@mikro-orm/cli": "6.4.3",
47
- "@mikro-orm/core": "6.4.3",
48
- "@mikro-orm/knex": "6.4.3",
49
- "@mikro-orm/migrations": "6.4.3",
50
- "@mikro-orm/postgresql": "6.4.3",
51
47
  "@swc/core": "1.5.7",
52
48
  "@types/node": "^20.0.0",
53
49
  "@types/react": "^18.3.2",
54
50
  "@types/react-dom": "^18.2.25",
55
- "awilix": "^8.0.1",
56
- "pg": "^8.13.0",
57
51
  "prop-types": "^15.8.1",
58
52
  "react": "^18.2.0",
59
53
  "react-dom": "^18.2.0",
@@ -62,21 +56,14 @@
62
56
  "vite": "^5.2.11"
63
57
  },
64
58
  "peerDependencies": {
65
- "@medusajs/admin-sdk": "2.10.2",
66
- "@medusajs/cli": "2.10.2",
67
- "@medusajs/framework": "2.10.2",
68
- "@medusajs/icons": "2.10.2",
69
- "@medusajs/medusa": "2.10.2",
70
- "@medusajs/test-utils": "2.10.2",
59
+ "@medusajs/admin-sdk": "2.11.3",
60
+ "@medusajs/cli": "2.11.3",
61
+ "@medusajs/framework": "2.11.3",
62
+ "@medusajs/icons": "2.11.3",
63
+ "@medusajs/medusa": "2.11.3",
64
+ "@medusajs/test-utils": "2.11.3",
71
65
  "@medusajs/ui": "4.0.25",
72
66
  "@mercurjs/framework": "*",
73
- "@mikro-orm/cli": "6.4.3",
74
- "@mikro-orm/core": "6.4.3",
75
- "@mikro-orm/knex": "6.4.3",
76
- "@mikro-orm/migrations": "6.4.3",
77
- "@mikro-orm/postgresql": "6.4.3",
78
- "awilix": "^8.0.1",
79
- "pg": "^8.13.0",
80
67
  "stripe": "^17.4.0"
81
68
  },
82
69
  "engines": {