@polkadot-onboard/core
Advanced tools
Comparing version 0.0.6-beta to 0.0.7-beta
@@ -1,2 +0,2 @@ | ||
import { BaseWallet, BaseWalletProvider } from './types'; | ||
import type { BaseWallet, BaseWalletProvider } from './types'; | ||
export declare class WalletAggregator { | ||
@@ -3,0 +3,0 @@ walletProviders: BaseWalletProvider[]; |
{ | ||
"name": "@polkadot-onboard/core", | ||
"version": "0.0.6-beta", | ||
"version": "0.0.7-beta", | ||
"author": "Parity Team <admin@parity.io>", | ||
@@ -21,3 +21,4 @@ "maintainers": [ | ||
"scripts": { | ||
"build": "rm -rf ./dist/ && yarn format && tsc --build", | ||
"clean": "yarn cache clean && rm -rf ./dist/ ./node_modules", | ||
"build": "rm -rf ./dist/ && yarn && yarn format && tsc --build", | ||
"build:watch": "tsc --watch", | ||
@@ -24,0 +25,0 @@ "format": "prettier --write \"./src/**/*.{ts,tsx}\"" |
@@ -1,2 +0,2 @@ | ||
import { BaseWallet, BaseWalletProvider } from './types'; | ||
import type { BaseWallet, BaseWalletProvider } from './types'; | ||
@@ -3,0 +3,0 @@ export class WalletAggregator { |
Sorry, the diff of this file is not supported yet
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
95343