@phensley/cldr-core
Advanced tools
Comparing version 0.2.6 to 0.2.7
export * from './engine'; | ||
export * from './internal'; | ||
export * from './options'; |
@@ -7,4 +7,4 @@ export * from './engine'; | ||
export { LRU } from './utils/lru'; | ||
export { AvailableFormatType, CurrencyType, FieldWidthType, FormatWidthType } from '@phensley/cldr-schema'; | ||
export { AvailableFormatType, CurrencyType, DateFieldType, FieldWidthType, FormatWidthType, RelativeTimeWidthType, UnitType } from '@phensley/cldr-schema'; | ||
import * as encoding from './resource/encoding'; | ||
export { encoding }; |
{ | ||
"name": "@phensley/cldr-core", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Core library for @phensley/cldr", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/cldr-schema": "^0.2.6" | ||
"@phensley/cldr-schema": "^0.2.7" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
708892
8398
Updated@phensley/cldr-schema@^0.2.7