@lodashventure/medusa-media-manager 0.2.26 → 0.2.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.
@@ -1418,7 +1418,9 @@ const menuItemModule = {
1418
1418
  label: config.label,
1419
1419
  icon: config.icon,
1420
1420
  path: "/library",
1421
- nested: void 0
1421
+ nested: void 0,
1422
+ rank: void 0,
1423
+ translationNs: void 0
1422
1424
  }
1423
1425
  ]
1424
1426
  };
@@ -1417,7 +1417,9 @@ const menuItemModule = {
1417
1417
  label: config.label,
1418
1418
  icon: config.icon,
1419
1419
  path: "/library",
1420
- nested: void 0
1420
+ nested: void 0,
1421
+ rank: void 0,
1422
+ translationNs: void 0
1421
1423
  }
1422
1424
  ]
1423
1425
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodashventure/medusa-media-manager",
3
- "version": "0.2.26",
3
+ "version": "0.2.29",
4
4
  "description": "Medusa v2 plugin providing a Strapi-inspired media manager with storage adapters, variants, and admin UI",
5
5
  "author": "StandUpCode",
6
6
  "license": "MIT",
@@ -35,8 +35,8 @@
35
35
  "@aws-sdk/s3-request-presigner": "^3.927.0",
36
36
  "@azure/storage-blob": "^12.29.1",
37
37
  "@google-cloud/storage": "^7.17.3",
38
- "@medusajs/framework": "2.11.3",
39
- "@medusajs/medusa": "2.11.3",
38
+ "@medusajs/framework": "2.12.2",
39
+ "@medusajs/medusa": "2.12.2",
40
40
  "@smithy/node-http-handler": "^4.4.4",
41
41
  "file-type": "^21.0.0",
42
42
  "lodash": "^4.17.21",
@@ -49,11 +49,11 @@
49
49
  "yalc": "1.0.0-pre.53"
50
50
  },
51
51
  "devDependencies": {
52
- "@medusajs/admin-sdk": "2.11.3",
53
- "@medusajs/admin-shared": "2.11.3",
54
- "@medusajs/cli": "2.11.3",
55
- "@medusajs/icons": "^2.11.3",
56
- "@medusajs/ui": "4.0.27",
52
+ "@medusajs/admin-sdk": "2.12.2",
53
+ "@medusajs/admin-shared": "2.12.2",
54
+ "@medusajs/cli": "^2.12.2",
55
+ "@medusajs/icons": "^2.12.2",
56
+ "@medusajs/ui": "4.0.30",
57
57
  "@swc/core": "1.15.0",
58
58
  "@tanstack/react-query": "^5.90.7",
59
59
  "@types/lodash": "^4.17.20",
@@ -68,11 +68,11 @@
68
68
  "typescript": "^5.9.3"
69
69
  },
70
70
  "peerDependencies": {
71
- "@medusajs/admin-sdk": "2.11.2",
72
- "@medusajs/framework": "2.11.2",
73
- "@medusajs/icons": "^2.11.2",
74
- "@medusajs/medusa": "2.11.2",
75
- "@medusajs/ui": "^4.0.3"
71
+ "@medusajs/admin-sdk": "2.12.2",
72
+ "@medusajs/framework": "2.12.2",
73
+ "@medusajs/icons": "^2.12.2",
74
+ "@medusajs/medusa": "2.12.2",
75
+ "@medusajs/ui": "4.0.30"
76
76
  },
77
77
  "engines": {
78
78
  "node": ">=20"