@thorprovider/medusa-extended 1.7.20 → 1.7.21

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thorprovider/medusa-extended",
3
- "version": "1.7.20",
3
+ "version": "1.7.21",
4
4
  "description": "Thor Commerce multi-tenant admin extensions for Medusa v2",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@thorprovider/adapters": "^5.0.2",
28
- "@thorprovider/types": "^4.0.5"
28
+ "@thorprovider/types": "^5.0.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "msw": "^2.12.3",
@@ -924,7 +924,7 @@ export class DropshipperClient {
924
924
  postalCode: raw.postal_code ?? '',
925
925
  countryCode: raw.country_code ?? '',
926
926
  phone: raw.phone ?? undefined,
927
- isDefault: raw.is_default ?? raw.is_default_shipping ?? undefined,
927
+ isDefault: raw.is_default ?? undefined,
928
928
  isDefaultBilling: raw.is_default_billing ?? undefined,
929
929
  isDefaultShipping: raw.is_default_shipping ?? undefined,
930
930
  metadata: raw.address_name