@xchainjs/xchain-doge 2.0.3 → 2.0.5

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/lib/client.d.ts +1 -0
  2. package/package.json +11 -12
package/lib/client.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import { AssetInfo, FeeRate } from '@xchainjs/xchain-client';
3
4
  import { Address } from '@xchainjs/xchain-util';
4
5
  import { Client as UTXOClient, PreparedTx, TxParams, UTXO, UtxoClientParams } from '@xchainjs/xchain-utxo';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-doge",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "Custom Doge client and utilities used by XChain clients",
5
5
  "keywords": [
6
6
  "Xchain",
@@ -28,28 +28,27 @@
28
28
  "build": "yarn clean && rollup -c --bundleConfigAsCjs",
29
29
  "build:release": "yarn exec rm -rf release && yarn pack && yarn exec \"mkdir release && tar zxvf package.tgz --directory release && rm package.tgz\"",
30
30
  "test": "jest",
31
- "e2e": "jest --config jest.config.e2e.js",
31
+ "e2e": "jest --config jest.config.e2e.mjs",
32
32
  "lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0",
33
33
  "postversion": "git push --follow-tags"
34
34
  },
35
35
  "dependencies": {
36
36
  "@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
37
- "@ledgerhq/hw-app-btc": "10.9.0",
37
+ "@ledgerhq/hw-app-btc": "^10.9.0",
38
38
  "@scure/bip32": "^1.7.0",
39
- "@xchainjs/xchain-client": "2.0.3",
40
- "@xchainjs/xchain-crypto": "1.0.1",
41
- "@xchainjs/xchain-util": "2.0.2",
42
- "@xchainjs/xchain-utxo": "2.0.3",
43
- "@xchainjs/xchain-utxo-providers": "2.0.3",
39
+ "@xchainjs/xchain-client": "2.0.5",
40
+ "@xchainjs/xchain-crypto": "1.0.3",
41
+ "@xchainjs/xchain-util": "2.0.3",
42
+ "@xchainjs/xchain-utxo": "2.0.5",
43
+ "@xchainjs/xchain-utxo-providers": "2.0.5",
44
44
  "bitcoinjs-lib": "^6.1.7",
45
45
  "coinselect": "3.1.12",
46
46
  "ecpair": "2.1.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@ledgerhq/hw-transport-node-hid": "6.28.6",
50
- "@types/bitcoinjs-lib": "^5.0.4",
51
- "axios": "1.8.4",
52
- "axios-mock-adapter": "2.1.0"
49
+ "@ledgerhq/hw-transport-node-hid": "^6.28.6",
50
+ "axios": "^1.8.4",
51
+ "axios-mock-adapter": "^2.1.0"
53
52
  },
54
53
  "publishConfig": {
55
54
  "access": "public",