File tree Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -306,6 +306,7 @@ The word lists are exported as a `wordlist` variable in each of these submodules
306306* ` ethereum-cryptography/bip39/wordlists/italian.js `
307307* ` ethereum-cryptography/bip39/wordlists/japanese.js `
308308* ` ethereum-cryptography/bip39/wordlists/korean.js `
309+ * ` ethereum-cryptography/bip39/wordlists/portuguese.js `
309310* ` ethereum-cryptography/bip39/wordlists/simplified-chinese.js `
310311* ` ethereum-cryptography/bip39/wordlists/spanish.js `
311312* ` ethereum-cryptography/bip39/wordlists/traditional-chinese.js `
Original file line number Diff line number Diff line change 11{
22 "name" : " ethereum-cryptography" ,
3- "version" : " 2.1.2 " ,
3+ "version" : " 2.1.3 " ,
44 "description" : " All the cryptographic primitives used in Ethereum" ,
5- "contributors" : [
6- {
7- "name" : " Patricio Palladino" ,
8- 9- },
10- {
11- "name" : " Paul Miller" ,
12- "url" : " https://paulmillr.com"
13- }
14- ],
155 "repository" : " https://github.com/ethereum/js-ethereum-cryptography" ,
166 "license" : " MIT" ,
177 "main" : " ./index.js" ,
146136 "import" : " ./esm/bip39/wordlists/korean.js" ,
147137 "default" : " ./bip39/wordlists/korean.js"
148138 },
139+ "./bip39/wordlists/portuguese" : {
140+ "types" : " ./bip39/wordlists/portuguese.d.ts" ,
141+ "import" : " ./esm/bip39/wordlists/portuguese.js" ,
142+ "default" : " ./bip39/wordlists/portuguese.js"
143+ },
149144 "./bip39/wordlists/simplified-chinese" : {
150145 "types" : " ./bip39/wordlists/simplified-chinese.d.ts" ,
151146 "import" : " ./esm/bip39/wordlists/simplified-chinese.js" ,
356351 " hdwallet" ,
357352 " hdkeys"
358353 ],
354+ "contributors" : [
355+ {
356+ "name" : " Patricio Palladino" ,
357+ 358+ },
359+ {
360+ "name" : " Paul Miller" ,
361+ "url" : " https://paulmillr.com"
362+ }
363+ ],
359364 "targets" : {
360365 "parcel_tests" : {
361366 "context" : " browser"
You can’t perform that action at this time.
0 commit comments