File tree 2 files changed +17
-11
lines changed
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
306
306
* ` ethereum-cryptography/bip39/wordlists/italian.js `
307
307
* ` ethereum-cryptography/bip39/wordlists/japanese.js `
308
308
* ` ethereum-cryptography/bip39/wordlists/korean.js `
309
+ * ` ethereum-cryptography/bip39/wordlists/portuguese.js `
309
310
* ` ethereum-cryptography/bip39/wordlists/simplified-chinese.js `
310
311
* ` ethereum-cryptography/bip39/wordlists/spanish.js `
311
312
* ` ethereum-cryptography/bip39/wordlists/traditional-chinese.js `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereum-cryptography" ,
3
- "version" : " 2.1.2 " ,
3
+ "version" : " 2.1.3 " ,
4
4
"description" : " All the cryptographic primitives used in Ethereum" ,
5
- "contributors" : [
6
- {
7
- "name" : " Patricio Palladino" ,
8
- "email" : " patricio@nomiclabs.io"
9
- },
10
- {
11
- "name" : " Paul Miller" ,
12
- "url" : " https://paulmillr.com"
13
- }
14
- ],
15
5
"repository" : " https://github.com/ethereum/js-ethereum-cryptography" ,
16
6
"license" : " MIT" ,
17
7
"main" : " ./index.js" ,
146
136
"import" : " ./esm/bip39/wordlists/korean.js" ,
147
137
"default" : " ./bip39/wordlists/korean.js"
148
138
},
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
+ },
149
144
"./bip39/wordlists/simplified-chinese" : {
150
145
"types" : " ./bip39/wordlists/simplified-chinese.d.ts" ,
151
146
"import" : " ./esm/bip39/wordlists/simplified-chinese.js" ,
356
351
" hdwallet" ,
357
352
" hdkeys"
358
353
],
354
+ "contributors" : [
355
+ {
356
+ "name" : " Patricio Palladino" ,
357
+ "email" : " patricio@nomiclabs.io"
358
+ },
359
+ {
360
+ "name" : " Paul Miller" ,
361
+ "url" : " https://paulmillr.com"
362
+ }
363
+ ],
359
364
"targets" : {
360
365
"parcel_tests" : {
361
366
"context" : " browser"
You can’t perform that action at this time.
0 commit comments