@omnicar/sam-format
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
import { IsoLocale } from '@omnicar/sam-types'; | ||
import { IsoLocale } from '@fragus/sam-types'; | ||
import { IFormatDateOptions } from './IFormatDateOptions'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { TIsoCountry, INullableRole } from '@omnicar/sam-types'; | ||
import { TIsoCountry, INullableRole } from '@fragus/sam-types'; | ||
import { IFormatStringOptions } from './IFormatStringOptions'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { TIsoCountry, IsoLocale, TCurrency } from '@omnicar/sam-types'; | ||
import { TIsoCountry, IsoLocale, TCurrency } from '@fragus/sam-types'; | ||
export interface ISAMFormatOptions { | ||
@@ -3,0 +3,0 @@ isInitialized?: boolean; |
@@ -1,2 +0,2 @@ | ||
import { TIsoCountry, TCurrency, IsoLocale } from '@omnicar/sam-types'; | ||
import { TIsoCountry, TCurrency, IsoLocale } from '@fragus/sam-types'; | ||
export interface IFormattingConfiguration { | ||
@@ -3,0 +3,0 @@ countryFormatting: ICountryFormattingRules; |
@@ -12,4 +12,4 @@ { | ||
"devDependencies": { | ||
"@omnicar/sam-types": "0.0.641", | ||
"@omnicar/sam-translate": "0.0.16", | ||
"@fragus/sam-types": "1.0.0", | ||
"@omnicar/sam-translate": "1.0.1", | ||
"@types/date-fns": "2.6.0", | ||
@@ -52,3 +52,3 @@ "@types/jest": "24.0.11", | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} |
30235