Comparing version 5.6.9 to 5.7.0
@@ -1,2 +0,2 @@ | ||
export declare const version = "ethers/5.6.9"; | ||
export declare const version = "ethers/5.7.0"; | ||
//# sourceMappingURL=_version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = "ethers/5.6.9"; | ||
export const version = "ethers/5.7.0"; | ||
//# sourceMappingURL=_version.js.map |
@@ -11,2 +11,3 @@ import { BaseContract, Contract, ContractFactory } from "@ethersproject/contracts"; | ||
import { ErrorCode as errors } from "@ethersproject/logger"; | ||
import type { TypedDataDomain, TypedDataField } from "@ethersproject/abstract-signer"; | ||
import { BigNumberish } from "@ethersproject/bignumber"; | ||
@@ -18,3 +19,3 @@ import { Bytes, BytesLike, Signature } from "@ethersproject/bytes"; | ||
import { ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, PopulatedTransaction, ContractInterface } from "@ethersproject/contracts"; | ||
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, BaseContract, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists, version, ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, PopulatedTransaction, ContractInterface, BigNumberish, Bytes, BytesLike, Signature, Transaction, UnsignedTransaction, Wordlist }; | ||
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, BaseContract, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists, version, ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, PopulatedTransaction, ContractInterface, TypedDataDomain, TypedDataField, BigNumberish, Bytes, BytesLike, Signature, Transaction, UnsignedTransaction, Wordlist }; | ||
//# sourceMappingURL=ethers.d.ts.map |
import * as ethers from "./ethers"; | ||
export { ethers }; | ||
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, BaseContract, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists, version, ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, PopulatedTransaction, ContractInterface, BigNumberish, Bytes, BytesLike, Signature, Transaction, UnsignedTransaction, Wordlist } from "./ethers"; | ||
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, BaseContract, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists, version, ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, PopulatedTransaction, ContractInterface, TypedDataDomain, TypedDataField, BigNumberish, Bytes, BytesLike, Signature, Transaction, UnsignedTransaction, Wordlist } from "./ethers"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "ethers/5.6.9"; | ||
export declare const version = "ethers/5.7.0"; | ||
//# sourceMappingURL=_version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = "ethers/5.6.9"; | ||
exports.version = "ethers/5.7.0"; | ||
//# sourceMappingURL=_version.js.map |
@@ -11,2 +11,3 @@ import { BaseContract, Contract, ContractFactory } from "@ethersproject/contracts"; | ||
import { ErrorCode as errors } from "@ethersproject/logger"; | ||
import type { TypedDataDomain, TypedDataField } from "@ethersproject/abstract-signer"; | ||
import { BigNumberish } from "@ethersproject/bignumber"; | ||
@@ -18,3 +19,3 @@ import { Bytes, BytesLike, Signature } from "@ethersproject/bytes"; | ||
import { ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, PopulatedTransaction, ContractInterface } from "@ethersproject/contracts"; | ||
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, BaseContract, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists, version, ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, PopulatedTransaction, ContractInterface, BigNumberish, Bytes, BytesLike, Signature, Transaction, UnsignedTransaction, Wordlist }; | ||
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, BaseContract, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists, version, ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, PopulatedTransaction, ContractInterface, TypedDataDomain, TypedDataField, BigNumberish, Bytes, BytesLike, Signature, Transaction, UnsignedTransaction, Wordlist }; | ||
//# sourceMappingURL=ethers.d.ts.map |
import * as ethers from "./ethers"; | ||
export { ethers }; | ||
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, BaseContract, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists, version, ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, PopulatedTransaction, ContractInterface, BigNumberish, Bytes, BytesLike, Signature, Transaction, UnsignedTransaction, Wordlist } from "./ethers"; | ||
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, BaseContract, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists, version, ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, PopulatedTransaction, ContractInterface, TypedDataDomain, TypedDataField, BigNumberish, Bytes, BytesLike, Signature, Transaction, UnsignedTransaction, Wordlist } from "./ethers"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,32 +5,32 @@ { | ||
"dependencies": { | ||
"@ethersproject/abi": "5.6.4", | ||
"@ethersproject/abstract-provider": "5.6.1", | ||
"@ethersproject/abstract-signer": "5.6.2", | ||
"@ethersproject/address": "5.6.1", | ||
"@ethersproject/base64": "5.6.1", | ||
"@ethersproject/basex": "5.6.1", | ||
"@ethersproject/bignumber": "5.6.2", | ||
"@ethersproject/bytes": "5.6.1", | ||
"@ethersproject/constants": "5.6.1", | ||
"@ethersproject/contracts": "5.6.2", | ||
"@ethersproject/hash": "5.6.1", | ||
"@ethersproject/hdnode": "5.6.2", | ||
"@ethersproject/json-wallets": "5.6.1", | ||
"@ethersproject/keccak256": "5.6.1", | ||
"@ethersproject/logger": "5.6.0", | ||
"@ethersproject/networks": "5.6.4", | ||
"@ethersproject/pbkdf2": "5.6.1", | ||
"@ethersproject/properties": "5.6.0", | ||
"@ethersproject/providers": "5.6.8", | ||
"@ethersproject/random": "5.6.1", | ||
"@ethersproject/rlp": "5.6.1", | ||
"@ethersproject/sha2": "5.6.1", | ||
"@ethersproject/signing-key": "5.6.2", | ||
"@ethersproject/solidity": "5.6.1", | ||
"@ethersproject/strings": "5.6.1", | ||
"@ethersproject/transactions": "5.6.2", | ||
"@ethersproject/units": "5.6.1", | ||
"@ethersproject/wallet": "5.6.2", | ||
"@ethersproject/web": "5.6.1", | ||
"@ethersproject/wordlists": "5.6.1" | ||
"@ethersproject/abi": "5.7.0", | ||
"@ethersproject/abstract-provider": "5.7.0", | ||
"@ethersproject/abstract-signer": "5.7.0", | ||
"@ethersproject/address": "5.7.0", | ||
"@ethersproject/base64": "5.7.0", | ||
"@ethersproject/basex": "5.7.0", | ||
"@ethersproject/bignumber": "5.7.0", | ||
"@ethersproject/bytes": "5.7.0", | ||
"@ethersproject/constants": "5.7.0", | ||
"@ethersproject/contracts": "5.7.0", | ||
"@ethersproject/hash": "5.7.0", | ||
"@ethersproject/hdnode": "5.7.0", | ||
"@ethersproject/json-wallets": "5.7.0", | ||
"@ethersproject/keccak256": "5.7.0", | ||
"@ethersproject/logger": "5.7.0", | ||
"@ethersproject/networks": "5.7.0", | ||
"@ethersproject/pbkdf2": "5.7.0", | ||
"@ethersproject/properties": "5.7.0", | ||
"@ethersproject/providers": "5.7.0", | ||
"@ethersproject/random": "5.7.0", | ||
"@ethersproject/rlp": "5.7.0", | ||
"@ethersproject/sha2": "5.7.0", | ||
"@ethersproject/signing-key": "5.7.0", | ||
"@ethersproject/solidity": "5.7.0", | ||
"@ethersproject/strings": "5.7.0", | ||
"@ethersproject/transactions": "5.7.0", | ||
"@ethersproject/units": "5.7.0", | ||
"@ethersproject/wallet": "5.7.0", | ||
"@ethersproject/web": "5.7.0", | ||
"@ethersproject/wordlists": "5.7.0" | ||
}, | ||
@@ -49,3 +49,3 @@ "description": "Umbrella package for most common Ethers libraries.", | ||
], | ||
"gitHead": "aaf40a1ccedd2664041938f1541d8a0fc3b8ae4d", | ||
"gitHead": "ec1b9583039a14a0e0fa15d0a2a6082a2f41cf5b", | ||
"keywords": [ | ||
@@ -68,5 +68,5 @@ "Ethereum", | ||
"sideEffects": false, | ||
"tarballHash": "0xcaeb038131162abef2b80994b6eabc4e73a5184798f60d4f25d20e21bcb57c1b", | ||
"tarballHash": "0x9ac4e262538b9d1283eb473881a925065c322d73e9299e306b5382de7ec04829", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.6.9" | ||
"version": "5.7.0" | ||
} |
@@ -1,1 +0,1 @@ | ||
export const version = "ethers/5.6.9"; | ||
export const version = "ethers/5.7.0"; |
@@ -24,2 +24,3 @@ "use strict"; | ||
import type { TypedDataDomain, TypedDataField } from "@ethersproject/abstract-signer"; | ||
import { BigNumberish } from "@ethersproject/bignumber"; | ||
@@ -111,2 +112,5 @@ import { Bytes, BytesLike, Signature } from "@ethersproject/bytes"; | ||
TypedDataDomain, | ||
TypedDataField, | ||
BigNumberish, | ||
@@ -113,0 +117,0 @@ |
@@ -66,2 +66,5 @@ "use strict"; | ||
TypedDataDomain, | ||
TypedDataField, | ||
BigNumberish, | ||
@@ -68,0 +71,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10690664
52913
+ Added@ethersproject/abi@5.7.0(transitive)
+ Added@ethersproject/abstract-provider@5.7.0(transitive)
+ Added@ethersproject/abstract-signer@5.7.0(transitive)
+ Added@ethersproject/address@5.7.0(transitive)
+ Added@ethersproject/base64@5.7.0(transitive)
+ Added@ethersproject/basex@5.7.0(transitive)
+ Added@ethersproject/bignumber@5.7.0(transitive)
+ Added@ethersproject/bytes@5.7.0(transitive)
+ Added@ethersproject/constants@5.7.0(transitive)
+ Added@ethersproject/contracts@5.7.0(transitive)
+ Added@ethersproject/hash@5.7.0(transitive)
+ Added@ethersproject/hdnode@5.7.0(transitive)
+ Added@ethersproject/json-wallets@5.7.0(transitive)
+ Added@ethersproject/keccak256@5.7.0(transitive)
+ Added@ethersproject/logger@5.7.0(transitive)
+ Added@ethersproject/networks@5.7.0(transitive)
+ Added@ethersproject/pbkdf2@5.7.0(transitive)
+ Added@ethersproject/properties@5.7.0(transitive)
+ Added@ethersproject/providers@5.7.0(transitive)
+ Added@ethersproject/random@5.7.0(transitive)
+ Added@ethersproject/rlp@5.7.0(transitive)
+ Added@ethersproject/sha2@5.7.0(transitive)
+ Added@ethersproject/signing-key@5.7.0(transitive)
+ Added@ethersproject/solidity@5.7.0(transitive)
+ Added@ethersproject/strings@5.7.0(transitive)
+ Added@ethersproject/transactions@5.7.0(transitive)
+ Added@ethersproject/units@5.7.0(transitive)
+ Added@ethersproject/wallet@5.7.0(transitive)
+ Added@ethersproject/web@5.7.0(transitive)
+ Added@ethersproject/wordlists@5.7.0(transitive)
- Removed@ethersproject/abi@5.6.4(transitive)
- Removed@ethersproject/abstract-provider@5.6.1(transitive)
- Removed@ethersproject/abstract-signer@5.6.2(transitive)
- Removed@ethersproject/address@5.6.1(transitive)
- Removed@ethersproject/base64@5.6.1(transitive)
- Removed@ethersproject/basex@5.6.1(transitive)
- Removed@ethersproject/bignumber@5.6.2(transitive)
- Removed@ethersproject/bytes@5.6.1(transitive)
- Removed@ethersproject/constants@5.6.1(transitive)
- Removed@ethersproject/contracts@5.6.2(transitive)
- Removed@ethersproject/hash@5.6.1(transitive)
- Removed@ethersproject/hdnode@5.6.2(transitive)
- Removed@ethersproject/json-wallets@5.6.1(transitive)
- Removed@ethersproject/keccak256@5.6.1(transitive)
- Removed@ethersproject/logger@5.6.0(transitive)
- Removed@ethersproject/networks@5.6.4(transitive)
- Removed@ethersproject/pbkdf2@5.6.1(transitive)
- Removed@ethersproject/properties@5.6.0(transitive)
- Removed@ethersproject/providers@5.6.8(transitive)
- Removed@ethersproject/random@5.6.1(transitive)
- Removed@ethersproject/rlp@5.6.1(transitive)
- Removed@ethersproject/sha2@5.6.1(transitive)
- Removed@ethersproject/signing-key@5.6.2(transitive)
- Removed@ethersproject/solidity@5.6.1(transitive)
- Removed@ethersproject/strings@5.6.1(transitive)
- Removed@ethersproject/transactions@5.6.2(transitive)
- Removed@ethersproject/units@5.6.1(transitive)
- Removed@ethersproject/wallet@5.6.2(transitive)
- Removed@ethersproject/web@5.6.1(transitive)
- Removed@ethersproject/wordlists@5.6.1(transitive)
Updated@ethersproject/abi@5.7.0
Updated@ethersproject/address@5.7.0
Updated@ethersproject/base64@5.7.0
Updated@ethersproject/basex@5.7.0
Updated@ethersproject/bytes@5.7.0
Updated@ethersproject/hash@5.7.0
Updated@ethersproject/hdnode@5.7.0
Updated@ethersproject/logger@5.7.0
Updated@ethersproject/pbkdf2@5.7.0
Updated@ethersproject/random@5.7.0
Updated@ethersproject/rlp@5.7.0
Updated@ethersproject/sha2@5.7.0
Updated@ethersproject/strings@5.7.0
Updated@ethersproject/units@5.7.0
Updated@ethersproject/wallet@5.7.0
Updated@ethersproject/web@5.7.0