@webbers/pay-payments-medusa 1.0.6 → 1.0.8

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@webbers/pay-payments-medusa",
3
3
  "displayName": "Medusa v2 Pay. Plugin",
4
- "version": "1.0.6",
4
+ "version": "1.0.8",
5
5
  "description": "The Pay.nl payment provider plugin for Medusa v2",
6
6
  "author": "Webbers B.V. <development@webbers.com>",
7
7
  "license": "MIT",
@@ -35,26 +35,26 @@
35
35
  "prepublishOnly": "medusa plugin:build"
36
36
  },
37
37
  "devDependencies": {
38
- "@medusajs/admin-sdk": "^2.7.1",
39
- "@medusajs/cli": "^2.7.1",
40
- "@medusajs/framework": "^2.7.1",
41
- "@medusajs/icons": "^2.7.1",
42
- "@medusajs/medusa": "^2.7.1",
43
- "@medusajs/test-utils": "^2.7.1",
44
- "@medusajs/types": "^2.7.1",
45
- "@medusajs/ui": "^4.0.9",
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",
38
+ "@medusajs/admin-sdk": "^2.8.4",
39
+ "@medusajs/cli": "^2.8.4",
40
+ "@medusajs/framework": "^2.8.4",
41
+ "@medusajs/icons": "^2.8.4",
42
+ "@medusajs/medusa": "^2.8.4",
43
+ "@medusajs/test-utils": "^2.8.4",
44
+ "@medusajs/types": "^2.8.4",
45
+ "@medusajs/ui": "^4.0.14",
46
+ "@mikro-orm/cli": "^6.4.16",
47
+ "@mikro-orm/core": "^6.4.16",
48
+ "@mikro-orm/knex": "^6.4.16",
49
+ "@mikro-orm/migrations": "^6.4.16",
50
+ "@mikro-orm/postgresql": "^6.4.16",
51
51
  "@swc/core": "1.5.7",
52
- "@types/node": "^20.17.45",
53
- "@types/react": "^18.3.21",
52
+ "@types/node": "^20.19.1",
53
+ "@types/react": "^18.3.23",
54
54
  "@types/react-dom": "^18.3.7",
55
55
  "awilix": "^8.0.1",
56
- "pg": "^8.15.6",
57
- "prettier": "^3.5.3",
56
+ "pg": "^8.16.2",
57
+ "prettier": "^3.6.0",
58
58
  "prop-types": "^15.8.1",
59
59
  "react": "^18.2.0",
60
60
  "react-dom": "^18.2.0",
@@ -64,23 +64,23 @@
64
64
  "yalc": "^1.0.0-pre.53"
65
65
  },
66
66
  "peerDependencies": {
67
- "@medusajs/admin-sdk": "^2.7.1",
68
- "@medusajs/cli": "^2.7.1",
69
- "@medusajs/core-flows": "^2.7.1",
70
- "@medusajs/framework": "^2.7.1",
71
- "@medusajs/icons": "^2.7.1",
72
- "@medusajs/js-sdk": "^2.7.1",
73
- "@medusajs/medusa": "^2.7.1",
74
- "@medusajs/test-utils": "^2.7.1",
67
+ "@medusajs/admin-sdk": "^2.8.4",
68
+ "@medusajs/cli": "^2.8.4",
69
+ "@medusajs/core-flows": "^2.8.4",
70
+ "@medusajs/framework": "^2.8.4",
71
+ "@medusajs/icons": "^2.8.4",
72
+ "@medusajs/js-sdk": "^2.8.4",
73
+ "@medusajs/medusa": "^2.8.4",
74
+ "@medusajs/test-utils": "^2.8.4",
75
75
  "@medusajs/ui": "^4.0.3",
76
- "@mikro-orm/cli": "^6.4.3",
77
- "@mikro-orm/core": "^6.4.3",
78
- "@mikro-orm/knex": "^6.4.3",
79
- "@mikro-orm/migrations": "^6.4.3",
80
- "@mikro-orm/postgresql": "^6.4.3",
76
+ "@mikro-orm/cli": "6.4.3",
77
+ "@mikro-orm/core": "6.4.3",
78
+ "@mikro-orm/knex": "6.4.3",
79
+ "@mikro-orm/migrations": "6.4.3",
80
+ "@mikro-orm/postgresql": "6.4.3",
81
81
  "@tanstack/react-query": "5.64.2",
82
82
  "awilix": "^8.0.1",
83
- "pg": "^8.13.0"
83
+ "pg": "^8.16.0"
84
84
  },
85
85
  "engines": {
86
86
  "node": ">=20"
@@ -57,7 +57,7 @@ const sdk = new Medusa__default.default({
57
57
  }
58
58
  });
59
59
  const displayName = "Medusa v2 Pay. Plugin";
60
- const version = "1.0.6";
60
+ const version = "1.0.8";
61
61
  function getSortedPaymentMethods(data) {
62
62
  const { checkoutOptions, checkoutSequence } = data;
63
63
  const { primary } = checkoutSequence.default;
@@ -194,8 +194,7 @@ const PaySettingPage = () => {
194
194
  ] });
195
195
  };
196
196
  const config = adminSdk.defineRouteConfig({
197
- label: "Pay.",
198
- icon: PayLogo
197
+ label: "Pay"
199
198
  });
200
199
  const widgetModule = { widgets: [] };
