balanceofsatoshis 12.16.2 → 12.16.3

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 +4 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Versions
2
2
 
3
+ ## 12.16.3
4
+
5
+ - `open-balanced-channel`: Fix support for node 18 digital envelope unsupported
6
+
3
7
  ## 12.16.2
4
8
 
5
9
  - `probe`: Exit probe cleanly on probe success
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "asyncjs-util": "1.2.10",
21
21
  "bech32": "2.0.0",
22
22
  "bip66": "1.1.5",
23
- "bitcoinjs-lib": "6.0.1",
23
+ "bitcoinjs-lib": "6.0.2",
24
24
  "bolt01": "1.2.5",
25
25
  "bolt03": "1.2.14",
26
26
  "bolt07": "1.8.2",
@@ -37,12 +37,12 @@
37
37
  "inquirer": "9.0.2",
38
38
  "ln-accounting": "5.0.7",
39
39
  "ln-service": "53.17.4",
40
- "ln-sync": "3.13.0",
40
+ "ln-sync": "3.13.1",
41
41
  "ln-telegram": "3.22.3",
42
42
  "moment": "2.29.4",
43
- "paid-services": "3.19.0",
43
+ "paid-services": "3.19.1",
44
44
  "probing": "2.0.6",
45
- "psbt": "2.7.0",
45
+ "psbt": "2.7.1",
46
46
  "qrcode-terminal": "0.12.0",
47
47
  "sanitize-filename": "1.6.3",
48
48
  "socks-proxy-agent": "7.0.0",
@@ -83,5 +83,5 @@
83
83
  "postpublish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t alexbosworth/balanceofsatoshis --push .",
84
84
  "test": "tap --branches=1 --functions=1 --lines=1 --statements=1 -t 60 test/arrays/*.js test/balances/*.js test/chain/*.js test/display/*.js test/encryption/*.js test/lnd/*.js test/network/*.js test/nodes/*.js test/peers/*.js test/responses/*.js test/routing/*.js test/services/*.js test/swaps/*.js test/tags/*.js test/telegram/*.js test/wallets/*.js"
85
85
  },
86
- "version": "12.16.2"
86
+ "version": "12.16.3"
87
87
  }