@tatumio/sdk 2.0.1-alpha.248 → 2.0.1-alpha.249

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