ln-service 59.1.0 → 59.1.1

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
- ## 59.1.0
3
+ ## 59.1.1
4
4
 
5
5
  - Add support for LND 0.21.0
6
6
 
package/README.md CHANGED
@@ -9,6 +9,7 @@ through npm.
9
9
 
10
10
  Supported LND versions:
11
11
 
12
+ - v0.21.0-beta
12
13
  - v0.20.0-beta to v0.20.1-beta
13
14
 
14
15
  For typescript-ready methods, check out https://github.com/alexbosworth/lightning#readme
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.1.0",
12
+ "lightning": "12.1.1",
13
13
  "macaroon": "3.0.4"
14
14
  },
15
15
  "description": "Interaction helper for your Lightning Network daemon",
@@ -56,5 +56,5 @@
56
56
  "integration-test-0.20.0": "DOCKER_LND_VERSION=v0.20.0-beta npm run test",
57
57
  "test": "echo $DOCKER_LND_VERSION && node test/runner"
58
58
  },
59
- "version": "59.1.0"
59
+ "version": "59.1.1"
60
60
  }