ln-service 57.10.0 → 57.10.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Versions
2
2
 
3
+ ## 57.10.2
4
+
5
+ - `getChainFeeEstimate`: Add default chain fee conf target when none is passed
6
+
7
+ ## 57.10.1
8
+
9
+ - `closeChannel`, `openChannel`, `sendToChainAddress`, `sendToChainAddresses`:
10
+ Add default chain fee conf target when no chain fee is specified
11
+
3
12
  ## 57.10.0
4
13
 
5
14
  - `getPendingSweeps`: Add method to get the list of pending outpoints to sweep
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "bolt07": "1.8.4",
11
11
  "invoices": "3.0.0",
12
- "lightning": "10.10.0",
12
+ "lightning": "10.10.4",
13
13
  "macaroon": "3.0.4"
14
14
  },
15
15
  "description": "Interaction helper for your Lightning Network daemon",
@@ -71,5 +71,5 @@
71
71
  "integration-test-0.14.4": "DOCKER_LND_VERSION=v0.14.4-beta npm run test",
72
72
  "test": "echo $DOCKER_LND_VERSION && node test/runner"
73
73
  },
74
- "version": "57.10.0"
74
+ "version": "57.10.2"
75
75
  }