ln-service 53.17.3 → 53.17.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Versions
2
2
 
3
- ## 53.17.3
3
+ ## 53.17.4
4
4
 
5
5
  - `signTransaction`: Add `root_hash` to support Taproot signatures with scripts
6
6
 
package/README.md CHANGED
@@ -9,6 +9,7 @@ through npm.
9
9
 
10
10
  Supported LND versions:
11
11
 
12
+ - v0.15.0-beta
12
13
  - v0.14.0-beta to v0.14.3-beta
13
14
  - v0.13.0-beta to v0.13.4-beta
14
15
  - v0.12.0-beta to v0.12.1-beta
package/package.json CHANGED
@@ -21,14 +21,14 @@
21
21
  "@alexbosworth/tap": "15.0.11",
22
22
  "@alexbosworth/node-fetch": "2.6.2",
23
23
  "async": "3.2.4",
24
- "asyncjs-util": "1.2.9",
24
+ "asyncjs-util": "1.2.10",
25
25
  "bip32": "3.0.1",
26
26
  "bip66": "1.1.5",
27
27
  "bitcoinjs-lib": "6.0.1",
28
28
  "bn.js": "5.2.1",
29
29
  "bs58check": "2.1.2",
30
30
  "ecpair": "2.0.1",
31
- "ln-docker-daemons": "2.3.0",
31
+ "ln-docker-daemons": "2.3.2",
32
32
  "p2tr": "1.3.1",
33
33
  "portfinder": "1.0.28",
34
34
  "psbt": "2.6.0",
@@ -57,6 +57,7 @@
57
57
  },
58
58
  "scripts": {
59
59
  "integration-test-daily-lnd-build": "DOCKER_LND_VERSION=daily-testing-only npm run test",
60
+ "integration-test-0.15.0": "DOCKER_LND_VERSION=v0.15.0-beta npm run test",
60
61
  "integration-test-0.14.3": "DOCKER_LND_VERSION=v0.14.3-beta npm run test",
61
62
  "integration-test-0.14.2": "DOCKER_LND_VERSION=v0.14.2-beta npm run test",
62
63
  "integration-test-0.14.1": "DOCKER_LND_VERSION=v0.14.1-beta npm run test",
@@ -70,5 +71,5 @@
70
71
  "integration-test-0.12.0": "DOCKER_LND_VERSION=v0.12.0-beta npm run test",
71
72
  "test": "echo $DOCKER_LND_VERSION && tap -j 2 --branches=1 --functions=1 --lines=1 --statements=1 -t 200 test/autopilotrpc-integration/*.js test/chainrpc-integration/*.js test/integration/*.js test/invoicesrpc-integration/*.js test/peersrpc-integration/*.js test/routerrpc-integration/*.js test/signerrpc-integration/*.js test/tower_clientrpc-integration/*.js test/tower_serverrpc-integration/*.js test/walletrpc-integration/*.js"
72
73
  },
73
- "version": "53.17.3"
74
+ "version": "53.17.4"
74
75
  }