2
0
mirror of synced 2025-02-25 04:25:16 +00:00

Updated dist files and version bump (patch) for publishing.

This commit is contained in:
Richard Moore 2018-03-05 22:34:12 -05:00
parent 8a842af999
commit bd7e8e708f
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295
5 changed files with 6 additions and 6 deletions

View File

@ -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);

File diff suppressed because one or more lines are too long

4
dist/ethers.js vendored
View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "ethers",
"version": "3.0.2",
"version": "3.0.3",
"description": "Ethereum wallet library.",
"main": "index.js",
"scripts": {