@0xsequence/transactions
Advanced tools
Comparing version 0.43.7 to 0.43.8
import { BigNumberish, BytesLike, providers } from 'ethers'; | ||
import { DecodedSignature, WalletConfig } from '@0xsequence/config'; | ||
import { WalletContext } from '@0xsequence/network'; | ||
declare type EthersTransactionRequest = providers.TransactionRequest; | ||
declare type EthersTransactionResponse = providers.TransactionResponse; | ||
type EthersTransactionRequest = providers.TransactionRequest; | ||
type EthersTransactionResponse = providers.TransactionResponse; | ||
export interface Transaction { | ||
@@ -33,4 +33,4 @@ to: string; | ||
} | ||
export declare type Transactionish = TransactionRequest | TransactionRequest[] | Transaction | Transaction[]; | ||
export declare type SignedTransactions = { | ||
export type Transactionish = TransactionRequest | TransactionRequest[] | Transaction | Transaction[]; | ||
export type SignedTransactions = { | ||
digest: string; | ||
@@ -37,0 +37,0 @@ chainId: BigNumberish; |
{ | ||
"name": "@0xsequence/transactions", | ||
"version": "0.43.7", | ||
"version": "0.43.8", | ||
"description": "transactions sub-package for Sequence", | ||
@@ -11,11 +11,7 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/transactions", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"test": "yarn test:file tests/**/*.spec.ts", | ||
"test:file": "TS_NODE_PROJECT=../../tsconfig.test.json mocha -r ts-node/register --timeout 30000", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"@0xsequence/abi": "^0.43.7", | ||
"@0xsequence/network": "^0.43.7", | ||
"@0xsequence/utils": "^0.43.7" | ||
"@0xsequence/abi": "^0.43.8", | ||
"@0xsequence/config": "^0.43.8", | ||
"@0xsequence/network": "^0.43.8", | ||
"@0xsequence/utils": "^0.43.8" | ||
}, | ||
@@ -31,3 +27,8 @@ "peerDependencies": { | ||
"dist" | ||
] | ||
} | ||
], | ||
"scripts": { | ||
"test": "pnpm test:file tests/**/*.spec.ts", | ||
"test:file": "NODE_OPTIONS='--loader tsx' mocha --timeout 30000", | ||
"typecheck": "tsc --noEmit" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54900
14
5
+ Added@0xsequence/config@^0.43.8
Updated@0xsequence/abi@^0.43.8
Updated@0xsequence/network@^0.43.8
Updated@0xsequence/utils@^0.43.8