admin: update dist files

This commit is contained in:
Richard Moore 2023-04-22 18:54:45 +09:00
parent df685b1bd9
commit f701f390cc
3 changed files with 4 additions and 3 deletions

@ -3,9 +3,10 @@ Change Log
This change log is maintained by `src.ts/_admin/update-changelog.ts` but may also be manually updated.
ethers/v6.3.1 (2023-04-19 17:30)
ethers/v6.3.1 (2023-04-22 18:55)
--------------------------------
- Support transitive dependants that use non-node16 moduleResolution ([#3920](https://github.com/ethers-io/ethers.js/issues/3920); [df685b1](https://github.com/ethers-io/ethers.js/commit/df685b1bd9ad346ee7863beb6c3ca3f4e94932a2)).
- Populate any missing log.removed with false ([#3959](https://github.com/ethers-io/ethers.js/issues/3959); [4e478e6](https://github.com/ethers-io/ethers.js/commit/4e478e625d5648f2172631eef5fda5776ee776b0)).
ethers/v6.3.0 (2023-04-06 04:35)

@ -117,7 +117,7 @@
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
"gitHead": "6b9305886f9a80ccc23cb9663d635892ba037895",
"gitHead": "df685b1bd9ad346ee7863beb6c3ca3f4e94932a2",
"homepage": "https://ethers.org",
"keywords": [
"ethereum",

@ -1,4 +1,4 @@
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" />
import { SocketProvider } from "./provider-socket.js";
import type { Socket } from "net";
import type { Networkish } from "./network.js";