Updted dist files.

This commit is contained in:
Richard Moore 2019-08-05 14:38:04 -04:00
parent 226bb63184
commit 2cc51542be
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651
7 changed files with 12 additions and 8 deletions

View File

@ -3,7 +3,7 @@ Changelog
This change log is managed by `scripts/cmds/update-versions` but may be manually updated.
ethers/v5.0.0-beta.151 (2019-08-05 14:29)
ethers/v5.0.0-beta.152 (2019-08-05 14:37)
-----------------------------------------
- Using CLI --wait instead of custom Plugin flag for ethers-ens. ([19ee2b5](https://github.com/ethers-io/ethers.js/commit/19ee2b516005b2c35b846f19457ec9bbfa0c283b))
@ -11,6 +11,10 @@ ethers/v5.0.0-beta.151 (2019-08-05 14:29)
- Added migrate-registrar and transfer to ENS CLI. ([31e8e1b](https://github.com/ethers-io/ethers.js/commit/31e8e1b0520bc8be390fbf7e2b473c36a8649eb3))
- Include data in the CLI transaction dump. ([53bd96a](https://github.com/ethers-io/ethers.js/commit/53bd96a9f675233906033290f1e0c71ca4e9d389))
- Better errors on gas estimation failure. ([0e6b810](https://github.com/ethers-io/ethers.js/commit/0e6b810def390309240508a99b2cf0736848dedd))
ethers/v5.0.0-beta.151 (2019-08-05 14:29)
-----------------------------------------
- Added package name prefix to all _version for Logger. ([692589d](https://github.com/ethers-io/ethers.js/commit/692589db54cbca10a2a453e9a1801a8612056559))
ethers/v5.0.0-beta.150 (2019-08-03 1:07)

View File

@ -1 +1 @@
export declare const version = "ethers/5.0.0-beta.151";
export declare const version = "ethers/5.0.0-beta.152";

View File

@ -1,3 +1,3 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "ethers/5.0.0-beta.151";
exports.version = "ethers/5.0.0-beta.152";

View File

@ -13710,7 +13710,7 @@ exports.ContractFactory = ContractFactory;
},{"./_version":72,"@ethersproject/abi":55,"@ethersproject/abstract-provider":58,"@ethersproject/abstract-signer":60,"@ethersproject/address":62,"@ethersproject/bignumber":68,"@ethersproject/bytes":70,"@ethersproject/constants":71,"@ethersproject/logger":91,"@ethersproject/properties":96}],74:[function(require,module,exports){
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "ethers/5.0.0-beta.151";
exports.version = "ethers/5.0.0-beta.152";
},{}],75:[function(require,module,exports){
"use strict";

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "ethers",
"version": "5.0.0-beta.151",
"version": "5.0.0-beta.152",
"description": "Umbrella package for most common Ethers libraries.",
"main": "index.js",
"scripts": {
@ -60,5 +60,5 @@
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"tarballHash": "0xdafcee4f4e94f95969cfcc889ca8093689ccd0233884347b0b19fc96bca5c227"
"tarballHash": "0xb6136ebb429d8b7246e07904ac1ff693f76ebf942da0bece84ce36ef00cc2583"
}

View File

@ -1 +1 @@
export const version = "ethers/5.0.0-beta.151";
export const version = "ethers/5.0.0-beta.152";