@moneydevkit/core 0.7.0-beta.4 → 0.7.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lightning-node.js +1 -1
- package/package.json +2 -2
package/dist/lightning-node.js
CHANGED
|
@@ -94,7 +94,7 @@ export class MoneyDevKitNode {
|
|
|
94
94
|
return this.node.payBolt11(bolt11);
|
|
95
95
|
}
|
|
96
96
|
payLNUrl(lnurl, amountMsat) {
|
|
97
|
-
return this.node.payLnurl(lnurl, amountMsat,
|
|
97
|
+
return this.node.payLnurl(lnurl, amountMsat, 30);
|
|
98
98
|
}
|
|
99
99
|
listChannels() {
|
|
100
100
|
return this.node.listChannels();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moneydevkit/core",
|
|
3
|
-
"version": "0.7.0-beta.
|
|
3
|
+
"version": "0.7.0-beta.6",
|
|
4
4
|
"description": "Shared moneydevkit checkout core utilities",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@hookform/resolvers": "^5.0.1",
|
|
45
45
|
"@moneydevkit/api-contract": "0.1.13",
|
|
46
|
-
"@moneydevkit/lightning-js": "^0.1.
|
|
46
|
+
"@moneydevkit/lightning-js": "^0.1.60",
|
|
47
47
|
"@orpc/client": "1.3.0",
|
|
48
48
|
"@orpc/contract": "1.3.0",
|
|
49
49
|
"@radix-ui/react-collapsible": "^1.1.11",
|