Skip to content

Commit e805ab5

Browse files
committed
Updated dist files (remove from beta).
1 parent 7157816 commit e805ab5

File tree

45 files changed

+277
-274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+277
-274
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Changelog
33

44
This change log is managed by `scripts/cmds/update-versions` but may be manually updated.
55

6+
ethers/v5.0.0 (2020-06-12 19:58)
7+
--------------------------------
8+
9+
- Preserve config canary string. ([7157816](https://github.com/ethers-io/ethers.js/commit/7157816fa53f660d750811b293e3b1d5a2f70bd4))
10+
- Updated docs. ([9e4c7e6](https://github.com/ethers-io/ethers.js/commit/9e4c7e609d9eeb5f2a11d6a90bfa9d32ee696431))
11+
612
ethers/v5.0.0-beta.192 (2020-06-12 04:51)
713
-----------------------------------------
814

packages/abi/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/address": ">=5.0.0-beta.134",
5-
"@ethersproject/bignumber": ">=5.0.0-beta.138",
6-
"@ethersproject/bytes": ">=5.0.0-beta.137",
7-
"@ethersproject/constants": ">=5.0.0-beta.133",
8-
"@ethersproject/hash": ">=5.0.0-beta.133",
9-
"@ethersproject/keccak256": ">=5.0.0-beta.131",
10-
"@ethersproject/logger": ">=5.0.0-beta.137",
11-
"@ethersproject/properties": ">=5.0.0-beta.140",
12-
"@ethersproject/strings": ">=5.0.0-beta.136"
4+
"@ethersproject/address": "^5.0.0",
5+
"@ethersproject/bignumber": "^5.0.0",
6+
"@ethersproject/bytes": "^5.0.0",
7+
"@ethersproject/constants": "^5.0.0",
8+
"@ethersproject/hash": "^5.0.0",
9+
"@ethersproject/keccak256": "^5.0.0",
10+
"@ethersproject/logger": "^5.0.0",
11+
"@ethersproject/properties": "^5.0.0",
12+
"@ethersproject/strings": "^5.0.0"
1313
},
1414
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
1515
"ethereum": "donations.ethers.eth",
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"test": "echo \"Error: no test specified\" && exit 1"
3333
},
34-
"tarballHash": "0x03c2682593f06045039a553285c72ba60f2313738637c5aed8509c634051aadb",
34+
"tarballHash": "0x5d90239f22a88b4731839c476e615cd20913db0415656404a10293051c04378d",
3535
"types": "./lib/index.d.ts",
36-
"version": "5.0.0-beta.156"
36+
"version": "5.0.0"
3737
}

packages/abstract-provider/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bignumber": ">=5.0.0-beta.138",
5-
"@ethersproject/bytes": ">=5.0.0-beta.137",
6-
"@ethersproject/logger": ">=5.0.0-beta.137",
7-
"@ethersproject/networks": ">=5.0.0-beta.136",
8-
"@ethersproject/properties": ">=5.0.0-beta.140",
9-
"@ethersproject/transactions": ">=5.0.0-beta.135",
10-
"@ethersproject/web": ">=5.0.0-beta.138"
4+
"@ethersproject/bignumber": "^5.0.0",
5+
"@ethersproject/bytes": "^5.0.0",
6+
"@ethersproject/logger": "^5.0.0",
7+
"@ethersproject/networks": "^5.0.0",
8+
"@ethersproject/properties": "^5.0.0",
9+
"@ethersproject/transactions": "^5.0.0",
10+
"@ethersproject/web": "^5.0.0"
1111
},
1212
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
1313
"ethereum": "donations.ethers.eth",
@@ -29,7 +29,7 @@
2929
"scripts": {
3030
"test": "echo \"Error: no test specified\" && exit 1"
3131
},
32-
"tarballHash": "0xad8f4ccc09a03c47de713409293aed56225df32705cb364ece02ad8f10429b72",
32+
"tarballHash": "0xb275bfd872ab526ec3773b42f17ce02cce6ab6817647da90542e272422c55ef9",
3333
"types": "./lib/index.d.ts",
34-
"version": "5.0.0-beta.142"
34+
"version": "5.0.0"
3535
}

packages/abstract-signer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/abstract-provider": ">=5.0.0-beta.139",
5-
"@ethersproject/bignumber": ">=5.0.0-beta.138",
6-
"@ethersproject/bytes": ">=5.0.0-beta.137",
7-
"@ethersproject/logger": ">=5.0.0-beta.137",
8-
"@ethersproject/properties": ">=5.0.0-beta.140"
4+
"@ethersproject/abstract-provider": "^5.0.0",
5+
"@ethersproject/bignumber": "^5.0.0",
6+
"@ethersproject/bytes": "^5.0.0",
7+
"@ethersproject/logger": "^5.0.0",
8+
"@ethersproject/properties": "^5.0.0"
99
},
1010
"description": "An Abstract Class for desribing an Ethereum Signer for ethers.",
1111
"ethereum": "donations.ethers.eth",
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"test": "echo \"Error: no test specified\" && exit 1"
2929
},
30-
"tarballHash": "0x9bcb28b416731620f3e970b8a5fee9f888951781d4c6a1239a1020f55317d811",
30+
"tarballHash": "0x65edb7647b1ec1e155eb18306b989536f15fd89c3cecc25b1a96bb717c8c25c7",
3131
"types": "./lib/index.d.ts",
32-
"version": "5.0.0-beta.145"
32+
"version": "5.0.0"
3333
}

