@webbtc/webln-types
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "@webbtc/webln-types", | ||
"description": "Type definitions for WebLN", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"types": "types/index.d.ts", | ||
@@ -26,3 +26,7 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/WebBTC/webln-types#readme" | ||
"homepage": "https://github.com/WebBTC/webln-types#readme", | ||
"funding": { | ||
"type": "lightning", | ||
"url": "hello@getalby.com" | ||
} | ||
} |
@@ -71,3 +71,3 @@ // Workaround for code completion to account for values this library doesn't know about yet. | ||
interface WebLNProvider { | ||
enable(): Promise<{ enabled: boolean; remember: boolean }>; | ||
enable(): Promise<void>; // Promise<{ enabled: boolean; remember: boolean }> | ||
getInfo(): Promise<GetInfoResponse>; | ||
@@ -74,0 +74,0 @@ keysend(args: KeysendArgs): Promise<SendPaymentResponse>; |
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
5416