@faststore/sdk
Advanced tools
Comparing version 2.0.118-alpha.0 to 2.0.156-alpha.0
@@ -20,2 +20,3 @@ export interface Currency { | ||
channel: string | null; | ||
addressType: string | null; | ||
postalCode: string | null; | ||
@@ -22,0 +23,0 @@ geoCoordinates: GeoCoordinates | null; |
{ | ||
"name": "@faststore/sdk", | ||
"version": "2.0.118-alpha.0", | ||
"version": "2.0.156-alpha.0", | ||
"description": "Hooks for creating your next component library", | ||
@@ -53,3 +53,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "e39696d0990df21098a6249c50963690bb2104a2" | ||
"gitHead": "d24d06c4907a19c8f33cae1812175e393f223340" | ||
} |
@@ -25,2 +25,3 @@ import { createStore } from './../store/composed' | ||
channel: string | null | ||
addressType: string | null | ||
postalCode: string | null | ||
@@ -27,0 +28,0 @@ geoCoordinates: GeoCoordinates | null |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111632
2707