ln-service 59.0.4 → 59.1.0
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/CHANGELOG.md +5 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"bolt07": "1.9.5",
|
|
11
11
|
"invoices": "5.0.2",
|
|
12
|
-
"lightning": "12.0
|
|
12
|
+
"lightning": "12.1.0",
|
|
13
13
|
"macaroon": "3.0.4"
|
|
14
14
|
},
|
|
15
15
|
"description": "Interaction helper for your Lightning Network daemon",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"bn.js": "5.2.3",
|
|
25
25
|
"bs58check": "4.0.0",
|
|
26
26
|
"ecpair": "3.0.1",
|
|
27
|
-
"ln-docker-daemons": "8.0.
|
|
27
|
+
"ln-docker-daemons": "8.0.1",
|
|
28
28
|
"p2tr": "2.0.0",
|
|
29
29
|
"portfinder": "1.0.38",
|
|
30
30
|
"psbt": "5.0.0",
|
|
@@ -51,9 +51,10 @@
|
|
|
51
51
|
"url": "https://github.com/alexbosworth/ln-service.git"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
|
+
"integration-test-0.21.0": "DOCKER_LND_VERSION=v0.21.0-beta npm run test",
|
|
54
55
|
"integration-test-0.20.1": "DOCKER_LND_VERSION=v0.20.1-beta npm run test",
|
|
55
56
|
"integration-test-0.20.0": "DOCKER_LND_VERSION=v0.20.0-beta npm run test",
|
|
56
57
|
"test": "echo $DOCKER_LND_VERSION && node test/runner"
|
|
57
58
|
},
|
|
58
|
-
"version": "59.0
|
|
59
|
+
"version": "59.1.0"
|
|
59
60
|
}
|