@0xsequence/signhub
Advanced tools
Comparing version 0.0.0-20230713232611 to 0.0.0-20230726105834
export * from "./declarations/src/index"; | ||
//# sourceMappingURL=0xsequence-signhub.cjs.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export * as signers from './signers'; | ||
export * from './orchestrator'; | ||
export * as signers from "./signers/index.js"; | ||
export * from "./orchestrator.js"; |
import { ethers } from "ethers"; | ||
import { SapientSigner } from "./signers/signer"; | ||
import { SapientSigner } from "./signers/signer.js"; | ||
export type Status = { | ||
@@ -4,0 +4,0 @@ ended: boolean; |
@@ -1,2 +0,2 @@ | ||
export * from './signer'; | ||
export * from './wrapper'; | ||
export * from "./signer.js"; | ||
export * from "./wrapper.js"; |
import { ethers } from "ethers"; | ||
import { Status } from "../orchestrator"; | ||
import { Status } from "../orchestrator.js"; | ||
export interface SapientSigner { | ||
@@ -4,0 +4,0 @@ getAddress(): Promise<string>; |
import { ethers } from 'ethers'; | ||
import { Status } from '../orchestrator'; | ||
import { SapientSigner } from './signer'; | ||
import { Status } from "../orchestrator.js"; | ||
import { SapientSigner } from "./signer.js"; | ||
export declare class SignerWrapper implements SapientSigner { | ||
@@ -5,0 +5,0 @@ signer: ethers.Signer; |
{ | ||
"name": "@0xsequence/signhub", | ||
"version": "0.0.0-20230713232611", | ||
"version": "0.0.0-20230726105834", | ||
"description": "orchestrates a series of signers, provides visibility into the signing process, and to the signers themselves", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/signhub", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
40364
18
797
0