ln-docker-daemons 6.0.6 → 6.0.7

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
- ## 6.0.6
3
+ ## 6.0.7
4
4
 
5
5
  - Change default LND version to v0.17.1-beta
6
6
 
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020-2022 Alex Bosworth
3
+ Copyright (c) 2020-2024 Alex Bosworth
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,3 +1,3 @@
1
1
  {
2
- "dockerLndImage": "lightninglabs/lnd:v0.17.0-beta"
2
+ "dockerLndImage": "lightninglabs/lnd:v0.17.3-beta"
3
3
  }
package/package.json CHANGED
@@ -10,9 +10,9 @@
10
10
  "@alexbosworth/node-fetch": "2.6.2",
11
11
  "async": "3.2.5",
12
12
  "asyncjs-util": "1.2.12",
13
- "dockerode": "4.0.0",
13
+ "dockerode": "4.0.2",
14
14
  "find-free-ports": "3.1.1",
15
- "lightning": "10.2.0",
15
+ "lightning": "10.3.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.6"
36
+ "version": "6.0.7"
37
37
  }