@webbtc/webln-types
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@webbtc/webln-types", | ||
"description": "Type definitions for WebLN", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"types": "types/index.d.ts", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -21,3 +21,3 @@ # webln-types | ||
const info: GetInfoResponse = await window.webln.getInfo(); | ||
console.log(info); | ||
console.log("Your node pubkey is", info.node.pubkey); | ||
})(); | ||
@@ -24,0 +24,0 @@ } else { |
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
4976