Skip to content

Commit c1a297d

Browse files
committed
Updated dist files.
1 parent be92339 commit c1a297d

File tree

187 files changed

+1345
-703
lines changed

Some content is hidden

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

187 files changed

+1345
-703
lines changed

CHANGELOG.md

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

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

6+
ethers/v5.0.13 (2020-09-11 02:10)
7+
---------------------------------
8+
9+
- Force content-length in web fetching. ([be92339](https://github.com/ethers-io/ethers.js/commit/be923396962ea76bf0fb566dcf8801e58ccf0e7e))
10+
- Better error forwarding from FallbackProvider. ([#1021](https://github.com/ethers-io/ethers.js/issues/1021); [bc3eeec](https://github.com/ethers-io/ethers.js/commit/bc3eeeca39adb734f24019d0e942eff2eac6ad4d))
11+
- Add clamping functions to FixedNumber. ([#1037](https://github.com/ethers-io/ethers.js/issues/1037); [042b74e](https://github.com/ethers-io/ethers.js/commit/042b74e6ee648d4fa37bf674194273d8f4483bfb))
12+
613
ethers/v5.0.12 (2020-09-07 19:54)
714
---------------------------------
815

admin/cmds/spell-check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Words = fs.readFileSync("/usr/share/dict/words").toString().split("\n").re
1111
`
1212
// Words missing from the dictionary
1313
accessing addresses aligned autofill called cancelled changed censored
14-
compiled computed configured consumed creating decoded decoding
14+
clamping compiled computed configured consumed creating decoded decoding
1515
decrypt decrypted decrypting deployed deploying deprecated detected
1616
discontinued earliest email enabled encoded encoding encrypt
1717
encrypted encrypting entries euro exceeded existing expected

package-lock.json

Lines changed: 187 additions & 182 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/abi/lib.esm/_version.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export declare const version = "abi/5.0.4";
1+
export declare const version = "abi/5.0.5";

packages/abi/lib.esm/_version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/abi/lib/_version.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export declare const version = "abi/5.0.4";
1+
export declare const version = "abi/5.0.5";

packages/abi/lib/_version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/abi/package.json

Lines changed: 7 additions & 7 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.3",
5-
"@ethersproject/bignumber": "^5.0.6",
4+
"@ethersproject/address": "^5.0.4",
5+
"@ethersproject/bignumber": "^5.0.7",
66
"@ethersproject/bytes": "^5.0.4",
7-
"@ethersproject/constants": "^5.0.3",
8-
"@ethersproject/hash": "^5.0.3",
7+
"@ethersproject/constants": "^5.0.4",
8+
"@ethersproject/hash": "^5.0.4",
99
"@ethersproject/keccak256": "^5.0.3",
1010
"@ethersproject/logger": "^5.0.5",
1111
"@ethersproject/properties": "^5.0.3",
12-
"@ethersproject/strings": "^5.0.3"
12+
"@ethersproject/strings": "^5.0.4"
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": "0x1630469ed427457628d157d6f09440960fd37999bf6ad7e2521a757e2a946d04",
34+
"tarballHash": "0x72e2d79207141b5d847504c349b75add9d423a8bd4408eda0a14933e6ea4d803",
3535
"types": "./lib/index.d.ts",
36-
"version": "5.0.4"
36+
"version": "5.0.5"
3737
}

packages/abi/src.ts/_version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "abi/5.0.4";
1+
export const version = "abi/5.0.5";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export declare const version = "abstract-provider/5.0.3";
1+
export declare const version = "abstract-provider/5.0.4";

0 commit comments

Comments
 (0)