@tatumio/bsc 2.0.1-alpha.380 → 2.0.1-alpha.381.1

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