@medusajs/loyalty-plugin 2.14.2-preview-20260430153156 → 2.14.2
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.
|
@@ -41537,17 +41537,17 @@ const routeModule = {
|
|
|
41537
41537
|
const menuItemModule = {
|
|
41538
41538
|
menuItems: [
|
|
41539
41539
|
{
|
|
41540
|
-
label: config$
|
|
41541
|
-
icon: config$
|
|
41542
|
-
path: "/
|
|
41540
|
+
label: config$1.label,
|
|
41541
|
+
icon: config$1.icon,
|
|
41542
|
+
path: "/store-credit-accounts",
|
|
41543
41543
|
nested: void 0,
|
|
41544
41544
|
rank: void 0,
|
|
41545
41545
|
translationNs: void 0
|
|
41546
41546
|
},
|
|
41547
41547
|
{
|
|
41548
|
-
label: config$
|
|
41549
|
-
icon: config$
|
|
41550
|
-
path: "/
|
|
41548
|
+
label: config$3.label,
|
|
41549
|
+
icon: config$3.icon,
|
|
41550
|
+
path: "/gift-cards",
|
|
41551
41551
|
nested: void 0,
|
|
41552
41552
|
rank: void 0,
|
|
41553
41553
|
translationNs: void 0
|
|
@@ -41517,17 +41517,17 @@ const routeModule = {
|
|
|
41517
41517
|
const menuItemModule = {
|
|
41518
41518
|
menuItems: [
|
|
41519
41519
|
{
|
|
41520
|
-
label: config$
|
|
41521
|
-
icon: config$
|
|
41522
|
-
path: "/
|
|
41520
|
+
label: config$1.label,
|
|
41521
|
+
icon: config$1.icon,
|
|
41522
|
+
path: "/store-credit-accounts",
|
|
41523
41523
|
nested: void 0,
|
|
41524
41524
|
rank: void 0,
|
|
41525
41525
|
translationNs: void 0
|
|
41526
41526
|
},
|
|
41527
41527
|
{
|
|
41528
|
-
label: config$
|
|
41529
|
-
icon: config$
|
|
41530
|
-
path: "/
|
|
41528
|
+
label: config$3.label,
|
|
41529
|
+
icon: config$3.icon,
|
|
41530
|
+
path: "/gift-cards",
|
|
41531
41531
|
nested: void 0,
|
|
41532
41532
|
rank: void 0,
|
|
41533
41533
|
translationNs: void 0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medusajs/loyalty-plugin",
|
|
3
|
-
"version": "2.14.2
|
|
3
|
+
"version": "2.14.2",
|
|
4
4
|
"description": "Medusa Plugin: Loyalty - Gift Cards",
|
|
5
5
|
"author": "Medusa (https://medusajs.com)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"prepare": "cross-env NODE_ENV=production yarn run build"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@medusajs/admin-sdk": "2.14.2
|
|
53
|
-
"@medusajs/cli": "2.14.2
|
|
54
|
-
"@medusajs/framework": "2.14.2
|
|
55
|
-
"@medusajs/icons": "2.14.2
|
|
56
|
-
"@medusajs/test-utils": "2.14.2
|
|
57
|
-
"@medusajs/types": "2.14.2
|
|
58
|
-
"@medusajs/ui": "4.1.9
|
|
59
|
-
"@medusajs/ui-preset": "2.14.2
|
|
52
|
+
"@medusajs/admin-sdk": "2.14.2",
|
|
53
|
+
"@medusajs/cli": "2.14.2",
|
|
54
|
+
"@medusajs/framework": "2.14.2",
|
|
55
|
+
"@medusajs/icons": "2.14.2",
|
|
56
|
+
"@medusajs/test-utils": "2.14.2",
|
|
57
|
+
"@medusajs/types": "2.14.2",
|
|
58
|
+
"@medusajs/ui": "4.1.9",
|
|
59
|
+
"@medusajs/ui-preset": "2.14.2",
|
|
60
60
|
"@swc/core": "1.5.7",
|
|
61
61
|
"@types/node": "^20.0.0",
|
|
62
62
|
"cross-env": "^7.0.3",
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"typescript": "^5.7.3"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@medusajs/admin-sdk": "2.14.2
|
|
68
|
-
"@medusajs/cli": "2.14.2
|
|
69
|
-
"@medusajs/framework": "2.14.2
|
|
70
|
-
"@medusajs/icons": "2.14.2
|
|
71
|
-
"@medusajs/test-utils": "2.14.2
|
|
72
|
-
"@medusajs/ui": "4.1.9
|
|
67
|
+
"@medusajs/admin-sdk": "2.14.2",
|
|
68
|
+
"@medusajs/cli": "2.14.2",
|
|
69
|
+
"@medusajs/framework": "2.14.2",
|
|
70
|
+
"@medusajs/icons": "2.14.2",
|
|
71
|
+
"@medusajs/test-utils": "2.14.2",
|
|
72
|
+
"@medusajs/ui": "4.1.9",
|
|
73
73
|
"react": "^18.3.1",
|
|
74
74
|
"react-dom": "^18.3.1",
|
|
75
75
|
"react-router-dom": "6.30.3"
|