@getalby/lightning-wallet-connect
Advanced tools
Comparing version 1.0.11 to 1.0.12
import { TemplateResult } from 'lit'; | ||
import { LwcElement } from '../lwc-element'; | ||
import { ConnectorType } from '../../types/ConnectorType'; | ||
import { ConnectorConfig } from '../../types/ConnectorConfig'; | ||
declare const LwcConnector_base: (new (...args: any[]) => { | ||
@@ -325,4 +326,5 @@ readonly tw: import("@twind/core").Twind<any, CSSStyleSheet>; | ||
render(): TemplateResult<1>; | ||
protected _connect(config: Omit<ConnectorConfig, 'connectorName' | 'connectorType'>): void; | ||
} | ||
export {}; | ||
//# sourceMappingURL=lwc-connector.d.ts.map |
import { LwcElement } from './lwc-element'; | ||
import './lwc-connector-list.js'; | ||
import './lwc-modal-content.js'; | ||
declare const LwcModal_base: (new (...args: any[]) => { | ||
@@ -326,3 +326,2 @@ readonly tw: import("@twind/core").Twind<any, CSSStyleSheet>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
private _handleDisconnect; | ||
private _handleClose; | ||
@@ -329,0 +328,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const withTwindExtended: (extend?: object) => <T extends new (...args: any[]) => HTMLElement & { | ||
export declare const withTwindExtended: () => <T extends new (...args: any[]) => HTMLElement & { | ||
connectedCallback?(): void; | ||
@@ -317,3 +317,3 @@ disconnectedCallback?(): void; | ||
}) & T; | ||
export declare const withTwind: <T extends new (...args: any[]) => HTMLElement & { | ||
export declare const withTwind: () => <T extends new (...args: any[]) => HTMLElement & { | ||
connectedCallback?(): void; | ||
@@ -320,0 +320,0 @@ disconnectedCallback?(): void; |
@@ -6,5 +6,5 @@ import { ConnectorConfig } from '../types/ConnectorConfig'; | ||
init(): Promise<void>; | ||
loadBalance(): Promise<void>; | ||
loadAlias(): Promise<void>; | ||
getBalance(): Promise<number | undefined>; | ||
getAlias(): Promise<string | undefined>; | ||
} | ||
//# sourceMappingURL=Connector.d.ts.map |
{ | ||
"name": "@getalby/lightning-wallet-connect", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Web components to connect to a lightning wallet and power a website with WebLN", | ||
@@ -62,3 +62,3 @@ "type": "module", | ||
"@web/test-runner-playwright": "^0.9.0", | ||
"@webbtc/webln-types": "^1.0.12", | ||
"@webbtc/webln-types": "^2.0.0", | ||
"@webcomponents/webcomponentsjs": "^2.6.0", | ||
@@ -65,0 +65,0 @@ "concurrently": "^8.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
Sorry, the diff of this file is too big to display
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
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
2301877
82
18446