@tatumio/tron 2.0.1-alpha.381.1 → 2.0.1-alpha.381.2

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 +10 -10
package/package.json CHANGED
@@ -1,22 +1,21 @@
1
1
  {
2
2
  "name": "@tatumio/tron",
3
- "version": "2.0.1-alpha.381.1",
3
+ "version": "2.0.1-alpha.381.2",
4
4
  "type": "commonjs",
5
5
  "license": "MIT",
6
6
  "main": "./src/index.js",
7
7
  "types": "./src/index.d.ts",
8
- "dependencies": {},
9
- "peerDependencies": {
10
- "@tatumio/shared-testing-common": "2.0.1-alpha.381.1",
11
- "@tatumio/api-client": "2.0.1-alpha.381.1",
8
+ "dependencies": {
9
+ "@tatumio/shared-testing-common": "2.0.1-alpha.381.2",
10
+ "@tatumio/api-client": "2.0.1-alpha.381.2",
12
11
  "axios": "^0.26.0",
13
12
  "form-data": "^4.0.0",
14
- "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.381.1",
15
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.381.1",
13
+ "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.381.2",
14
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.381.2",
16
15
  "bignumber.js": "^9.0.2",
17
16
  "lodash": "^4.17.21",
18
- "@tatumio/shared-core": "2.0.1-alpha.381.1",
19
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.381.1",
17
+ "@tatumio/shared-core": "2.0.1-alpha.381.2",
18
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.381.2",
20
19
  "ethereumjs-wallet": "^1.0.2",
21
20
  "bip39": "^3.0.2",
22
21
  "web3": "^1.7.4",
@@ -25,5 +24,6 @@
25
24
  "bip32": "^2.0.5",
26
25
  "tronweb": "^4.1.0",
27
26
  "tslib": "^2.0.0"
28
- }
27
+ },
28
+ "peerDependencies": {}
29
29
  }