@phensley/locale-matcher
Advanced tools
Comparing version 1.6.5 to 1.6.6
export declare const paradigmLocales: any; | ||
export declare type DistanceMap = { | ||
export type DistanceMap = { | ||
[x: string]: { | ||
@@ -7,3 +7,3 @@ [y: string]: DistanceNode | undefined; | ||
}; | ||
export declare type DistanceNode = [number, DistanceMap] | number; | ||
export type DistanceNode = [number, DistanceMap] | number; | ||
export declare const distanceMap: DistanceMap; |
@@ -9,3 +9,3 @@ import { LanguageTag } from '@phensley/language-tag'; | ||
} | ||
declare type LangTag = Locale | LanguageTag | string; | ||
type LangTag = Locale | LanguageTag | string; | ||
/** | ||
@@ -12,0 +12,0 @@ * Flatten and split the string or array into a list of matcher entries. |
export declare const paradigmLocales: any; | ||
export declare type DistanceMap = { | ||
export type DistanceMap = { | ||
[x: string]: { | ||
@@ -7,3 +7,3 @@ [y: string]: DistanceNode | undefined; | ||
}; | ||
export declare type DistanceNode = [number, DistanceMap] | number; | ||
export type DistanceNode = [number, DistanceMap] | number; | ||
export declare const distanceMap: DistanceMap; |
@@ -9,3 +9,3 @@ import { LanguageTag } from '@phensley/language-tag'; | ||
} | ||
declare type LangTag = Locale | LanguageTag | string; | ||
type LangTag = Locale | LanguageTag | string; | ||
/** | ||
@@ -12,0 +12,0 @@ * Flatten and split the string or array into a list of matcher entries. |
{ | ||
"name": "@phensley/locale-matcher", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"description": "Implements CLDR enhanced language matching", | ||
@@ -23,12 +23,12 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/language-tag": "~1.6.5", | ||
"@phensley/locale": "~1.6.5", | ||
"tslib": "^2.4.0" | ||
"@phensley/language-tag": "~1.6.6", | ||
"@phensley/locale": "~1.6.6", | ||
"tslib": "^2.4.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "~7.18.5", | ||
"@types/jest": "^28.1.1", | ||
"@types/node": "^18.7.14", | ||
"@typescript-eslint/eslint-plugin": "^5.36.1", | ||
"@typescript-eslint/parser": "^5.36.1", | ||
"@types/jest": "^29.4.0", | ||
"@types/node": "^18.11.18", | ||
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
"@typescript-eslint/parser": "^5.49.0", | ||
"add": "^2.0.6", | ||
@@ -38,11 +38,11 @@ "beautify-benchmark": "^0.2.4", | ||
"chalk": "4.1.2", | ||
"eslint": "^8.23.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint": "^8.32.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jest": "^28.1.3", | ||
"pnpm": "^7.9.5", | ||
"prettier": "^2.7.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^28.0.8", | ||
"typescript": "~4.8.2" | ||
"jest": "^29.4.0", | ||
"pnpm": "^7.26.0", | ||
"prettier": "^2.8.3", | ||
"rimraf": "^4.1.2", | ||
"ts-jest": "^29.0.5", | ||
"typescript": "~4.9.4" | ||
}, | ||
@@ -49,0 +49,0 @@ "jest": { |
307202
Updated@phensley/locale@~1.6.6
Updatedtslib@^2.4.1