Skip to content

Commit

Permalink
Release 2.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 23, 2024
1 parent d44ff25 commit 7ba5c6f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
27 changes: 16 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 7ba5c6f

Please sign in to comment.