File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
src/packs/safe-4337/utils Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 46
46
],
47
47
"homepage" : " https://github.com/safe-global/safe-core-sdk#readme" ,
48
48
"devDependencies" : {
49
- "@safe-global/relay-kit" : " ^4.0.2 " ,
49
+ "@safe-global/relay-kit" : " ^4.0.3 " ,
50
50
"@safe-global/testing-kit" : " ^0.2.1" ,
51
51
"@types/chai" : " ^4.3.20" ,
52
52
"@types/chai-as-promised" : " ^7.1.8" ,
65
65
"tsconfig-paths" : " ^4.2.0"
66
66
},
67
67
"dependencies" : {
68
- "@safe-global/protocol-kit" : " ^6.0.3 " ,
68
+ "@safe-global/protocol-kit" : " ^6.0.4 " ,
69
69
"@safe-global/types-kit" : " ^2.0.1" ,
70
70
"node-fetch" : " ^2.7.0" ,
71
71
"viem" : " ^2.21.8"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/protocol-kit" ,
3
- "version" : " 6.0.3 " ,
3
+ "version" : " 6.0.4 " ,
4
4
"description" : " SDK that facilitates the interaction with Safe Smart Accounts" ,
5
5
"types" : " dist/src/index.d.ts" ,
6
6
"main" : " dist/cjs/src/index.cjs" ,
Original file line number Diff line number Diff line change 1
- export const getProtocolKitVersion = ( ) => '6.0.3 '
1
+ export const getProtocolKitVersion = ( ) => '6.0.4 '
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/relay-kit" ,
3
- "version" : " 4.0.2 " ,
3
+ "version" : " 4.0.3 " ,
4
4
"description" : " SDK for Safe Smart Accounts with support for ERC-4337 and Relay" ,
5
5
"types" : " dist/src/index.d.ts" ,
6
6
"main" : " dist/cjs/src/index.cjs" ,
56
56
},
57
57
"dependencies" : {
58
58
"@gelatonetwork/relay-sdk" : " ^5.6.0" ,
59
- "@safe-global/protocol-kit" : " ^6.0.3 " ,
59
+ "@safe-global/protocol-kit" : " ^6.0.4 " ,
60
60
"@safe-global/safe-modules-deployments" : " ^2.2.8" ,
61
61
"@safe-global/types-kit" : " ^2.0.1" ,
62
62
"semver" : " ^7.7.1" ,
Original file line number Diff line number Diff line change 1
- export const getRelayKitVersion = ( ) => '4.0.2 '
1
+ export const getRelayKitVersion = ( ) => '4.0.3 '
Original file line number Diff line number Diff line change 46
46
},
47
47
"dependencies" : {
48
48
"@safe-global/api-kit" : " ^3.0.1" ,
49
- "@safe-global/protocol-kit" : " ^6.0.3 " ,
50
- "@safe-global/relay-kit" : " ^4.0.2 " ,
49
+ "@safe-global/protocol-kit" : " ^6.0.4 " ,
50
+ "@safe-global/relay-kit" : " ^4.0.3 " ,
51
51
"@safe-global/types-kit" : " ^2.0.1" ,
52
52
"viem" : " ^2.21.8"
53
53
}
You can’t perform that action at this time.
0 commit comments