diff --git a/README.md b/README.md index 039b4cb..d88429f 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ The word lists are exported as a `wordlist` variable in each of these submodules * `ethereum-cryptography/bip39/wordlists/italian.js` * `ethereum-cryptography/bip39/wordlists/japanese.js` * `ethereum-cryptography/bip39/wordlists/korean.js` +* `ethereum-cryptography/bip39/wordlists/portuguese.js` * `ethereum-cryptography/bip39/wordlists/simplified-chinese.js` * `ethereum-cryptography/bip39/wordlists/spanish.js` * `ethereum-cryptography/bip39/wordlists/traditional-chinese.js` diff --git a/package.json b/package.json index aff3d58..dbd3820 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,7 @@ { "name": "ethereum-cryptography", - "version": "2.1.2", + "version": "2.1.3", "description": "All the cryptographic primitives used in Ethereum", - "contributors": [ - { - "name": "Patricio Palladino", - "email": "patricio@nomiclabs.io" - }, - { - "name": "Paul Miller", - "url": "https://paulmillr.com" - } - ], "repository": "https://github.com/ethereum/js-ethereum-cryptography", "license": "MIT", "main": "./index.js", @@ -146,6 +136,11 @@ "import": "./esm/bip39/wordlists/korean.js", "default": "./bip39/wordlists/korean.js" }, + "./bip39/wordlists/portuguese": { + "types": "./bip39/wordlists/portuguese.d.ts", + "import": "./esm/bip39/wordlists/portuguese.js", + "default": "./bip39/wordlists/portuguese.js" + }, "./bip39/wordlists/simplified-chinese": { "types": "./bip39/wordlists/simplified-chinese.d.ts", "import": "./esm/bip39/wordlists/simplified-chinese.js", @@ -356,6 +351,16 @@ "hdwallet", "hdkeys" ], + "contributors": [ + { + "name": "Patricio Palladino", + "email": "patricio@nomiclabs.io" + }, + { + "name": "Paul Miller", + "url": "https://paulmillr.com" + } + ], "targets": { "parcel_tests": { "context": "browser"