File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @safe-global/safe-gateway-typescript-sdk" ,
3- "version" : " 3.23.0 " ,
3+ "version" : " 3.23.1 " ,
44 "main" : " dist/index.js" ,
55 "types" : " dist/index.d.ts" ,
66 "files" : [
3131 "lint:fix" : " yarn lint --fix" ,
3232 "lint:report" : " yarn lint --output-file eslint_report.json --format json" ,
3333 "build" : " rm -rf dist && tsc" ,
34- "prepublishOnly" : " yarn lint && yarn test:check && yarn build" ,
3534 "prettier" : " prettier -w './**/*.ts'" ,
3635 "test" : " jest --watch --coverage ." ,
3736 "test:check" : " jest --testPathPattern=tests" ,
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ export type MultisigExecutionDetails = {
518518 gasTokenInfo ?: TokenInfo
519519 trusted : boolean
520520 proposer : AddressEx | null
521- proposedByDelegate : boolean | null
521+ proposedByDelegate : AddressEx | null
522522}
523523
524524export type DetailedExecutionInfo = ModuleExecutionDetails | MultisigExecutionDetails
You can’t perform that action at this time.
0 commit comments