Updated dist files and version bump (patch) for publishing.
This commit is contained in:
parent
8a842af999
commit
bd7e8e708f
2
dist/ethers-providers.js
vendored
2
dist/ethers-providers.js
vendored
@ -4421,7 +4421,7 @@ function getTransaction(transaction) {
|
||||
function JsonRpcProvider(url, network) {
|
||||
if (!(this instanceof JsonRpcProvider)) { throw new Error('missing new'); }
|
||||
|
||||
if (arguments.lengt == 1) {
|
||||
if (arguments.length == 1) {
|
||||
if (typeof(url) === 'string') {
|
||||
try {
|
||||
network = Provider.getNetwork(url);
|
||||
|
2
dist/ethers-providers.min.js
vendored
2
dist/ethers-providers.min.js
vendored
File diff suppressed because one or more lines are too long
4
dist/ethers.js
vendored
4
dist/ethers.js
vendored
@ -9585,7 +9585,7 @@ uuid.unparse = unparse;
|
||||
module.exports = uuid;
|
||||
|
||||
},{"./rng":43}],45:[function(require,module,exports){
|
||||
module.exports={"version":"3.0.2"}
|
||||
module.exports={"version":"3.0.3"}
|
||||
},{}],46:[function(require,module,exports){
|
||||
'use strict';
|
||||
|
||||
@ -10072,7 +10072,7 @@ function getTransaction(transaction) {
|
||||
function JsonRpcProvider(url, network) {
|
||||
if (!(this instanceof JsonRpcProvider)) { throw new Error('missing new'); }
|
||||
|
||||
if (arguments.lengt == 1) {
|
||||
if (arguments.length == 1) {
|
||||
if (typeof(url) === 'string') {
|
||||
try {
|
||||
network = Provider.getNetwork(url);
|
||||
|
2
dist/ethers.min.js
vendored
2
dist/ethers.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ethers",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"description": "Ethereum wallet library.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user