@tatumio/shared-testing-common
Advanced tools
Comparing version 2.2.72 to 2.2.73
{ | ||
"name": "@tatumio/shared-testing-common", | ||
"version": "2.2.72", | ||
"version": "2.2.73", | ||
"license": "MIT", | ||
@@ -8,3 +8,3 @@ "main": "./src/index.js", | ||
"dependencies": { | ||
"@tatumio/api-client": "2.2.72", | ||
"@tatumio/api-client": "2.2.73", | ||
"axios": "^0.26.0", | ||
@@ -11,0 +11,0 @@ "form-data": "^4.0.0", |
@@ -138,2 +138,3 @@ export declare type BlockchainNetworkTestData = { | ||
AVAX: BlockchainTestData; | ||
OPTIMISM: BlockchainTestData; | ||
}; | ||
@@ -140,0 +141,0 @@ export declare function expectHexString(value: string): void; |
@@ -50,2 +50,3 @@ "use strict"; | ||
AVAX: eth_test_data_1.ETH_TEST_DATA, | ||
OPTIMISM: eth_test_data_1.ETH_TEST_DATA, | ||
}; | ||
@@ -52,0 +53,0 @@ function expectHexString(value) { |
@@ -31,2 +31,3 @@ import * as apiClient from '@tatumio/api-client'; | ||
solana: typeof apiClient.SolanaService; | ||
optimism: typeof apiClient.OptimismService; | ||
tron: typeof apiClient.TronService; | ||
@@ -33,0 +34,0 @@ util: typeof apiClient.BlockchainUtilsService; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95600
1210
+ Added@tatumio/api-client@2.2.73(transitive)
- Removed@tatumio/api-client@2.2.72(transitive)
Updated@tatumio/api-client@2.2.73