@webbtc/webln-types
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "@webbtc/webln-types", | ||
"description": "Type definitions for WebLN", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"types": "types/index.d.ts", | ||
@@ -29,4 +29,4 @@ "repository": { | ||
"type": "lightning", | ||
"url": "hello@getalby.com" | ||
"url": "lightning:hello@getalby.com" | ||
} | ||
} |
@@ -289,3 +289,3 @@ // Workaround for code completion to account for values this library doesn't know about yet. | ||
// optional methods | ||
isEnabled?(): boolean; | ||
isEnabled?(): Promise<boolean>; | ||
getBalance?(): Promise<GetBalanceResponse>; | ||
@@ -292,0 +292,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
11448