edge-core-js 0.21.1 → 0.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,5 +1,17 @@
1
1
  # edge-core-js
2
2
 
3
+ ## v0.21.2 (2023-05-02)
4
+
5
+ - added: `EdgeUserInfo.username`.
6
+ - added: Provide `EdgeAccount` methods for reading public and private keys:
7
+ - `getDisplayPrivateKey`
8
+ - `getDisplayPublicKey`
9
+ - `getRawPrivateKey`
10
+ - `getRawPublicKey`
11
+ - added: Matching `EdgeCurrencyTools` methods for getting display keys.
12
+ - deprecated: `EdgeCurrencyEngine` methods for getting display keys.
13
+ - deprecated: `EdgeAccount` and `EdgeCurrencyWallet` key properties.
14
+
3
15
  ## v0.21.1 (2023-04-24)
4
16
 
5
17
  - added: Log any swap plugins that time out.