@devprotocol/elements
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -1,2 +0,1 @@ | ||
import { TemplateResult } from 'lit'; | ||
import { UndefinedOr } from '@devprotocol/util-ts'; | ||
@@ -7,8 +6,4 @@ import { Signer, ContractRunner, Eip1193Provider, BrowserProvider, Networkish } from 'ethers'; | ||
import { DirectiveResult } from 'lit/directive'; | ||
import { TemplateResult } from 'lit'; | ||
declare const stakeOnButton: ({ address, network, }: { | ||
readonly address?: string | undefined; | ||
readonly network?: string | undefined; | ||
}) => TemplateResult; | ||
/** | ||
@@ -50,4 +45,9 @@ * This Custom Element does not have a UI, so it's specifically excluded from the linting rules and declared a class. | ||
declare const stakeOnButton: ({ address, network, }: { | ||
readonly address?: string | undefined; | ||
readonly network?: string | undefined; | ||
}) => TemplateResult; | ||
declare const showNetwork: (net?: string) => DirectiveResult; | ||
export { Connection, getConnection, showAddress, showNetwork, stakeOnButton }; |
{ | ||
"name": "@devprotocol/elements", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": " Web Components for Dev Protocol", | ||
@@ -23,2 +23,3 @@ "main": "dist/index.js", | ||
"dist/*.ts", | ||
"*.d.ts", | ||
"bundled", | ||
@@ -25,0 +26,0 @@ "!**/*.test.*", |
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
187717
20
3844