-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated dist files (remove from beta).
- Loading branch information
Showing
45 changed files
with
277 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/address": ">=5.0.0-beta.134", | ||
"@ethersproject/bignumber": ">=5.0.0-beta.138", | ||
"@ethersproject/bytes": ">=5.0.0-beta.137", | ||
"@ethersproject/constants": ">=5.0.0-beta.133", | ||
"@ethersproject/hash": ">=5.0.0-beta.133", | ||
"@ethersproject/keccak256": ">=5.0.0-beta.131", | ||
"@ethersproject/logger": ">=5.0.0-beta.137", | ||
"@ethersproject/properties": ">=5.0.0-beta.140", | ||
"@ethersproject/strings": ">=5.0.0-beta.136" | ||
"@ethersproject/address": "^5.0.0", | ||
"@ethersproject/bignumber": "^5.0.0", | ||
"@ethersproject/bytes": "^5.0.0", | ||
"@ethersproject/constants": "^5.0.0", | ||
"@ethersproject/hash": "^5.0.0", | ||
"@ethersproject/keccak256": "^5.0.0", | ||
"@ethersproject/logger": "^5.0.0", | ||
"@ethersproject/properties": "^5.0.0", | ||
"@ethersproject/strings": "^5.0.0" | ||
}, | ||
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -31,7 +31,7 @@ | |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"tarballHash": "0x03c2682593f06045039a553285c72ba60f2313738637c5aed8509c634051aadb", | ||
"tarballHash": "0x5d90239f22a88b4731839c476e615cd20913db0415656404a10293051c04378d", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.0-beta.156" | ||
"version": "5.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/bignumber": ">=5.0.0-beta.138", | ||
"@ethersproject/bytes": ">=5.0.0-beta.137", | ||
"@ethersproject/logger": ">=5.0.0-beta.137", | ||
"@ethersproject/networks": ">=5.0.0-beta.136", | ||
"@ethersproject/properties": ">=5.0.0-beta.140", | ||
"@ethersproject/transactions": ">=5.0.0-beta.135", | ||
"@ethersproject/web": ">=5.0.0-beta.138" | ||
"@ethersproject/bignumber": "^5.0.0", | ||
"@ethersproject/bytes": "^5.0.0", | ||
"@ethersproject/logger": "^5.0.0", | ||
"@ethersproject/networks": "^5.0.0", | ||
"@ethersproject/properties": "^5.0.0", | ||
"@ethersproject/transactions": "^5.0.0", | ||
"@ethersproject/web": "^5.0.0" | ||
}, | ||
"description": "An Abstract Class for describing an Ethereum Provider for ethers.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -29,7 +29,7 @@ | |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"tarballHash": "0xad8f4ccc09a03c47de713409293aed56225df32705cb364ece02ad8f10429b72", | ||
"tarballHash": "0xb275bfd872ab526ec3773b42f17ce02cce6ab6817647da90542e272422c55ef9", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.0-beta.142" | ||
"version": "5.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/abstract-provider": ">=5.0.0-beta.139", | ||
"@ethersproject/bignumber": ">=5.0.0-beta.138", | ||
"@ethersproject/bytes": ">=5.0.0-beta.137", | ||
"@ethersproject/logger": ">=5.0.0-beta.137", | ||
"@ethersproject/properties": ">=5.0.0-beta.140" | ||
"@ethersproject/abstract-provider": "^5.0.0", | ||
"@ethersproject/bignumber": "^5.0.0", | ||
"@ethersproject/bytes": "^5.0.0", | ||
"@ethersproject/logger": "^5.0.0", | ||
"@ethersproject/properties": "^5.0.0" | ||
}, | ||
"description": "An Abstract Class for desribing an Ethereum Signer for ethers.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -27,7 +27,7 @@ | |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"tarballHash": "0x9bcb28b416731620f3e970b8a5fee9f888951781d4c6a1239a1020f55317d811", | ||
"tarballHash": "0x65edb7647b1ec1e155eb18306b989536f15fd89c3cecc25b1a96bb717c8c25c7", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.0-beta.145" | ||
"version": "5.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/bignumber": ">=5.0.0-beta.138", | ||
"@ethersproject/bytes": ">=5.0.0-beta.137", | ||
"@ethersproject/keccak256": ">=5.0.0-beta.131", | ||
"@ethersproject/logger": ">=5.0.0-beta.137", | ||
"@ethersproject/rlp": ">=5.0.0-beta.132", | ||
"@ethersproject/bignumber": "^5.0.0", | ||
"@ethersproject/bytes": "^5.0.0", | ||
"@ethersproject/keccak256": "^5.0.0", | ||
"@ethersproject/logger": "^5.0.0", | ||
"@ethersproject/rlp": "^5.0.0", | ||
"bn.js": "^4.4.0" | ||
}, | ||
"description": "Utilities for handling Ethereum Addresses for ethers.", | ||
|
@@ -28,7 +28,7 @@ | |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"tarballHash": "0xcd7c012840c8c6bd80d11096e1bb593cd1bc0d149c76ad5383c79bf7c61328a1", | ||
"tarballHash": "0x3388e6ad886c1847a2be7925f8b6e9756e79dba2473a4d0de9b68dedfb62bf22", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.0-beta.135" | ||
"version": "5.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"ethers": ">=5.0.0-beta.186" | ||
"ethers": "^5.0.0" | ||
}, | ||
"description": "ASM libraries and tools for the Ethereum EVM.", | ||
"devDependencies": { | ||
|
@@ -29,7 +29,7 @@ | |
"generate": "node ./generate.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"tarballHash": "0x1e7ea4e96bf5d23d69faca00f15efb460e4ff3f8aebf186ffcf1457f067e0c1f", | ||
"tarballHash": "0xe9db2674256a728518b2c340a81405bc53b7f04cf82fdf433fe0b0b037d0e19a", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.0-beta.160" | ||
"version": "5.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/bytes": ">=5.0.0-beta.137", | ||
"@ethersproject/properties": ">=5.0.0-beta.140" | ||
"@ethersproject/bytes": "^5.0.0", | ||
"@ethersproject/properties": "^5.0.0" | ||
}, | ||
"description": "Base-X without Buffer.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -24,7 +24,7 @@ | |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"tarballHash": "0x1edc1212b4a47fba2b6297a3f3dc57f8945829804daadf6feef4d22949138391", | ||
"tarballHash": "0xde76e04ed8965e89b212fb7331a3100d763fc137ee1c97c79e36dffa6104558c", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.0-beta.133" | ||
"version": "5.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/bytes": ">=5.0.0-beta.137", | ||
"@ethersproject/logger": ">=5.0.0-beta.137", | ||
"@ethersproject/properties": ">=5.0.0-beta.140", | ||
"@ethersproject/bytes": "^5.0.0", | ||
"@ethersproject/logger": "^5.0.0", | ||
"@ethersproject/properties": "^5.0.0", | ||
"bn.js": "^4.4.0" | ||
}, | ||
"description": "BigNumber library used in ethers.js.", | ||
|
@@ -27,7 +27,7 @@ | |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"tarballHash": "0xd848b4dd2012976e17071fb96c67c848a76f36231fd190d92dfb777fac31cafa", | ||
"tarballHash": "0xd1300122b14af472b6a8f959457fb0e1b7fb46c761082d8ce3ab07f0e9be8602", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.0-beta.139" | ||
"version": "5.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/logger": ">=5.0.0-beta.137" | ||
"@ethersproject/logger": "^5.0.0" | ||
}, | ||
"description": "Bytes utility functions for ethers.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -25,7 +25,7 @@ | |
"build": "tsc -p ./tsconfig.json", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"tarballHash": "0x120d09952912c813249d78bec3aa00bd42820951bc9233788c936c943ee6e7dc", | ||
"tarballHash": "0xbffe85d7b79c8dafad9c06c46948776d8ef47e126341184d89c10b4cde196e57", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.0-beta.138" | ||
"version": "5.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/bignumber": ">=5.0.0-beta.138" | ||
"@ethersproject/bignumber": "^5.0.0" | ||
}, | ||
"description": "Common Ethereum constants used for ethers.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -23,7 +23,7 @@ | |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"tarballHash": "0x53f0341d9ba057be66ae4c5f18e56523dd46b9c733c4e073d339b730241bbe1c", | ||
"tarballHash": "0x34815f337eac65eba08ed3c4b8041d219127ca5fb4eff67436b2051b9d18e132", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.0-beta.134" | ||
"version": "5.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"author": "Richard Moore <[email protected]>", | ||
"dependencies": { | ||
"@ethersproject/abi": ">=5.0.0-beta.153", | ||
"@ethersproject/abstract-provider": ">=5.0.0-beta.139", | ||
"@ethersproject/abstract-signer": ">=5.0.0-beta.142", | ||
"@ethersproject/address": ">=5.0.0-beta.134", | ||
"@ethersproject/bignumber": ">=5.0.0-beta.138", | ||
"@ethersproject/bytes": ">=5.0.0-beta.137", | ||
"@ethersproject/constants": ">=5.0.0-beta.133", | ||
"@ethersproject/logger": ">=5.0.0-beta.137", | ||
"@ethersproject/properties": ">=5.0.0-beta.140" | ||
"@ethersproject/abi": "^5.0.0", | ||
"@ethersproject/abstract-provider": "^5.0.0", | ||
"@ethersproject/abstract-signer": "^5.0.0", | ||
"@ethersproject/address": "^5.0.0", | ||
"@ethersproject/bignumber": "^5.0.0", | ||
"@ethersproject/bytes": "^5.0.0", | ||
"@ethersproject/constants": "^5.0.0", | ||
"@ethersproject/logger": "^5.0.0", | ||
"@ethersproject/properties": "^5.0.0" | ||
}, | ||
"description": "Contract abstraction meta-class for ethers.", | ||
"ethereum": "donations.ethers.eth", | ||
|
@@ -31,7 +31,7 @@ | |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"tarballHash": "0x1f5752f4056760cac39b4b5229a082a135170ea8f65f49a949c3228e89fba1a2", | ||
"tarballHash": "0x81e07db8809a3cbf1f7c01ecef47499088dc97231f5f348e3b70b4c668d97e62", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.0-beta.156" | ||
"version": "5.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.