Skip to content

Commit 7ba5c6f

Browse files
committed
Release 2.1.3.
1 parent d44ff25 commit 7ba5c6f

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

README.md

+1
Original file line numberDiff line numberDiff 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`

package.json

+16-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
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-
"email": "patricio@nomiclabs.io"
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",
@@ -146,6 +136,11 @@
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",
@@ -356,6 +351,16 @@
356351
"hdwallet",
357352
"hdkeys"
358353
],
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+
],
359364
"targets": {
360365
"parcel_tests": {
361366
"context": "browser"

0 commit comments

Comments
 (0)