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 1
1
{
2
2
"name" : " @safe-global/safe-gateway-typescript-sdk" ,
3
- "version" : " 3.23.0 " ,
3
+ "version" : " 3.23.1 " ,
4
4
"main" : " dist/index.js" ,
5
5
"types" : " dist/index.d.ts" ,
6
6
"files" : [
31
31
"lint:fix" : " yarn lint --fix" ,
32
32
"lint:report" : " yarn lint --output-file eslint_report.json --format json" ,
33
33
"build" : " rm -rf dist && tsc" ,
34
- "prepublishOnly" : " yarn lint && yarn test:check && yarn build" ,
35
34
"prettier" : " prettier -w './**/*.ts'" ,
36
35
"test" : " jest --watch --coverage ." ,
37
36
"test:check" : " jest --testPathPattern=tests" ,
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ export type MultisigExecutionDetails = {
518
518
gasTokenInfo ?: TokenInfo
519
519
trusted : boolean
520
520
proposer : AddressEx | null
521
- proposedByDelegate : boolean | null
521
+ proposedByDelegate : AddressEx | null
522
522
}
523
523
524
524
export type DetailedExecutionInfo = ModuleExecutionDetails | MultisigExecutionDetails
You can’t perform that action at this time.
0 commit comments