@tatumio/sdk 2.0.1-alpha.271 → 2.0.1-alpha.272

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