@lodashventure/medusa-review 1.5.28 → 1.5.29

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.
@@ -701,7 +701,9 @@ const menuItemModule = {
701
701
  label: config.label,
702
702
  icon: config.icon,
703
703
  path: "/reviews",
704
- nested: void 0
704
+ nested: void 0,
705
+ rank: void 0,
706
+ translationNs: void 0
705
707
  }
706
708
  ]
707
709
  };
@@ -696,7 +696,9 @@ const menuItemModule = {
696
696
  label: config.label,
697
697
  icon: config.icon,
698
698
  path: "/reviews",
699
- nested: void 0
699
+ nested: void 0,
700
+ rank: void 0,
701
+ translationNs: void 0
700
702
  }
701
703
  ]
702
704
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodashventure/medusa-review",
3
- "version": "1.5.28",
3
+ "version": "1.5.29",
4
4
  "description": "A starter for Medusa plugins.",
5
5
  "author": "Medusa (https://medusajs.com)",
6
6
  "license": "MIT",
@@ -29,14 +29,14 @@
29
29
  "prepublishOnly": "medusa plugin:build"
30
30
  },
31
31
  "devDependencies": {
32
- "@medusajs/admin-sdk": "2.11.3",
33
- "@medusajs/admin-shared": "2.11.3",
34
- "@medusajs/cli": "2.11.3",
35
- "@medusajs/framework": "2.11.3",
36
- "@medusajs/icons": "^2.11.3",
37
- "@medusajs/medusa": "2.11.3",
38
- "@medusajs/test-utils": "2.11.3",
39
- "@medusajs/ui": "4.0.27",
32
+ "@medusajs/admin-sdk": "2.12.2",
33
+ "@medusajs/admin-shared": "2.12.2",
34
+ "@medusajs/cli": "^2.12.2",
35
+ "@medusajs/framework": "2.12.2",
36
+ "@medusajs/icons": "^2.12.2",
37
+ "@medusajs/medusa": "2.12.2",
38
+ "@medusajs/test-utils": "2.12.2",
39
+ "@medusajs/ui": "4.0.30",
40
40
  "@mikro-orm/migrations": "^6.5.9",
41
41
  "@swc/core": "1.15.0",
42
42
  "@types/multer": "^2.0.0",
@@ -53,13 +53,13 @@
53
53
  "zod": "^4.1.12"
54
54
  },
55
55
  "peerDependencies": {
56
- "@medusajs/admin-sdk": "2.11.2",
57
- "@medusajs/cli": "2.11.2",
58
- "@medusajs/framework": "2.11.2",
59
- "@medusajs/icons": "^2.11.2",
60
- "@medusajs/medusa": "2.11.2",
61
- "@medusajs/test-utils": "2.11.2",
62
- "@medusajs/ui": "^4.0.3"
56
+ "@medusajs/admin-sdk": "2.12.2",
57
+ "@medusajs/cli": "^2.12.2",
58
+ "@medusajs/framework": "2.12.2",
59
+ "@medusajs/icons": "^2.12.2",
60
+ "@medusajs/medusa": "2.12.2",
61
+ "@medusajs/test-utils": "2.12.2",
62
+ "@medusajs/ui": "4.0.30"
63
63
  },
64
64
  "engines": {
65
65
  "node": ">=20"