lightning 7.1.4 → 7.1.6

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
- ## 7.1.4
3
+ ## 7.1.6
4
4
 
5
5
  - `signChainAddressMessage`: Add method to sign a message given a chain address
6
6
  - `verifyChainAddressMessage`: Add method to verify a chain address message
@@ -24,6 +24,7 @@
24
24
  "1e511be523eb8e97c4e2d9c89a7a263963a3929f": "0.14.2-beta",
25
25
  "3ae46d81f4a2edad06ef778b2940d9b06386d93b": "0.11.0-beta",
26
26
  "4f567577db9d85b6f392f960b3aabddcad3cd02c": "0.13.3-beta",
27
+ "51df3e5b1ea2f1f749652cecf26e7471d35aa629": "0.16.0-beta",
27
28
  "52bb3f33707b81972c67937c7a89addcdf00991c": "0.10.1-beta",
28
29
  "596fd90ef310cd7abbf2251edaae9ba4d5f8a689": "0.13.1-beta",
29
30
  "5c36d96c9cbe8b27c29f9682dcbdab7928ae870f": "0.15.0-beta",
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.12",
11
- "@grpc/proto-loader": "0.7.5",
10
+ "@grpc/grpc-js": "1.8.13",
11
+ "@grpc/proto-loader": "0.7.6",
12
12
  "@types/express": "4.17.17",
13
- "@types/node": "18.15.0",
13
+ "@types/node": "18.15.11",
14
14
  "@types/request": "2.48.8",
15
15
  "@types/ws": "8.5.4",
16
16
  "async": "3.2.4",
@@ -26,14 +26,14 @@
26
26
  "invoices": "2.2.3",
27
27
  "psbt": "2.7.2",
28
28
  "tiny-secp256k1": "2.2.1",
29
- "type-fest": "3.6.1"
29
+ "type-fest": "3.7.2"
30
30
  },
31
31
  "description": "Lightning Network client library",
32
32
  "devDependencies": {
33
33
  "@alexbosworth/node-fetch": "2.6.2",
34
34
  "@alexbosworth/tap": "15.0.12",
35
- "tsd": "0.27.0",
36
- "typescript": "4.9.5",
35
+ "tsd": "0.28.1",
36
+ "typescript": "5.0.2",
37
37
  "ws": "8.13.0"
38
38
  },
39
39
  "engines": {
@@ -59,5 +59,5 @@
59
59
  "directory": "test/typescript"
60
60
  },
61
61
  "types": "index.d.ts",
62
- "version": "7.1.4"
62
+ "version": "7.1.6"
63
63
  }