@tatumio/sdk 2.0.1-alpha.263 → 2.0.1-alpha.264

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 (1) hide show
  1. package/package.json +25 -26
package/package.json CHANGED
@@ -1,59 +1,58 @@
1
1
  {
2
2
  "name": "@tatumio/sdk",
3
- "version": "2.0.1-alpha.263",
3
+ "version": "2.0.1-alpha.264",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.js",
6
6
  "typings": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@tatumio/btc": "2.0.1-alpha.263",
9
- "@tatumio/shared-testing-common": "2.0.1-alpha.263",
10
- "@tatumio/api-client": "2.0.1-alpha.263",
8
+ "@tatumio/btc": "2.0.1-alpha.264",
9
+ "@tatumio/shared-testing-common": "2.0.1-alpha.264",
10
+ "@tatumio/api-client": "2.0.1-alpha.264",
11
11
  "axios": "^0.26.0",
12
12
  "form-data": "^4.0.0",
13
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.263",
13
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.264",
14
14
  "bignumber.js": "^9.0.2",
15
- "@tatumio/shared-testing-btc-based": "2.0.1-alpha.263",
16
- "@tatumio/shared-blockchain-btc-based": "2.0.1-alpha.263",
17
- "@tatumio/shared-core": "2.0.1-alpha.263",
18
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.263",
15
+ "@tatumio/shared-testing-btc-based": "2.0.1-alpha.264",
16
+ "@tatumio/shared-blockchain-btc-based": "2.0.1-alpha.264",
17
+ "@tatumio/shared-core": "2.0.1-alpha.264",
18
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.264",
19
19
  "bip32": "^2.0.5",
20
20
  "bip39": "^3.0.2",
21
21
  "bitcoinjs-lib": "^5.2.0",
22
22
  "hdkey": "^2.0.1",
23
23
  "bitcore-lib": "8.25.8",
24
- "@tatumio/celo": "2.0.1-alpha.263",
25
- "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.263",
24
+ "@tatumio/celo": "2.0.1-alpha.264",
25
+ "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.264",
26
26
  "ethereumjs-wallet": "^1.0.2",
27
27
  "web3": "^1.7.1",
28
28
  "web3-core": "^1.7.0",
29
29
  "web3-utils": "^1.7.0",
30
30
  "@celo-tools/celo-ethers-wrapper": "^0.1.0",
31
- "@tatumio/eth": "2.0.1-alpha.263",
32
- "@tatumio/shared-testing-evm-based": "2.0.1-alpha.263",
33
- "@tatumio/ltc": "2.0.1-alpha.263",
34
- "bitcore-lib-ltc": "8.25.27",
35
- "@tatumio/doge": "2.0.1-alpha.263",
31
+ "@tatumio/eth": "2.0.1-alpha.264",
32
+ "@tatumio/shared-testing-evm-based": "2.0.1-alpha.264",
33
+ "@tatumio/ltc": "2.0.1-alpha.264",
34
+ "@tatumio/doge": "2.0.1-alpha.264",
36
35
  "bitcore-lib-doge": "8.25.7",
37
- "@tatumio/polygon": "2.0.1-alpha.263",
38
- "@tatumio/kcs": "2.0.1-alpha.263",
39
- "@tatumio/one": "2.0.1-alpha.263",
36
+ "@tatumio/polygon": "2.0.1-alpha.264",
37
+ "@tatumio/kcs": "2.0.1-alpha.264",
38
+ "@tatumio/one": "2.0.1-alpha.264",
40
39
  "@harmony-js/crypto": "^0.1.56",
41
- "@tatumio/bsc": "2.0.1-alpha.263",
42
- "@tatumio/xrp": "2.0.1-alpha.263",
43
- "@tatumio/shared-testing-xrp-based": "2.0.1-alpha.263",
40
+ "@tatumio/bsc": "2.0.1-alpha.264",
41
+ "@tatumio/xrp": "2.0.1-alpha.264",
42
+ "@tatumio/shared-testing-xrp-based": "2.0.1-alpha.264",
44
43
  "ripple-lib": "^1.7.1",
45
- "@tatumio/solana": "2.0.1-alpha.263",
44
+ "@tatumio/solana": "2.0.1-alpha.264",
46
45
  "@solana/web3.js": "^1.36.0",
47
46
  "@solana/spl-token": "0.2.0",
48
47
  "base-58": "^0.0.1",
49
48
  "ed25519-hd-key": "^1.2.0",
50
- "@tatumio/tron": "2.0.1-alpha.263",
49
+ "@tatumio/tron": "2.0.1-alpha.264",
51
50
  "tronweb": "^4.1.0",
52
- "@tatumio/algo": "2.0.1-alpha.263",
51
+ "@tatumio/algo": "2.0.1-alpha.264",
53
52
  "algosdk": "^1.13.1",
54
53
  "base32.js": "^0.1.0",
55
54
  "url-parse": "^1.5.10",
56
- "@tatumio/egld": "2.0.1-alpha.263",
55
+ "@tatumio/egld": "2.0.1-alpha.264",
57
56
  "@elrondnetwork/erdjs": "^9.2.4"
58
57
  },
59
58
  "peerDependencies": {}