@xchainjs/xchain-monero 0.2.2 → 0.2.4

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/lib/index.esm.js CHANGED
@@ -2463,7 +2463,6 @@ class Client extends BaseXChainClient {
2463
2463
  * Monero transactions require private key context for ring signature
2464
2464
  * construction, so this method is not supported.
2465
2465
  */
2466
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
2467
2466
  prepareTx(_params) {
2468
2467
  return __awaiter(this, void 0, void 0, function* () {
2469
2468
  throw Error('prepareTx is not supported for Monero. Use transfer() instead.');
package/lib/index.js CHANGED
@@ -2469,7 +2469,6 @@ class Client extends xchainClient.BaseXChainClient {
2469
2469
  * Monero transactions require private key context for ring signature
2470
2470
  * construction, so this method is not supported.
2471
2471
  */
2472
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
2473
2472
  prepareTx(_params) {
2474
2473
  return __awaiter(this, void 0, void 0, function* () {
2475
2474
  throw Error('prepareTx is not supported for Monero. Use transfer() instead.');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-monero",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Monero (XMR) client for XChainJS",
5
5
  "keywords": [
6
6
  "Monero",
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@noble/curves": "^1.8.1",
37
37
  "@noble/hashes": "^1.7.1",
38
- "@xchainjs/xchain-client": "2.0.13",
39
- "@xchainjs/xchain-crypto": "1.0.6",
38
+ "@xchainjs/xchain-client": "2.0.15",
39
+ "@xchainjs/xchain-crypto": "1.0.7",
40
40
  "@xchainjs/xchain-util": "2.0.7",
41
41
  "micro-key-producer": "^0.7.6"
42
42
  },