-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
81 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export declare const version = "5.0.0-beta.140"; | ||
export declare const version = "5.0.0-beta.141"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "5.0.0-beta.140"; | ||
exports.version = "5.0.0-beta.141"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const version = "5.0.0-beta.140"; | ||
export const version = "5.0.0-beta.141"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export declare const version = "5.0.0-beta.125"; | ||
export declare const version = "5.0.0-beta.126"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "5.0.0-beta.125"; | ||
exports.version = "5.0.0-beta.126"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const version = "5.0.0-beta.125"; | ||
export const version = "5.0.0-beta.126"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export declare const version = "5.0.0-beta.124"; | ||
export declare const version = "5.0.0-beta.125"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "5.0.0-beta.124"; | ||
exports.version = "5.0.0-beta.125"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
import { Wordlist } from "./wordlist"; | ||
declare const en: Wordlist; | ||
export { en }; | ||
declare const wordlists: { | ||
en: Wordlist; | ||
}; | ||
export { Wordlist, wordlists }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// Wordlists | ||
// See: https://github.com/bitcoin/bips/blob/master/bip-0039/bip-0039-wordlists.md | ||
var wordlist_1 = require("./wordlist"); | ||
exports.Wordlist = wordlist_1.Wordlist; | ||
var lang_en_1 = require("./lang-en"); | ||
var en = lang_en_1.langEn; | ||
exports.en = en; | ||
var wordlists = { en: lang_en_1.langEn }; | ||
exports.wordlists = wordlists; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
import { Wordlist } from "./wordlist"; | ||
declare const en: Wordlist; | ||
declare const es: Wordlist; | ||
declare const fr: Wordlist; | ||
declare const it: Wordlist; | ||
declare const ja: Wordlist; | ||
declare const ko: Wordlist; | ||
declare const zh: Wordlist; | ||
declare const zh_cn: Wordlist; | ||
declare const zh_tw: Wordlist; | ||
export { en, es, fr, it, ja, ko, zh, zh_cn, zh_tw }; | ||
declare const wordlists: { | ||
[locale: string]: Wordlist; | ||
}; | ||
export { Wordlist, wordlists }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,25 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// Wordlists | ||
// See: https://github.com/bitcoin/bips/blob/master/bip-0039/bip-0039-wordlists.md | ||
var wordlist_1 = require("./wordlist"); | ||
exports.Wordlist = wordlist_1.Wordlist; | ||
var lang_en_1 = require("./lang-en"); | ||
var lang_es_1 = require("./lang-es"); | ||
var lang_fr_1 = require("./lang-fr"); | ||
var lang_ja_1 = require("./lang-ja"); | ||
var lang_ko_1 = require("./lang-ko"); | ||
var lang_it_1 = require("./lang-it"); | ||
var lang_zh_1 = require("./lang-zh"); | ||
var en = lang_en_1.langEn; | ||
exports.en = en; | ||
var es = lang_es_1.langEs; | ||
exports.es = es; | ||
var fr = lang_fr_1.langFr; | ||
exports.fr = fr; | ||
var it = lang_it_1.langIt; | ||
exports.it = it; | ||
var ja = lang_ja_1.langJa; | ||
exports.ja = ja; | ||
var ko = lang_ko_1.langKo; | ||
exports.ko = ko; | ||
var zh = lang_zh_1.langZhCn; | ||
exports.zh = zh; | ||
var zh_cn = lang_zh_1.langZhCn; | ||
exports.zh_cn = zh_cn; | ||
var zh_tw = lang_zh_1.langZhTw; | ||
exports.zh_tw = zh_tw; | ||
var wordlists = { | ||
en: lang_en_1.langEn, | ||
es: lang_es_1.langEs, | ||
fr: lang_fr_1.langFr, | ||
it: lang_it_1.langIt, | ||
ja: lang_ja_1.langJa, | ||
ko: lang_ko_1.langKo, | ||
zh: lang_zh_1.langZhCn, | ||
zh_cn: lang_zh_1.langZhCn, | ||
zh_tw: lang_zh_1.langZhTw | ||
}; | ||
exports.wordlists = wordlists; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const version = "5.0.0-beta.124"; | ||
export const version = "5.0.0-beta.125"; |