@tatumio/bnb 2.2.73 → 2.2.75

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 +6 -6
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@tatumio/bnb",
3
- "version": "2.2.73",
3
+ "version": "2.2.75",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@tatumio/api-client": "2.2.73",
8
+ "@tatumio/api-client": "2.2.75",
9
9
  "axios": "^0.26.0",
10
10
  "form-data": "^4.0.0",
11
- "@tatumio/shared-abstract-sdk": "2.2.73",
12
- "@tatumio/shared-testing-common": "2.2.73",
11
+ "@tatumio/shared-abstract-sdk": "2.2.75",
12
+ "@tatumio/shared-testing-common": "2.2.75",
13
13
  "bignumber.js": "^9.1.2",
14
- "@tatumio/shared-core": "2.2.73",
14
+ "@tatumio/shared-core": "2.2.75",
15
15
  "lodash": "^4.17.21",
16
- "@tatumio/shared-blockchain-abstract": "2.2.73",
16
+ "@tatumio/shared-blockchain-abstract": "2.2.75",
17
17
  "@binance-chain/javascript-sdk": "^4.1.1",
18
18
  "tslib": "^2.0.0"
19
19
  },