ln-docker-daemons 6.0.2 → 6.0.3

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Versions
2
2
 
3
- ## 6.0.2
3
+ ## 6.0.3
4
4
 
5
- - Change default BItcoin Core version to 23.0
5
+ - Change default Bitcoin Core version to 23.0
6
6
 
7
7
  ## 6.0.1
8
8
 
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "asyncjs-util": "1.2.12",
13
13
  "dockerode": "4.0.0",
14
14
  "find-free-ports": "3.1.1",
15
- "lightning": "10.0.1",
15
+ "lightning": "10.1.0",
16
16
  "tar-stream": "3.1.6"
17
17
  },
18
18
  "description": "Spawn and control LN Docker daemons",
@@ -33,5 +33,5 @@
33
33
  "scripts": {
34
34
  "test": "npx nyc@15.1.0 node --experimental-test-coverage --test"
35
35
  },
36
- "version": "6.0.2"
36
+ "version": "6.0.3"
37
37
  }