@tatumio/bch 2.1.16 → 2.1.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "@tatumio/bch",
3
- "version": "2.1.16",
3
+ "version": "2.1.18",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@tatumio/api-client": "2.1.16",
8
+ "@tatumio/api-client": "2.1.18",
9
9
  "axios": "^0.26.0",
10
10
  "form-data": "^4.0.0",
11
- "@tatumio/shared-testing-common": "2.1.16",
12
- "@tatumio/shared-abstract-sdk": "2.1.16",
11
+ "@tatumio/shared-testing-common": "2.1.18",
12
+ "@tatumio/shared-abstract-sdk": "2.1.18",
13
13
  "bignumber.js": "^9.0.2",
14
- "@tatumio/shared-core": "2.1.16",
14
+ "@tatumio/shared-core": "2.1.18",
15
15
  "lodash": "^4.17.21",
16
- "@tatumio/shared-blockchain-btc-based": "2.1.16",
17
- "@tatumio/shared-blockchain-abstract": "2.1.16",
16
+ "@tatumio/shared-blockchain-btc-based": "2.1.18",
17
+ "@tatumio/shared-blockchain-abstract": "2.1.18",
18
18
  "bip32": "^2.0.5",
19
19
  "bip39": "^3.0.2",
20
20
  "bitcoinjs-lib": "^5.2.0",
21
21
  "hdkey": "^2.0.1",
22
- "bitcore-lib": "8.25.8",
22
+ "bitcore-lib": "10.0.2",
23
23
  "@tatumio/bitcoincashjs2-lib": "^4.1.2",
24
24
  "cashaddrjs": "^0.4.4",
25
25
  "coininfo": "^5.1.0",
26
- "bitcore-lib-cash": "^8.25.40",
26
+ "bitcore-lib-cash": "10.0.2",
27
27
  "tslib": "^2.0.0"
28
28
  },
29
29
  "peerDependencies": {}