@medusajs/draft-order 2.11.4-snapshot-20251112155426 → 2.11.4-snapshot-20251117120932

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.
@@ -8729,7 +8729,7 @@ const Contact = ({ order }) => {
8729
8729
  children: phone
8730
8730
  }
8731
8731
  ),
8732
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex justify-end", children: /* @__PURE__ */ jsxRuntime.jsx(ui.Copy, { content: email, className: "text-ui-fg-muted" }) })
8732
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex justify-end", children: /* @__PURE__ */ jsxRuntime.jsx(ui.Copy, { content: phone, className: "text-ui-fg-muted" }) })
8733
8733
  ] })
8734
8734
  ] })
8735
8735
  ] });
@@ -8722,7 +8722,7 @@ const Contact = ({ order }) => {
8722
8722
  children: phone
8723
8723
  }
8724
8724
  ),
8725
- /* @__PURE__ */ jsx("div", { className: "flex justify-end", children: /* @__PURE__ */ jsx(Copy, { content: email, className: "text-ui-fg-muted" }) })
8725
+ /* @__PURE__ */ jsx("div", { className: "flex justify-end", children: /* @__PURE__ */ jsx(Copy, { content: phone, className: "text-ui-fg-muted" }) })
8726
8726
  ] })
8727
8727
  ] })
8728
8728
  ] });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/draft-order",
3
- "version": "2.11.4-snapshot-20251112155426",
3
+ "version": "2.11.4-snapshot-20251117120932",
4
4
  "description": "A starter for Medusa plugins.",
5
5
  "author": "Medusa (https://medusajs.com)",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  "@ariakit/react": "^0.4.15",
38
38
  "@babel/runtime": "^7.26.10",
39
39
  "@hookform/resolvers": "3.4.2",
40
- "@medusajs/js-sdk": "2.11.4-snapshot-20251112155426",
40
+ "@medusajs/js-sdk": "2.11.4-snapshot-20251117120932",
41
41
  "@tanstack/react-query": "5.64.2",
42
42
  "@uiw/react-json-view": "^2.0.0-alpha.17",
43
43
  "date-fns": "^3.6.0",
@@ -48,22 +48,22 @@
48
48
  "react-hook-form": "7.49.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@medusajs/admin-sdk": "2.11.4-snapshot-20251112155426",
52
- "@medusajs/cli": "2.11.4-snapshot-20251112155426",
53
- "@medusajs/framework": "2.11.4-snapshot-20251112155426",
54
- "@medusajs/icons": "2.11.4-snapshot-20251112155426",
55
- "@medusajs/test-utils": "2.11.4-snapshot-20251112155426",
56
- "@medusajs/types": "2.11.4-snapshot-20251112155426",
57
- "@medusajs/ui": "4.0.28-snapshot-20251112155426",
58
- "@medusajs/ui-preset": "2.11.4-snapshot-20251112155426"
51
+ "@medusajs/admin-sdk": "2.11.4-snapshot-20251117120932",
52
+ "@medusajs/cli": "2.11.4-snapshot-20251117120932",
53
+ "@medusajs/framework": "2.11.4-snapshot-20251117120932",
54
+ "@medusajs/icons": "2.11.4-snapshot-20251117120932",
55
+ "@medusajs/test-utils": "2.11.4-snapshot-20251117120932",
56
+ "@medusajs/types": "2.11.4-snapshot-20251117120932",
57
+ "@medusajs/ui": "4.0.28-snapshot-20251117120932",
58
+ "@medusajs/ui-preset": "2.11.4-snapshot-20251117120932"
59
59
  },
60
60
  "peerDependencies": {
61
- "@medusajs/admin-sdk": "2.11.4-snapshot-20251112155426",
62
- "@medusajs/cli": "2.11.4-snapshot-20251112155426",
63
- "@medusajs/framework": "2.11.4-snapshot-20251112155426",
64
- "@medusajs/icons": "2.11.4-snapshot-20251112155426",
65
- "@medusajs/test-utils": "2.11.4-snapshot-20251112155426",
66
- "@medusajs/ui": "4.0.28-snapshot-20251112155426",
61
+ "@medusajs/admin-sdk": "2.11.4-snapshot-20251117120932",
62
+ "@medusajs/cli": "2.11.4-snapshot-20251117120932",
63
+ "@medusajs/framework": "2.11.4-snapshot-20251117120932",
64
+ "@medusajs/icons": "2.11.4-snapshot-20251117120932",
65
+ "@medusajs/test-utils": "2.11.4-snapshot-20251117120932",
66
+ "@medusajs/ui": "4.0.28-snapshot-20251117120932",
67
67
  "react": "^18.3.1",
68
68
  "react-dom": "^18.3.1",
69
69
  "react-router-dom": "6.20.1"