Skip to content

Commit

Permalink
Lock package versions for the ESM builds (#1009).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Dec 14, 2020
1 parent 21c6c7d commit 0e6cc9a
Show file tree
Hide file tree
Showing 36 changed files with 265 additions and 265 deletions.
22 changes: 11 additions & 11 deletions packages/abi/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/address": "^5.0.4",
"@ethersproject/bignumber": "^5.0.7",
"@ethersproject/bytes": "^5.0.4",
"@ethersproject/constants": "^5.0.4",
"@ethersproject/hash": "^5.0.4",
"@ethersproject/keccak256": "^5.0.3",
"@ethersproject/logger": "^5.0.5",
"@ethersproject/properties": "^5.0.3",
"@ethersproject/strings": "^5.0.4"
"@ethersproject/address": "^5.0.9",
"@ethersproject/bignumber": "^5.0.13",
"@ethersproject/bytes": "^5.0.9",
"@ethersproject/constants": "^5.0.8",
"@ethersproject/hash": "^5.0.10",
"@ethersproject/keccak256": "^5.0.7",
"@ethersproject/logger": "^5.0.8",
"@ethersproject/properties": "^5.0.7",
"@ethersproject/strings": "^5.0.8"
},
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -43,7 +43,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xff31d43d9c97aa55fb2980106be2e4ffbe77ad4c6efcba95263c70f86239e8e0",
"tarballHash": "0x07d39a52bc530f07ad10d65997318cd9c82d4da340b57d72f4479f7c906a11a8",
"types": "./lib/index.d.ts",
"version": "5.0.9"
"version": "5.0.10"
}
18 changes: 9 additions & 9 deletions packages/abstract-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bignumber": "^5.0.7",
"@ethersproject/bytes": "^5.0.4",
"@ethersproject/logger": "^5.0.5",
"@ethersproject/networks": "^5.0.3",
"@ethersproject/properties": "^5.0.3",
"@ethersproject/transactions": "^5.0.5",
"@ethersproject/web": "^5.0.6"
"@ethersproject/bignumber": "^5.0.13",
"@ethersproject/bytes": "^5.0.9",
"@ethersproject/logger": "^5.0.8",
"@ethersproject/networks": "^5.0.7",
"@ethersproject/properties": "^5.0.7",
"@ethersproject/transactions": "^5.0.9",
"@ethersproject/web": "^5.0.12"
},
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -41,7 +41,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x3b3b910e4ef4f0b9361ff266b98e1fa415387e1d349122d215ee5ffe8110e397",
"tarballHash": "0xf572036220cdab424ea2dc7da918bd38455a4c3645dc3d85b4613113bffc60d3",
"types": "./lib/index.d.ts",
"version": "5.0.7"
"version": "5.0.8"
}
14 changes: 7 additions & 7 deletions packages/abstract-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/abstract-provider": "^5.0.4",
"@ethersproject/bignumber": "^5.0.7",
"@ethersproject/bytes": "^5.0.4",
"@ethersproject/logger": "^5.0.5",
"@ethersproject/properties": "^5.0.3"
"@ethersproject/abstract-provider": "^5.0.8",
"@ethersproject/bignumber": "^5.0.13",
"@ethersproject/bytes": "^5.0.9",
"@ethersproject/logger": "^5.0.8",
"@ethersproject/properties": "^5.0.7"
},
"description": "An Abstract Class for desribing an Ethereum Signer for ethers.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -39,7 +39,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xf30b173e3bee012c273e09ae94387f410714faa640b9dc27213a192db77a0303",
"tarballHash": "0xa9c8ee5aa0f46e6615e22e43934a549706174ab8346355e0969620277899d632",
"types": "./lib/index.d.ts",
"version": "5.0.9"
"version": "5.0.10"
}
14 changes: 7 additions & 7 deletions packages/address/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bignumber": "^5.0.10",
"@ethersproject/bytes": "^5.0.4",
"@ethersproject/keccak256": "^5.0.3",
"@ethersproject/logger": "^5.0.5",
"@ethersproject/rlp": "^5.0.3"
"@ethersproject/bignumber": "^5.0.13",
"@ethersproject/bytes": "^5.0.9",
"@ethersproject/keccak256": "^5.0.7",
"@ethersproject/logger": "^5.0.8",
"@ethersproject/rlp": "^5.0.7"
},
"description": "Utilities for handling Ethereum Addresses for ethers.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -39,7 +39,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xf6189bba1f1db944f730756c375fe0a198f97aa1a6993ed69b1069b68b3b127e",
"tarballHash": "0xd2a696ead7db1ea68b4f3bb272eb3e500e13d81daea197187b6a24f31b1d0406",
"types": "./lib/index.d.ts",
"version": "5.0.8"
"version": "5.0.9"
}
6 changes: 3 additions & 3 deletions packages/asm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"ethers": "^5.0.13"
"ethers": "^5.0.25"
},
"description": "ASM libraries and tools for the Ethereum EVM.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -36,7 +36,7 @@
"generate": "node ./generate.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x83d6934a78956b083ea22841ce0c1595a344cd0d6ed8a0de8e702da9e826b757",
"tarballHash": "0xc37069d3a50c61311a6d7404879e9c38b83fd9a04eb77f58a3527b0dd8ea7acb",
"types": "./lib/index.d.ts",
"version": "5.0.8"
"version": "5.0.9"
}
6 changes: 3 additions & 3 deletions packages/base64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"./lib/base64": "./lib/browser-base64.js"
},
"dependencies": {
"@ethersproject/bytes": "^5.0.4"
"@ethersproject/bytes": "^5.0.9"
},
"description": "Base64 coder.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -41,7 +41,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x0b21de3d1f836a61564b43b95d9272c0034c20b70eae82bbe99538676a1f9780",
"tarballHash": "0x039db312367a40c2989d402945358f18670ee5e0f491a933a7db166e182c806d",
"types": "./lib/index.d.ts",
"version": "5.0.6"
"version": "5.0.7"
}
8 changes: 4 additions & 4 deletions packages/basex/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bytes": "^5.0.4",
"@ethersproject/properties": "^5.0.3"
"@ethersproject/bytes": "^5.0.9",
"@ethersproject/properties": "^5.0.7"
},
"description": "Base-X without Buffer.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x329cc06e27c00836bfbfbb871fe2f601e1532b2a85a3ef79aa48706338264b84",
"tarballHash": "0x0d352b87fee683283f5af82a758a9617de456b7b7a1a5182eeafaab8032cc84c",
"types": "./lib/index.d.ts",
"version": "5.0.6"
"version": "5.0.7"
}
8 changes: 4 additions & 4 deletions packages/bignumber/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bytes": "^5.0.8",
"@ethersproject/logger": "^5.0.5",
"@ethersproject/bytes": "^5.0.9",
"@ethersproject/logger": "^5.0.8",
"bn.js": "^4.4.0"
},
"description": "BigNumber library used in ethers.js.",
Expand Down Expand Up @@ -38,7 +38,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x988db7b6fa319a70ba68f176e674bee80e0e7f85d82109153bb8f7cd8957f2e3",
"tarballHash": "0xf7f0bf408b22fd4386b2b288bc7324f4d5353ee983a2e0287392175c74c40d57",
"types": "./lib/index.d.ts",
"version": "5.0.12"
"version": "5.0.13"
}
6 changes: 3 additions & 3 deletions packages/bytes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/logger": "^5.0.5"
"@ethersproject/logger": "^5.0.8"
},
"description": "Bytes utility functions for ethers.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xd9e749a0a18668dd6fd71da0f55afc0006d8b809d3c3f7b971ed9b76180e340c",
"tarballHash": "0xd0c00af724095504a6bf6447421ef5adfb5b42c9ec013fac5b273b60c0e2f181",
"types": "./lib/index.d.ts",
"version": "5.0.8"
"version": "5.0.9"
}
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"dependencies": {
"@babel/parser": "7.8.4",
"@babel/types": "7.8.3",
"@ethersproject/asm": "^5.0.5",
"@ethersproject/basex": "^5.0.3",
"ethers": "^5.0.13",
"@ethersproject/asm": "^5.0.9",
"@ethersproject/basex": "^5.0.7",
"ethers": "^5.0.25",
"scrypt-js": "3.0.1",
"solc": "0.7.1"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"test": "exit 1"
},
"sideEffects": false,
"tarballHash": "0x2e19e09a91c3169955c6dc7562d2f87d666f1abe9f79485a3a95f17b4f123a2a",
"tarballHash": "0x0e9d71c6adeed7e3cfc05ce4ba3fc1ea83f335ebfeaa99091869ace8db701f62",
"types": "./lib/index.d.ts",
"version": "5.0.7"
"version": "5.0.8"
}
6 changes: 3 additions & 3 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bignumber": "^5.0.7"
"@ethersproject/bignumber": "^5.0.13"
},
"description": "Common Ethereum constants used for ethers.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x7309c409ee97c2e040b89c8e1021d33f951eed5e9f25ddc58d134a5e6f735cea",
"tarballHash": "0x0c80f644155d23e5fb7f5cd58855b4704af28decb32ff4689dda3d0c1e5d2f2d",
"types": "./lib/index.d.ts",
"version": "5.0.7"
"version": "5.0.8"
}
22 changes: 11 additions & 11 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/abi": "^5.0.5",
"@ethersproject/abstract-provider": "^5.0.4",
"@ethersproject/abstract-signer": "^5.0.4",
"@ethersproject/address": "^5.0.4",
"@ethersproject/bignumber": "^5.0.7",
"@ethersproject/bytes": "^5.0.4",
"@ethersproject/constants": "^5.0.4",
"@ethersproject/logger": "^5.0.5",
"@ethersproject/properties": "^5.0.3"
"@ethersproject/abi": "^5.0.10",
"@ethersproject/abstract-provider": "^5.0.8",
"@ethersproject/abstract-signer": "^5.0.10",
"@ethersproject/address": "^5.0.9",
"@ethersproject/bignumber": "^5.0.13",
"@ethersproject/bytes": "^5.0.9",
"@ethersproject/constants": "^5.0.8",
"@ethersproject/logger": "^5.0.8",
"@ethersproject/properties": "^5.0.7"
},
"description": "Contract abstraction meta-class for ethers.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -43,7 +43,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xce5f076317986cd03fab0e8ca2eaf969ec5c05f4d4b89d89e05542c24249caa3",
"tarballHash": "0xf884a986b6a0c17eb617ada7e6a4e5dbcd61d3846b8fb13781addfabecd5c058",
"types": "./lib/index.d.ts",
"version": "5.0.8"
"version": "5.0.9"
}
62 changes: 31 additions & 31 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
"author": "Richard Moore <me@ricmoo.com>",
"browser-old": "./dist/ethers.umd.js",
"dependencies": {
"@ethersproject/abi": "5.0.9",
"@ethersproject/abstract-provider": "5.0.7",
"@ethersproject/abstract-signer": "5.0.9",
"@ethersproject/address": "5.0.8",
"@ethersproject/base64": "5.0.6",
"@ethersproject/basex": "5.0.6",
"@ethersproject/bignumber": "5.0.12",
"@ethersproject/bytes": "5.0.8",
"@ethersproject/constants": "5.0.7",
"@ethersproject/contracts": "5.0.8",
"@ethersproject/hash": "5.0.9",
"@ethersproject/hdnode": "5.0.7",
"@ethersproject/json-wallets": "5.0.9",
"@ethersproject/keccak256": "5.0.6",
"@ethersproject/abi": "5.0.10",
"@ethersproject/abstract-provider": "5.0.8",
"@ethersproject/abstract-signer": "5.0.10",
"@ethersproject/address": "5.0.9",
"@ethersproject/base64": "5.0.7",
"@ethersproject/basex": "5.0.7",
"@ethersproject/bignumber": "5.0.13",
"@ethersproject/bytes": "5.0.9",
"@ethersproject/constants": "5.0.8",
"@ethersproject/contracts": "5.0.9",
"@ethersproject/hash": "5.0.10",
"@ethersproject/hdnode": "5.0.8",
"@ethersproject/json-wallets": "5.0.10",
"@ethersproject/keccak256": "5.0.7",
"@ethersproject/logger": "5.0.8",
"@ethersproject/networks": "5.0.6",
"@ethersproject/pbkdf2": "5.0.6",
"@ethersproject/properties": "5.0.6",
"@ethersproject/providers": "5.0.17",
"@ethersproject/random": "5.0.6",
"@ethersproject/rlp": "5.0.6",
"@ethersproject/sha2": "5.0.6",
"@ethersproject/signing-key": "5.0.7",
"@ethersproject/solidity": "5.0.7",
"@ethersproject/strings": "5.0.7",
"@ethersproject/transactions": "5.0.8",
"@ethersproject/units": "5.0.8",
"@ethersproject/wallet": "5.0.9",
"@ethersproject/web": "5.0.11",
"@ethersproject/wordlists": "5.0.7"
"@ethersproject/networks": "5.0.7",
"@ethersproject/pbkdf2": "5.0.7",
"@ethersproject/properties": "5.0.7",
"@ethersproject/providers": "5.0.18",
"@ethersproject/random": "5.0.7",
"@ethersproject/rlp": "5.0.7",
"@ethersproject/sha2": "5.0.7",
"@ethersproject/signing-key": "5.0.8",
"@ethersproject/solidity": "5.0.8",
"@ethersproject/strings": "5.0.8",
"@ethersproject/transactions": "5.0.9",
"@ethersproject/units": "5.0.9",
"@ethersproject/wallet": "5.0.10",
"@ethersproject/web": "5.0.12",
"@ethersproject/wordlists": "5.0.8"
},
"description": "Umbrella package for most common Ethers libraries.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -62,7 +62,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x29af40c513a6ae9f1f3d3b9281e9dab348f682dd7cc6a69f4f8977a03eb651eb",
"tarballHash": "0x7811d1a11765c6fcd517de952b3b458725c3c748b7e04c8fdad3a889bc6e8851",
"types": "./lib/index.d.ts",
"version": "5.0.24"
"version": "5.0.25"
}
8 changes: 4 additions & 4 deletions packages/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/web": "^5.0.6",
"ethers": "^5.0.13",
"@ethersproject/web": "^5.0.12",
"ethers": "^5.0.25",
"scrypt-js": "3.0.1"
},
"description": "Experimental libraries for ethers. These should not be considered stable.",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x1dae55c33ec27af2df99f78f786587e79bf6c10c528a27ee9f346ecb368ee1b5",
"tarballHash": "0xe8af6cd44540ff227e91f6480a2e564d70afb7b52f0204c28d015c5c966f3953",
"types": "./lib/index.d.ts",
"version": "5.0.7"
"version": "5.0.8"
}
Loading

0 comments on commit 0e6cc9a

Please sign in to comment.