@notifi-network/notifi-frontend-client
Advanced tools
Comparing version 3.1.1-alpha.0 to 3.1.1-alpha.1
@@ -317,2 +317,5 @@ import { Types, Operations, NotifiService, NotifiEmitterEvents } from '@notifi-network/notifi-graphql'; | ||
}> & BtcUserParams; | ||
type CosmosWalletWithSignParams = Readonly<{ | ||
signMessage: CosmosSignMessageFunction; | ||
}> & CosmosUserParams; | ||
type EvmWalletWithSignParams = Readonly<{ | ||
@@ -333,3 +336,3 @@ signMessage: Uint8SignMessageFunction; | ||
}> & UnmaintainedUserParams; | ||
type WalletWithSignParams = SolanaWalletWithSignParams | AptosWalletWithSignParams | BtcWalletWithSignParams | EvmWalletWithSignParams | NearWalletWithSignParams | SuiWalletWithSignParams | OffChainWalletWithSignParams | UnmaintainedWalletWithSignParams; | ||
type WalletWithSignParams = SolanaWalletWithSignParams | AptosWalletWithSignParams | BtcWalletWithSignParams | EvmWalletWithSignParams | NearWalletWithSignParams | SuiWalletWithSignParams | OffChainWalletWithSignParams | CosmosWalletWithSignParams | UnmaintainedWalletWithSignParams; | ||
/** NOTE: | ||
@@ -336,0 +339,0 @@ * 1. Used for instantiating client object (.instantiateFrontendClient) - requires only UserParams (w/o authentication method(s)) to be passed in |
@@ -134,2 +134,7 @@ import { NotifiEmitterEvents, Types } from '@notifi-network/notifi-graphql'; | ||
type CosmosWalletWithSignParams = Readonly<{ | ||
signMessage: CosmosSignMessageFunction; | ||
}> & | ||
CosmosUserParams; | ||
type EvmWalletWithSignParams = Readonly<{ | ||
@@ -168,2 +173,3 @@ signMessage: Uint8SignMessageFunction; | ||
| OffChainWalletWithSignParams | ||
| CosmosWalletWithSignParams | ||
| UnmaintainedWalletWithSignParams; | ||
@@ -170,0 +176,0 @@ |
{ | ||
"name": "@notifi-network/notifi-frontend-client", | ||
"version": "3.1.1-alpha.0+8665cc86", | ||
"version": "3.1.1-alpha.1+c9231c56", | ||
"description": "The frontend client for Notifi", | ||
@@ -35,3 +35,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@notifi-network/notifi-graphql": "^3.1.1-alpha.0+8665cc86", | ||
"@notifi-network/notifi-graphql": "^3.1.1-alpha.1+c9231c56", | ||
"graphql-request": "^6.0.0", | ||
@@ -44,3 +44,3 @@ "localforage": "^1.10.0", | ||
}, | ||
"gitHead": "8665cc866d05a2903dae3181b05a965cc875c4f1" | ||
"gitHead": "c9231c56bc4a47ebeb8af96ce9ee7cfcefef8a6c" | ||
} |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
373600
9371