packages/address/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bignumber": ">=5.0.0-beta.138",
5-
"@ethersproject/bytes": ">=5.0.0-beta.137",
6-
"@ethersproject/keccak256": ">=5.0.0-beta.131",
7-
"@ethersproject/logger": ">=5.0.0-beta.137",
8-
"@ethersproject/rlp": ">=5.0.0-beta.132",
4+
"@ethersproject/bignumber": "^5.0.0",
5+
"@ethersproject/bytes": "^5.0.0",
6+
"@ethersproject/keccak256": "^5.0.0",
7+
"@ethersproject/logger": "^5.0.0",
8+
"@ethersproject/rlp": "^5.0.0",
99
"bn.js": "^4.4.0"
1010
},
1111
"description": "Utilities for handling Ethereum Addresses for ethers.",
@@ -28,7 +28,7 @@
2828
"scripts": {
2929
"test": "echo \"Error: no test specified\" && exit 1"
3030
},
31-
"tarballHash": "0xcd7c012840c8c6bd80d11096e1bb593cd1bc0d149c76ad5383c79bf7c61328a1",
31+
"tarballHash": "0x3388e6ad886c1847a2be7925f8b6e9756e79dba2473a4d0de9b68dedfb62bf22",
3232
"types": "./lib/index.d.ts",
33-
"version": "5.0.0-beta.135"
33+
"version": "5.0.0"
3434
}

packages/asm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"ethers": ">=5.0.0-beta.186"
4+
"ethers": "^5.0.0"
55
},
66
"description": "ASM libraries and tools for the Ethereum EVM.",
77
"devDependencies": {
@@ -29,7 +29,7 @@
2929
"generate": "node ./generate.js",
3030
"test": "echo \"Error: no test specified\" && exit 1"
3131
},
32-
"tarballHash": "0x1e7ea4e96bf5d23d69faca00f15efb460e4ff3f8aebf186ffcf1457f067e0c1f",
32+
"tarballHash": "0xe9db2674256a728518b2c340a81405bc53b7f04cf82fdf433fe0b0b037d0e19a",
3333
"types": "./lib/index.d.ts",
34-
"version": "5.0.0-beta.160"
34+
"version": "5.0.0"
3535
}

packages/base64/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"browser.esm": "./lib.esm/browser.js",
55
"browser.umd": "./lib/browser.js",
66
"dependencies": {
7-
"@ethersproject/bytes": ">=5.0.0-beta.137"
7+
"@ethersproject/bytes": "^5.0.0"
88
},
99
"description": "Base64 coder.",
1010
"ethereum": "donations.ethers.eth",
@@ -26,7 +26,7 @@
2626
"scripts": {
2727
"test": "echo \"Error: no test specified\" && exit 1"
2828
},
29-
"tarballHash": "0xefb6a07f48873410e79d2ceee6ffd44476483e78e2920e440645aa6c071926ad",
29+
"tarballHash": "0x2b05844b5c583e0dd326a714786dc6cf03cbfb1a9691f6d1844721766b93214b",
3030
"types": "./lib/index.d.ts",
31-
"version": "5.0.0-beta.134"
31+
"version": "5.0.0"
3232
}

packages/basex/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bytes": ">=5.0.0-beta.137",
5-
"@ethersproject/properties": ">=5.0.0-beta.140"
4+
"@ethersproject/bytes": "^5.0.0",
5+
"@ethersproject/properties": "^5.0.0"
66
},
77
"description": "Base-X without Buffer.",
88
"ethereum": "donations.ethers.eth",
@@ -24,7 +24,7 @@
2424
"scripts": {
2525
"test": "echo \"Error: no test specified\" && exit 1"
2626
},
27-
"tarballHash": "0x1edc1212b4a47fba2b6297a3f3dc57f8945829804daadf6feef4d22949138391",
27+
"tarballHash": "0xde76e04ed8965e89b212fb7331a3100d763fc137ee1c97c79e36dffa6104558c",
2828
"types": "./lib/index.d.ts",
29-
"version": "5.0.0-beta.133"
29+
"version": "5.0.0"
3030
}

packages/bignumber/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bytes": ">=5.0.0-beta.137",
5-
"@ethersproject/logger": ">=5.0.0-beta.137",
6-
"@ethersproject/properties": ">=5.0.0-beta.140",
4+
"@ethersproject/bytes": "^5.0.0",
5+
"@ethersproject/logger": "^5.0.0",
6+
"@ethersproject/properties": "^5.0.0",
77
"bn.js": "^4.4.0"
88
},
99
"description": "BigNumber library used in ethers.js.",
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"test": "echo \"Error: no test specified\" && exit 1"
2929
},
30-
"tarballHash": "0xd848b4dd2012976e17071fb96c67c848a76f36231fd190d92dfb777fac31cafa",
30+
"tarballHash": "0xd1300122b14af472b6a8f959457fb0e1b7fb46c761082d8ce3ab07f0e9be8602",
3131
"types": "./lib/index.d.ts",
32-
"version": "5.0.0-beta.139"
32+
"version": "5.0.0"
3333
}

packages/bytes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/logger": ">=5.0.0-beta.137"
4+
"@ethersproject/logger": "^5.0.0"
55
},
66
"description": "Bytes utility functions for ethers.",
77
"ethereum": "donations.ethers.eth",
@@ -25,7 +25,7 @@
2525
"build": "tsc -p ./tsconfig.json",
2626
"test": "echo \"Error: no test specified\" && exit 1"
2727
},
28-
"tarballHash": "0x120d09952912c813249d78bec3aa00bd42820951bc9233788c936c943ee6e7dc",
28+
"tarballHash": "0xbffe85d7b79c8dafad9c06c46948776d8ef47e126341184d89c10b4cde196e57",
2929
"types": "./lib/index.d.ts",
30-
"version": "5.0.0-beta.138"
30+
"version": "5.0.0"
3131
}

0 commit comments

Comments
 (0)