@devprotocol/elements
Advanced tools
Comparing version 0.0.7 to 0.1.0
import { Connection } from '.'; | ||
export declare const getConnection: (id: string) => Connection | undefined; | ||
export declare const getConnection: (id: string) => Connection; |
@@ -0,1 +1,2 @@ | ||
import { TemplateResult } from 'lit'; | ||
import { UndefinedOr } from '@devprotocol/util-ts'; | ||
@@ -6,4 +7,8 @@ import { ethers } 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; | ||
/** | ||
@@ -31,11 +36,6 @@ * This Custom Element does not have a UI, so it's specifically excluded from the linting rules and declared a class. | ||
declare const getConnection: (id: string) => Connection | undefined; | ||
declare const showNetwork: (net?: string) => DirectiveResult; | ||
declare const stakeOnButton: ({ address, network, }: { | ||
readonly address?: string | undefined; | ||
readonly network?: string | undefined; | ||
}) => TemplateResult; | ||
declare const getConnection: (id: string) => Connection; | ||
declare const showNetwork: (net?: string) => DirectiveResult; | ||
export { Connection, getConnection, showAddress, showNetwork, stakeOnButton }; |
{ | ||
"name": "@devprotocol/elements", | ||
"version": "0.0.7", | ||
"version": "0.1.0", | ||
"description": " Web Components for Dev Protocol", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"lint:format": "prettier --write '**/*.{ts,js,json,md,yml}'", | ||
"prepack": "npm run build", | ||
"prepack": " npm run build", | ||
"prepare": "husky install" | ||
@@ -47,3 +47,3 @@ }, | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@rollup/plugin-typescript": "8.3.4", | ||
"@rollup/plugin-typescript": "8.4.0", | ||
"@rollup/pluginutils": "4.2.1", | ||
@@ -54,4 +54,4 @@ "@types/dotenv": "8.2.0", | ||
"@types/ramda": "0.28.15", | ||
"@typescript-eslint/eslint-plugin": "5.34.0", | ||
"@typescript-eslint/parser": "5.34.0", | ||
"@typescript-eslint/eslint-plugin": "5.35.1", | ||
"@typescript-eslint/parser": "5.35.1", | ||
"@web/dev-server-esbuild": "0.3.2", | ||
@@ -58,0 +58,0 @@ "@web/test-runner": "0.14.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
267130
5935