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

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 -25
package/package.json CHANGED
@@ -1,59 +1,59 @@
1
1
  {
2
2
  "name": "@tatumio/sdk",
3
- "version": "2.0.1-alpha.262",
3
+ "version": "2.0.1-alpha.263",
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.262",
9
- "@tatumio/shared-testing-common": "2.0.1-alpha.262",
10
- "@tatumio/api-client": "2.0.1-alpha.262",
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",
11
11
  "axios": "^0.26.0",
12
12
  "form-data": "^4.0.0",
13
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.262",
13
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.263",
14
14
  "bignumber.js": "^9.0.2",
15
- "@tatumio/shared-testing-btc-based": "2.0.1-alpha.262",
16
- "@tatumio/shared-blockchain-btc-based": "2.0.1-alpha.262",
17
- "@tatumio/shared-core": "2.0.1-alpha.262",
18
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.262",
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",
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.262",
25
- "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.262",
24
+ "@tatumio/celo": "2.0.1-alpha.263",
25
+ "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.263",
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.262",
32
- "@tatumio/shared-testing-evm-based": "2.0.1-alpha.262",
33
- "@tatumio/ltc": "2.0.1-alpha.262",
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
34
  "bitcore-lib-ltc": "8.25.27",
35
- "@tatumio/doge": "2.0.1-alpha.262",
35
+ "@tatumio/doge": "2.0.1-alpha.263",
36
36
  "bitcore-lib-doge": "8.25.7",
37
- "@tatumio/polygon": "2.0.1-alpha.262",
38
- "@tatumio/kcs": "2.0.1-alpha.262",
39
- "@tatumio/one": "2.0.1-alpha.262",
37
+ "@tatumio/polygon": "2.0.1-alpha.263",
38
+ "@tatumio/kcs": "2.0.1-alpha.263",
39
+ "@tatumio/one": "2.0.1-alpha.263",
40
40
  "@harmony-js/crypto": "^0.1.56",
41
- "@tatumio/bsc": "2.0.1-alpha.262",
42
- "@tatumio/xrp": "2.0.1-alpha.262",
43
- "@tatumio/shared-testing-xrp-based": "2.0.1-alpha.262",
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",
44
44
  "ripple-lib": "^1.7.1",
45
- "@tatumio/solana": "2.0.1-alpha.262",
45
+ "@tatumio/solana": "2.0.1-alpha.263",
46
46
  "@solana/web3.js": "^1.36.0",
47
47
  "@solana/spl-token": "0.2.0",
48
48
  "base-58": "^0.0.1",
49
49
  "ed25519-hd-key": "^1.2.0",
50
- "@tatumio/tron": "2.0.1-alpha.262",
50
+ "@tatumio/tron": "2.0.1-alpha.263",
51
51
  "tronweb": "^4.1.0",
52
- "@tatumio/algo": "2.0.1-alpha.262",
52
+ "@tatumio/algo": "2.0.1-alpha.263",
53
53
  "algosdk": "^1.13.1",
54
54
  "base32.js": "^0.1.0",
55
55
  "url-parse": "^1.5.10",
56
- "@tatumio/egld": "2.0.1-alpha.262",
56
+ "@tatumio/egld": "2.0.1-alpha.263",
57
57
  "@elrondnetwork/erdjs": "^9.2.4"
58
58
  },
59
59
  "peerDependencies": {}