@lodashventure/medusa-product-content 1.3.28 → 1.3.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.
@@ -1578,7 +1578,9 @@ const menuItemModule = {
1578
1578
  label: config.label,
1579
1579
  icon: config.icon,
1580
1580
  path: "/product-content",
1581
- nested: void 0
1581
+ nested: void 0,
1582
+ rank: void 0,
1583
+ translationNs: void 0
1582
1584
  }
1583
1585
  ]
1584
1586
  };
@@ -1574,7 +1574,9 @@ const menuItemModule = {
1574
1574
  label: config.label,
1575
1575
  icon: config.icon,
1576
1576
  path: "/product-content",
1577
- nested: void 0
1577
+ nested: void 0,
1578
+ rank: void 0,
1579
+ translationNs: void 0
1578
1580
  }
1579
1581
  ]
1580
1582
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodashventure/medusa-product-content",
3
- "version": "1.3.28",
3
+ "version": "1.3.29",
4
4
  "description": "Medusa Admin plugin for enhanced product content management with rich text editor and i18n specifications",
5
5
  "author": "Product Core Team",
6
6
  "license": "MIT",
@@ -54,25 +54,25 @@
54
54
  "react-beautiful-dnd": "^13.1.1"
55
55
  },
56
56
  "peerDependencies": {
57
- "@medusajs/admin-sdk": "2.11.2",
58
- "@medusajs/cli": "2.11.2",
59
- "@medusajs/framework": "2.11.2",
60
- "@medusajs/icons": "^2.11.2",
61
- "@medusajs/js-sdk": "2.11.2",
62
- "@medusajs/medusa": "2.11.2",
63
- "@medusajs/ui": "^4.0.3",
57
+ "@medusajs/admin-sdk": "2.12.2",
58
+ "@medusajs/cli": "^2.12.2",
59
+ "@medusajs/framework": "2.12.2",
60
+ "@medusajs/icons": "^2.12.2",
61
+ "@medusajs/js-sdk": "2.12.2",
62
+ "@medusajs/medusa": "2.12.2",
63
+ "@medusajs/ui": "4.0.30",
64
64
  "react": "^18.2.0",
65
65
  "react-dom": "^18.2.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@medusajs/admin-sdk": "2.11.3",
69
- "@medusajs/admin-shared": "2.11.3",
70
- "@medusajs/cli": "2.11.3",
71
- "@medusajs/framework": "2.11.3",
72
- "@medusajs/icons": "^2.11.3",
73
- "@medusajs/js-sdk": "2.11.3",
74
- "@medusajs/medusa": "2.11.3",
75
- "@medusajs/ui": "4.0.27",
68
+ "@medusajs/admin-sdk": "2.12.2",
69
+ "@medusajs/admin-shared": "2.12.2",
70
+ "@medusajs/cli": "^2.12.2",
71
+ "@medusajs/framework": "2.12.2",
72
+ "@medusajs/icons": "^2.12.2",
73
+ "@medusajs/js-sdk": "2.12.2",
74
+ "@medusajs/medusa": "2.12.2",
75
+ "@medusajs/ui": "4.0.30",
76
76
  "@swc/core": "1.15.0",
77
77
  "@tanstack/react-query": "5.90.7",
78
78
  "@types/node": "^24.10.0",