@phensley/language-tag
Advanced tools
Comparing version 1.6.5 to 1.6.6
/** | ||
* @public | ||
*/ | ||
export declare type FastTag = (string | number)[]; | ||
export declare type FastTagPair = { | ||
export type FastTag = (string | number)[]; | ||
export type FastTagPair = { | ||
type: FastTag; | ||
repl: FastTag; | ||
}; | ||
export declare type LanguageAliasMap = { | ||
export type LanguageAliasMap = { | ||
[x: string]: FastTagPair[]; | ||
}; | ||
export declare type TerritoryAliasMap = { | ||
export type TerritoryAliasMap = { | ||
[x: string]: string[]; | ||
@@ -14,0 +14,0 @@ }; |
/** | ||
* @public | ||
*/ | ||
export declare type FastTag = (string | number)[]; | ||
export declare type FastTagPair = { | ||
export type FastTag = (string | number)[]; | ||
export type FastTagPair = { | ||
type: FastTag; | ||
repl: FastTag; | ||
}; | ||
export declare type LanguageAliasMap = { | ||
export type LanguageAliasMap = { | ||
[x: string]: FastTagPair[]; | ||
}; | ||
export declare type TerritoryAliasMap = { | ||
export type TerritoryAliasMap = { | ||
[x: string]: string[]; | ||
@@ -14,0 +14,0 @@ }; |
{ | ||
"name": "@phensley/language-tag", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"description": "Parsing and construction of BCP 47 language tags", | ||
@@ -23,10 +23,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"tslib": "^2.4.0" | ||
"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", | ||
@@ -36,11 +36,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" | ||
}, | ||
@@ -47,0 +47,0 @@ "jest": { |
135719
Updatedtslib@^2.4.1