@tatumio/base 2.2.79 → 2.2.80
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tatumio/base",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.80",
|
4
4
|
"license": "MIT",
|
5
5
|
"main": "./src/index.js",
|
6
6
|
"types": "./src/index.d.ts",
|
7
7
|
"dependencies": {
|
8
|
-
"@tatumio/shared-testing-common": "2.2.
|
9
|
-
"@tatumio/api-client": "2.2.
|
8
|
+
"@tatumio/shared-testing-common": "2.2.80",
|
9
|
+
"@tatumio/api-client": "2.2.80",
|
10
10
|
"axios": "^0.26.0",
|
11
11
|
"form-data": "^4.0.0",
|
12
|
-
"@tatumio/shared-core": "2.2.
|
13
|
-
"@tatumio/shared-testing-evm-based": "2.2.
|
14
|
-
"@tatumio/shared-blockchain-evm-based": "2.2.
|
15
|
-
"@tatumio/shared-abstract-sdk": "2.2.
|
12
|
+
"@tatumio/shared-core": "2.2.80",
|
13
|
+
"@tatumio/shared-testing-evm-based": "2.2.80",
|
14
|
+
"@tatumio/shared-blockchain-evm-based": "2.2.80",
|
15
|
+
"@tatumio/shared-abstract-sdk": "2.2.80",
|
16
16
|
"bignumber.js": "^9.1.2",
|
17
17
|
"lodash": "^4.17.21",
|
18
|
-
"@tatumio/shared-blockchain-abstract": "2.2.
|
18
|
+
"@tatumio/shared-blockchain-abstract": "2.2.80",
|
19
19
|
"ethereumjs-wallet": "^1.0.2",
|
20
20
|
"bip39": "^3.0.2",
|
21
21
|
"web3": "^1.7.4",
|