lightning 5.21.0 → 5.21.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
- ## 5.21.0
3
+ ## 5.21.2
4
4
 
5
5
  - `getChainFeeEstimate`: Add support for specifying min `utxo_confirmations`
6
6
 
package/README.md CHANGED
@@ -18,6 +18,7 @@ Methods for working with the Lightning Network
18
18
  https://github.com/ibz/lightning-shell
19
19
  - [LNMarkets](https://twitter.com/lnmarkets) -
20
20
  https://github.com/lnmarkets/umbrel
21
+ - [LNPingBot](https://github.com/swissrouting/lnpingbot) - https://github.com/swissrouting/lnpingbot
21
22
  - [mempool.space](https://mempool.space/) - https://github.com/mempool/mempool
22
23
  - [p2plnbot](https://telegram.me/lnp2pbot) - https://github.com/grunch/p2plnbot
23
24
  - [rekr](https://rekr.app/) - https://github.com/ryan-lingle/rekr
package/package.json CHANGED
@@ -7,10 +7,10 @@
7
7
  "url": "https://github.com/alexbosworth/lightning/issues"
8
8
  },
9
9
  "dependencies": {
10
- "@grpc/grpc-js": "1.6.12",
10
+ "@grpc/grpc-js": "1.7.0",
11
11
  "@grpc/proto-loader": "0.7.2",
12
- "@types/express": "4.17.13",
13
- "@types/node": "18.7.14",
12
+ "@types/express": "4.17.14",
13
+ "@types/node": "18.7.18",
14
14
  "@types/request": "2.48.8",
15
15
  "@types/ws": "8.5.3",
16
16
  "async": "3.2.4",
@@ -32,8 +32,8 @@
32
32
  "devDependencies": {
33
33
  "@alexbosworth/node-fetch": "2.6.2",
34
34
  "@alexbosworth/tap": "15.0.11",
35
- "tsd": "0.23.0",
36
- "typescript": "4.8.2",
35
+ "tsd": "0.24.1",
36
+ "typescript": "4.8.3",
37
37
  "ws": "8.8.1"
38
38
  },
39
39
  "engines": {
@@ -59,5 +59,5 @@
59
59
  "directory": "test/typescript"
60
60
  },
61
61
  "types": "index.d.ts",
62
- "version": "5.21.0"
62
+ "version": "5.21.2"
63
63
  }