admin: update dist files

This commit is contained in:
Richard Moore 2022-08-18 15:38:05 -04:00
parent 9f21b6bea8
commit d3592efc1d
6 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ Changelog
This change log is managed by `admin/cmds/update-versions` but may be manually updated.
ethers/v5.7.0 (2022-08-18 14:43)
ethers/v5.7.0 (2022-08-18 15:38)
--------------------------------
- Update PocketProvider to newer URL format. ([#2980](https://github.com/ethers-io/ethers.js/issues/2980); [10d07ca](https://github.com/ethers-io/ethers.js/commit/10d07ca6ec0622fb5a58b7e61b089166ebe8ea15))

View File

@ -238,7 +238,7 @@ describe('Test Namehash', function () {
const namehash = ethers.utils.namehash(name);
console.log(name, namehash);
}, (error) => {
return !!error.message.match(/invalid ENS address/);
return !!error.message.match(/invalid ENS name; empty component/);
});
});
});

File diff suppressed because one or more lines are too long

View File

@ -288,7 +288,7 @@ describe('Test Namehash', function () {
var namehash = ethers_1.ethers.utils.namehash(name);
console.log(name, namehash);
}, function (error) {
return !!error.message.match(/invalid ENS address/);
return !!error.message.match(/invalid ENS name; empty component/);
});
});
});

File diff suppressed because one or more lines are too long

View File

@ -37,7 +37,7 @@
"scripts": {
"test": "exit 1"
},
"tarballHash": "0x4baa4237143d76d0d5f14fa977b721a1ec52b92ea005a226046b41bf2c753f3b",
"tarballHash": "0x90f247f6cfb48717aa130ed799ef5a80b8b0e61ea8c41c9e51a118efaf4daf07",
"types": "./lib/index.d.ts",
"version": "5.7.0"
}