@polkadot-onboard/core
Advanced tools
Comparing version 0.0.8-beta to 0.0.9
@@ -18,2 +18,3 @@ import type { Signer } from '@polkadot/types/types'; | ||
export interface WalletMetadata { | ||
id: string; | ||
title: string; | ||
@@ -20,0 +21,0 @@ description?: string; |
{ | ||
"name": "@polkadot-onboard/core", | ||
"version": "0.0.8-beta", | ||
"version": "0.0.9", | ||
"author": "Parity Team <admin@parity.io>", | ||
@@ -30,4 +30,3 @@ "maintainers": [ | ||
"typescript": "4.9.5" | ||
}, | ||
"stableVersion": "0.0.7-beta" | ||
} | ||
} |
@@ -23,2 +23,3 @@ import type { Signer } from '@polkadot/types/types'; | ||
export interface WalletMetadata { | ||
id: string; | ||
title: string; | ||
@@ -25,0 +26,0 @@ description?: string; |
Sorry, the diff of this file is not supported yet
124
6923
17