ln-service 59.0.0 → 59.0.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Versions
2
2
 
3
- ## 59.0.0
3
+ ## 59.0.2
4
4
 
5
5
  ### Breaking Changes
6
6
 
package/README.md CHANGED
@@ -10,12 +10,6 @@ through npm.
10
10
  Supported LND versions:
11
11
 
12
12
  - v0.20.0-beta to v0.20.1-beta
13
- - v0.19.0-beta to v0.19.3-beta
14
- - v0.18.0-beta to v0.18.5-beta
15
- - v0.17.0-beta to v0.17.5-beta
16
- - v0.16.0-beta to v0.16.4-beta
17
- - v0.15.2-beta to v0.15.5-beta
18
- - v0.14.4-beta to v0.14.5-beta
19
13
 
20
14
  For typescript-ready methods, check out https://github.com/alexbosworth/lightning#readme
21
15
 
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.0.0",
12
+ "lightning": "12.0.2",
13
13
  "macaroon": "3.0.4"
14
14
  },
15
15
  "description": "Interaction helper for your Lightning Network daemon",
@@ -55,5 +55,5 @@
55
55
  "integration-test-0.20.0": "DOCKER_LND_VERSION=v0.20.0-beta npm run test",
56
56
  "test": "echo $DOCKER_LND_VERSION && node test/runner"
57
57
  },
58
- "version": "59.0.0"
58
+ "version": "59.0.2"
59
59
  }