@fragaria/address-formatter
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,3 @@ | ||
type AttentionInputType = 'attention'; | ||
type PrimaryInputTypes = | ||
@@ -66,3 +68,3 @@ | 'archipelago' | ||
type Input = Partial<Record<PrimaryInputTypes | AliasInputTypes, string>>; | ||
type Input = Partial<Record<AttentionInputType | PrimaryInputTypes | AliasInputTypes, string>>; | ||
@@ -69,0 +71,0 @@ interface CommonOptions { |
{ | ||
"name": "@fragaria/address-formatter", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Universal international address formatting in Javascript", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/address-formatter.js", |
Sorry, the diff of this file is not supported yet
1100346
37452