lightning 9.9.0 → 9.9.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
- ## 9.9.0
3
+ ## 9.9.1
4
4
 
5
5
  - `openChannel`: Add `is_trusted_funding` to support skipping confirmation wait
6
6
 
package/README.md CHANGED
@@ -22,6 +22,8 @@ Methods for working with the Lightning Network
22
22
  https://github.com/lnmarkets/umbrel
23
23
  - [LNPingBot](https://github.com/swissrouting/lnpingbot) -
24
24
  https://github.com/swissrouting/lnpingbot
25
+ - [MutinyWallet faucet](https://github.com/MutinyWallet/mutinynet-faucet) -
26
+ https://www.mutinywallet.com/
25
27
  - [p2plnbot](https://telegram.me/lnp2pbot) - https://github.com/grunch/p2plnbot
26
28
  - [rekr](https://rekr.app/) - https://github.com/ryan-lingle/rekr
27
29
  - [stackernews](https://stacker.news/) -
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.8.18",
10
+ "@grpc/grpc-js": "1.8.19",
11
11
  "@grpc/proto-loader": "0.7.8",
12
12
  "@types/express": "4.17.17",
13
- "@types/node": "20.4.2",
13
+ "@types/node": "20.4.4",
14
14
  "@types/request": "2.48.8",
15
15
  "@types/ws": "8.5.5",
16
16
  "async": "3.2.4",
@@ -20,7 +20,7 @@
20
20
  "body-parser": "1.20.2",
21
21
  "bolt07": "1.8.4",
22
22
  "bolt09": "1.0.0",
23
- "cbor": "9.0.0",
23
+ "cbor": "9.0.1",
24
24
  "ecpair": "2.1.0",
25
25
  "express": "4.18.2",
26
26
  "invoices": "3.0.0",
@@ -58,5 +58,5 @@
58
58
  "directory": "test/typescript"
59
59
  },
60
60
  "types": "index.d.ts",
61
- "version": "9.9.0"
61
+ "version": "9.9.1"
62
62
  }