@gnosis.pm/safe-react-gateway-sdk
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -163,7 +163,3 @@ export declare type ParamValue = string | ParamValue[]; | ||
executionInfo?: ExecutionInfo; | ||
safeAppInfo?: { | ||
name: string; | ||
url: string; | ||
logoUrl: string; | ||
}; | ||
safeAppInfo?: SafeAppInfo; | ||
}; | ||
@@ -170,0 +166,0 @@ export declare type Transaction = { |
@@ -203,7 +203,3 @@ export type ParamValue = string | ParamValue[] | ||
executionInfo?: ExecutionInfo | ||
safeAppInfo?: { | ||
name: string | ||
url: string | ||
logoUrl: string | ||
} | ||
safeAppInfo?: SafeAppInfo | ||
} | ||
@@ -210,0 +206,0 @@ |
{ | ||
"name": "@gnosis.pm/safe-react-gateway-sdk", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "dist/index.min.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
56795
1162