201
200
  const routeModule = {
@@ -210,7 +209,7 @@ const menuItemModule = {
210
209
  menuItems: [
211
210
  {
212
211
  label: config.label,
213
- icon: config.icon,
212
+ icon: void 0,
214
213
  path: "/settings/pay",
215
214
  nested: void 0
216
215
  }
@@ -54,7 +54,7 @@ const sdk = new Medusa({
54
54
  }
55
55
  });
56
56
  const displayName = "Medusa v2 Pay. Plugin";
57
- const version = "1.0.6";
57
+ const version = "1.0.8";
58
58
  function getSortedPaymentMethods(data) {
59
59
  const { checkoutOptions, checkoutSequence } = data;
60
60
  const { primary } = checkoutSequence.default;
@@ -191,8 +191,7 @@ const PaySettingPage = () => {
191
191
  ] });
192
192
  };
193
193
  const config = defineRouteConfig({
194
- label: "Pay.",
195
- icon: PayLogo
194
+ label: "Pay"
196
195
  });
197
196
  const widgetModule = { widgets: [] };
198
197
  const routeModule = {
@@ -207,7 +206,7 @@ const menuItemModule = {
207
206
  menuItems: [
208
207
  {
209
208
  label: config.label,
210
- icon: config.icon,
209
+ icon: void 0,
211
210
  path: "/settings/pay",
212
211
  nested: void 0
213
212
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@webbers/pay-payments-medusa",
3
3
  "displayName": "Medusa v2 Pay. Plugin",
4
- "version": "1.0.6",
4
+ "version": "1.0.8",
5
5
  "description": "The Pay.nl payment provider plugin for Medusa v2",
6
6
  "author": "Webbers B.V. <development@webbers.com>",
7
7
  "license": "MIT",
@@ -35,26 +35,26 @@
35
35
  "prepublishOnly": "medusa plugin:build"
36
36
  },
37
37
  "devDependencies": {
38
- "@medusajs/admin-sdk": "^2.7.1",
39
- "@medusajs/cli": "^2.7.1",
40
- "@medusajs/framework": "^2.7.1",
41
- "@medusajs/icons": "^2.7.1",
42
- "@medusajs/medusa": "^2.7.1",
43
- "@medusajs/test-utils": "^2.7.1",
44
- "@medusajs/types": "^2.7.1",
45
- "@medusajs/ui": "^4.0.9",
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",
38
+ "@medusajs/admin-sdk": "^2.8.4",
39
+ "@medusajs/cli": "^2.8.4",
40
+ "@medusajs/framework": "^2.8.4",
41
+ "@medusajs/icons": "^2.8.4",
42
+ "@medusajs/medusa": "^2.8.4",
43
+ "@medusajs/test-utils": "^2.8.4",
44
+ "@medusajs/types": "^2.8.4",
45
+ "@medusajs/ui": "^4.0.14",
46
+ "@mikro-orm/cli": "^6.4.16",
47
+ "@mikro-orm/core": "^6.4.16",
48
+ "@mikro-orm/knex": "^6.4.16",
49
+ "@mikro-orm/migrations": "^6.4.16",
50
+ "@mikro-orm/postgresql": "^6.4.16",
51
51
  "@swc/core": "1.5.7",
52
- "@types/node": "^20.17.45",
53
- "@types/react": "^18.3.21",
52
+ "@types/node": "^20.19.1",
53
+ "@types/react": "^18.3.23",
54
54
  "@types/react-dom": "^18.3.7",
55
55
  "awilix": "^8.0.1",
56
- "pg": "^8.15.6",
57
- "prettier": "^3.5.3",
56
+ "pg": "^8.16.2",
57
+ "prettier": "^3.6.0",
58
58
  "prop-types": "^15.8.1",
59
59
  "react": "^18.2.0",
60
60
  "react-dom": "^18.2.0",
@@ -64,23 +64,23 @@
64
64
  "yalc": "^1.0.0-pre.53"
65
65
  },
66
66
  "peerDependencies": {
67
- "@medusajs/admin-sdk": "^2.7.1",
68
- "@medusajs/cli": "^2.7.1",
69
- "@medusajs/core-flows": "^2.7.1",
70
- "@medusajs/framework": "^2.7.1",
71
- "@medusajs/icons": "^2.7.1",
72
- "@medusajs/js-sdk": "^2.7.1",
73
- "@medusajs/medusa": "^2.7.1",
74
- "@medusajs/test-utils": "^2.7.1",
67
+ "@medusajs/admin-sdk": "^2.8.4",
68
+ "@medusajs/cli": "^2.8.4",
69
+ "@medusajs/core-flows": "^2.8.4",
70
+ "@medusajs/framework": "^2.8.4",
71
+ "@medusajs/icons": "^2.8.4",
72
+ "@medusajs/js-sdk": "^2.8.4",
73
+ "@medusajs/medusa": "^2.8.4",
74
+ "@medusajs/test-utils": "^2.8.4",
75
75
  "@medusajs/ui": "^4.0.3",
76
- "@mikro-orm/cli": "^6.4.3",
77
- "@mikro-orm/core": "^6.4.3",
78
- "@mikro-orm/knex": "^6.4.3",
79
- "@mikro-orm/migrations": "^6.4.3",
80
- "@mikro-orm/postgresql": "^6.4.3",
76
+ "@mikro-orm/cli": "6.4.3",
77
+ "@mikro-orm/core": "6.4.3",
78
+ "@mikro-orm/knex": "6.4.3",
79
+ "@mikro-orm/migrations": "6.4.3",
80
+ "@mikro-orm/postgresql": "6.4.3",
81
81
  "@tanstack/react-query": "5.64.2",
82
82
  "awilix": "^8.0.1",
83
- "pg": "^8.13.0"
83
+ "pg": "^8.16.0"
84
84
  },
85
85
  "engines": {
86
86
  "node": ">=20"