@tatumio/egld 2.0.1-alpha.381 → 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 +9 -9
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@tatumio/egld",
3
- "version": "2.0.1-alpha.381",
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/api-client": "2.0.1-alpha.381",
7
+ "dependencies": {},
8
+ "peerDependencies": {
9
+ "@tatumio/api-client": "2.0.1-alpha.381.1",
9
10
  "axios": "^0.26.0",
10
11
  "form-data": "^4.0.0",
11
- "@tatumio/shared-testing-common": "2.0.1-alpha.381",
12
- "@tatumio/shared-core": "2.0.1-alpha.381",
13
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.381",
12
+ "@tatumio/shared-testing-common": "2.0.1-alpha.381.1",
13
+ "@tatumio/shared-core": "2.0.1-alpha.381.1",
14
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.381.1",
14
15
  "bignumber.js": "^9.0.2",
15
16
  "lodash": "^4.17.21",
16
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.381",
17
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.381.1",
17
18
  "ed25519-hd-key": "^1.2.0",
18
19
  "web3-core": "^1.7.4",
19
20
  "@elrondnetwork/erdjs": "^9.2.4",
20
21
  "bip39": "^3.0.2",
21
22
  "tslib": "^2.0.0"
22
- },
23
- "peerDependencies": {}
23
+ }
24
24
  }