@lodashventure/medusa-quotation 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.
@@ -3503,7 +3503,9 @@ const menuItemModule = {
3503
3503
  label: config.label,
3504
3504
  icon: config.icon,
3505
3505
  path: "/quotes",
3506
- nested: void 0
3506
+ nested: void 0,
3507
+ rank: void 0,
3508
+ translationNs: void 0
3507
3509
  }
3508
3510
  ]
3509
3511
  };
@@ -3499,7 +3499,9 @@ const menuItemModule = {
3499
3499
  label: config.label,
3500
3500
  icon: config.icon,
3501
3501
  path: "/quotes",
3502
- nested: void 0
3502
+ nested: void 0,
3503
+ rank: void 0,
3504
+ translationNs: void 0
3503
3505
  }
3504
3506
  ]
3505
3507
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodashventure/medusa-quotation",
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",
32
+ "@medusajs/admin-sdk": "2.12.2",
33
+ "@medusajs/admin-shared": "2.12.2",
34
34
  "@medusajs/cli": "^2.12.2",
35
- "@medusajs/framework": "2.11.3",
35
+ "@medusajs/framework": "2.12.2",
36
36
  "@medusajs/icons": "^2.12.2",
37
- "@medusajs/medusa": "2.11.3",
38
- "@medusajs/test-utils": "2.11.3",
39
- "@medusajs/ui": "4.0.27",
37
+ "@medusajs/medusa": "2.12.2",
38
+ "@medusajs/test-utils": "2.12.2",
39
+ "@medusajs/ui": "4.0.30",
40
40
  "@swc/core": "1.15.0",
41
41
  "@types/lodash": "^4.17.21",
42
42
  "@types/node": "^24.10.4",
@@ -53,14 +53,14 @@
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@hookform/resolvers": "*",
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/js-sdk": "2.11.2",
61
- "@medusajs/medusa": "2.11.2",
62
- "@medusajs/test-utils": "2.11.2",
63
- "@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/js-sdk": "2.12.2",
61
+ "@medusajs/medusa": "2.12.2",
62
+ "@medusajs/test-utils": "2.12.2",
63
+ "@medusajs/ui": "4.0.30",
64
64
  "lodash": "*",
65
65
  "lucide-react": "*",
66
66
  "react": "*",