lightning 4.12.1 → 4.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Versions
2
2
 
3
- ## 4.12.1
3
+ ## 4.12.2
4
4
 
5
5
  - `probeForRoute`, `subscribeToProbeForRoute`, `subscribeToPayViaRoutes`,
6
6
  `payViaRoutes`: When probing (no hash), delete the payment failure record after the probe
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "@types/request": "2.48.7",
15
15
  "@types/ws": "8.2.0",
16
16
  "async": "3.2.2",
17
- "asyncjs-util": "1.2.6",
17
+ "asyncjs-util": "1.2.7",
18
18
  "bitcoinjs-lib": "5.2.0",
19
19
  "bn.js": "5.2.0",
20
20
  "body-parser": "1.19.0",
@@ -22,7 +22,7 @@
22
22
  "bolt09": "0.2.0",
23
23
  "cbor": "8.0.2",
24
24
  "express": "4.17.1",
25
- "invoices": "2.0.0",
25
+ "invoices": "2.0.1",
26
26
  "psbt": "1.1.10"
27
27
  },
28
28
  "description": "Lightning Network client library",
@@ -56,5 +56,5 @@
56
56
  "directory": "test/typescript"
57
57
  },
58
58
  "types": "index.d.ts",
59
- "version": "4.12.1"
59
+ "version": "4.12.2"
60
60
  }