@lodashventure/medusa-campaign 1.5.22 → 1.5.24

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.
@@ -2290,12 +2290,6 @@ const routeModule = {
2290
2290
  };
2291
2291
  const menuItemModule = {
2292
2292
  menuItems: [
2293
- {
2294
- label: config$3.label,
2295
- icon: config$3.icon,
2296
- path: "/coupons",
2297
- nested: void 0
2298
- },
2299
2293
  {
2300
2294
  label: config$2.label,
2301
2295
  icon: config$2.icon,
@@ -2303,9 +2297,9 @@ const menuItemModule = {
2303
2297
  nested: void 0
2304
2298
  },
2305
2299
  {
2306
- label: config$1.label,
2307
- icon: config$1.icon,
2308
- path: "/coupons/:id",
2300
+ label: config$3.label,
2301
+ icon: config$3.icon,
2302
+ path: "/coupons",
2309
2303
  nested: void 0
2310
2304
  },
2311
2305
  {
@@ -2313,6 +2307,12 @@ const menuItemModule = {
2313
2307
  icon: config.icon,
2314
2308
  path: "/flash-sales/:id",
2315
2309
  nested: void 0
2310
+ },
2311
+ {
2312
+ label: config$1.label,
2313
+ icon: config$1.icon,
2314
+ path: "/coupons/:id",
2315
+ nested: void 0
2316
2316
  }
2317
2317
  ]
2318
2318
  };
@@ -2284,12 +2284,6 @@ const routeModule = {
2284
2284
  };
2285
2285
  const menuItemModule = {
2286
2286
  menuItems: [
2287
- {
2288
- label: config$3.label,
2289
- icon: config$3.icon,
2290
- path: "/coupons",
2291
- nested: void 0
2292
- },
2293
2287
  {
2294
2288
  label: config$2.label,
2295
2289
  icon: config$2.icon,
@@ -2297,9 +2291,9 @@ const menuItemModule = {
2297
2291
  nested: void 0
2298
2292
  },
2299
2293
  {
2300
- label: config$1.label,
2301
- icon: config$1.icon,
2302
- path: "/coupons/:id",
2294
+ label: config$3.label,
2295
+ icon: config$3.icon,
2296
+ path: "/coupons",
2303
2297
  nested: void 0
2304
2298
  },
2305
2299
  {
@@ -2307,6 +2301,12 @@ const menuItemModule = {
2307
2301
  icon: config.icon,
2308
2302
  path: "/flash-sales/:id",
2309
2303
  nested: void 0
2304
+ },
2305
+ {
2306
+ label: config$1.label,
2307
+ icon: config$1.icon,
2308
+ path: "/coupons/:id",
2309
+ nested: void 0
2310
2310
  }
2311
2311
  ]
2312
2312
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodashventure/medusa-campaign",
3
- "version": "1.5.22",
3
+ "version": "1.5.24",
4
4
  "description": "A starter for Medusa plugins.",
5
5
  "author": "Medusa (https://medusajs.com)",
6
6
  "license": "MIT",