Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into emittery
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Nov 29, 2024
2 parents 9e3a191 + ee07a4c commit 6ce1d98
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 263 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@getalby/lightning-tools": "^5.0.1",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.3.0",
"@webbtc/webln-types": "^3.0.0",
"browserify": "^17.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/NWCClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export type Nip47Notification =

export type Nip47PayInvoiceRequest = {
invoice: string;
metadata?: unknown;
amount?: number; // msats
};

Expand Down
Loading

0 comments on commit 6ce1d98

Please sign in to comment.