@phensley/locale-matcher
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -1,1 +0,1 @@ | ||
export { LocaleMatch, LocaleMatcher } from './matcher'; | ||
export { LocaleMatch, LocaleMatcher, LocaleMatcherOptions } from './matcher'; |
@@ -18,2 +18,7 @@ import { LanguageTag } from '@phensley/language-tag'; | ||
} | ||
/** | ||
* Options for the LocaleMatcher. | ||
* | ||
* @public | ||
*/ | ||
export interface LocaleMatcherOptions { | ||
@@ -20,0 +25,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export { LocaleMatch, LocaleMatcher } from './matcher'; | ||
export { LocaleMatch, LocaleMatcher, LocaleMatcherOptions } from './matcher'; |
@@ -18,2 +18,7 @@ import { LanguageTag } from '@phensley/language-tag'; | ||
} | ||
/** | ||
* Options for the LocaleMatcher. | ||
* | ||
* @public | ||
*/ | ||
export interface LocaleMatcherOptions { | ||
@@ -20,0 +25,0 @@ /** |
{ | ||
"name": "@phensley/locale-matcher", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Implements CLDR enhanced language matching", | ||
@@ -39,4 +39,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/language-tag": "1.0.3", | ||
"@phensley/locale": "1.0.3", | ||
"@phensley/language-tag": "1.0.4", | ||
"@phensley/locale": "1.0.4", | ||
"tslib": "1.11.1" | ||
@@ -71,3 +71,3 @@ }, | ||
}, | ||
"gitHead": "262b91b812022d9abbb1aa36f2616b35ef154569" | ||
"gitHead": "e1fcac03aa42e09bb40d806eba5299b562addc62" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
228848
1007
+ Added@phensley/language-tag@1.0.4(transitive)
+ Added@phensley/locale@1.0.4(transitive)
- Removed@phensley/language-tag@1.0.3(transitive)
- Removed@phensley/locale@1.0.3(transitive)
Updated@phensley/language-tag@1.0.4
Updated@phensley/locale@1.0.4