Fixed package descriptions (#561).
This commit is contained in:
parent
6f4ca61208
commit
ebfca98dc2
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@ethersproject/abi",
|
||||
"version": "5.0.0-beta.136",
|
||||
"description": "Error utility functions for ethers.",
|
||||
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@ethersproject/abstract-provider",
|
||||
"version": "5.0.0-beta.130",
|
||||
"description": "Error utility functions for ethers.",
|
||||
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
|
||||
"main": "index.js",
|
||||
"browser": {
|
||||
"net": "./browser-net.js",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@ethersproject/abstract-signer",
|
||||
"version": "5.0.0-beta.131",
|
||||
"description": "Error utility functions for ethers.",
|
||||
"description": "An Abstract Class for desribing an Ethereum Signer for ethers.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@ethersproject/address",
|
||||
"version": "5.0.0-beta.127",
|
||||
"description": "Error utility functions for ethers.",
|
||||
"description": "Utilities for handling Ethereum Addresses for ethers.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@ethersproject/constants",
|
||||
"version": "5.0.0-beta.127",
|
||||
"description": "Error utility functions for ethers.",
|
||||
"description": "Common Ethereum constants used for ethers.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@ethersproject/keccak256",
|
||||
"version": "5.0.0-beta.126",
|
||||
"description": "Error utility functions for ethers.",
|
||||
"description": "The keccak256 hash function for ethers.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@ethersproject/pbkdf2",
|
||||
"version": "5.0.0-beta.126",
|
||||
"description": "Error utility functions for ethers.",
|
||||
"description": "The PBKDF2 password-pbased key derivation function for ethers.",
|
||||
"main": "index.js",
|
||||
"browser": "browser.js",
|
||||
"scripts": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@ethersproject/sha2",
|
||||
"version": "5.0.0-beta.128",
|
||||
"description": "Error utility functions for ethers.",
|
||||
"description": "The SHA2 family hash functions and HMAC functions for ethers.",
|
||||
"main": "index.js",
|
||||
"browser": "browser.js",
|
||||
"scripts": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@ethersproject/transactions",
|
||||
"version": "5.0.0-beta.127",
|
||||
"description": "Error utility functions for ethers.",
|
||||
"description": "Utilities for decoding and encoding Ethereum transaction for ethers.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@ethersproject/wallet",
|
||||
"version": "5.0.0-beta.129",
|
||||
"description": "Error utility functions for ethers.",
|
||||
"description": "Classes for managing, encrypting and decrypting Ethereum private keys as a Signer for ethers.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@ethersproject/web",
|
||||
"version": "5.0.0-beta.128",
|
||||
"description": "Error utility functions for ethers.",
|
||||
"description": "Utility fucntions for managing web requests for ethers.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
Loading…
Reference in New Issue
Block a user