Skip to content

Commit

Permalink
admin: updated dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jul 25, 2024
1 parent f345816 commit d7e8ad1
Show file tree
Hide file tree
Showing 8 changed files with 628 additions and 513 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Changelog
This change log is managed by `admin/cmds/update-versions` but may be manually updated.


ethers/v5.8.0 (2024-02-23 19:11)
ethers/v5.8.0 (2024-07-25 18:47)
--------------------------------

- Bump ws package version to address DoS security concern. ([#4791](https://github.com/ethers-io/ethers.js/issues/4791); [f345816](https://github.com/ethers-io/ethers.js/commit/f345816cf202fbaffa046bff7083c2c25d21f6cd))
- Added modern networks, updated third-party backend URLs and added QuickNode. ([#3935](https://github.com/ethers-io/ethers.js/issues/3935), [#4010](https://github.com/ethers-io/ethers.js/issues/4010); [f7c813d](https://github.com/ethers-io/ethers.js/commit/f7c813d3130f4790be4381c06ee5e56c8d513c79))
- Updated tests for goerli. ([706d3ca](https://github.com/ethers-io/ethers.js/commit/706d3ca27c233385944877eb64c099c74109b6c2))

Expand Down
1,112 changes: 611 additions & 501 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/node": "^12.7.4",
"@types/semver": "^7.3.4",
"aes-js": "3.0.0",
"aws-sdk": "2.1039.0",
"aws-sdk": "2.1664.0",
"diff": "4.0.1",
"flatworm": "0.0.2-beta.7",
"jison": "0.4.18",
Expand Down Expand Up @@ -99,6 +99,6 @@
"scrypt-js": "3.0.1",
"solc": "0.7.1",
"tiny-inflate": "1.0.3",
"ws": "7.4.6"
"ws": "8.18.0"
}
}
8 changes: 5 additions & 3 deletions packages/tests/lib.esm/test-providers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tests/lib.esm/test-providers.js.map

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions packages/tests/lib/test-providers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tests/lib/test-providers.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scripts": {
"test": "exit 1"
},
"tarballHash": "0x002336d2cdc6e2796f0cfce81b8ffbf600a08913a836538991c8a4cd678c8478",
"tarballHash": "0xecfd0d202cedfc3425363baf2bac56d783a13d3337127ad7d6f04c85f0d3eff4",
"types": "./lib/index.d.ts",
"version": "5.8.0"
}

0 comments on commit d7e8ad1

Please sign in to comment.