File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/packs/safe-4337/utils Expand file tree Collapse file tree 4 files changed +5
-5
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.1 " ,
49
+ "@safe-global/relay-kit" : " ^4.0.2 " ,
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" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/relay-kit" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
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" ,
Original file line number Diff line number Diff line change 1
- export const getRelayKitVersion = ( ) => '4.0.1 '
1
+ export const getRelayKitVersion = ( ) => '4.0.2 '
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/sdk-starter-kit" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " SDK that provides the basic tools to interact with the Safe Smart Account." ,
5
5
"types" : " dist/src/index.d.ts" ,
6
6
"main" : " dist/cjs/index.cjs" ,
47
47
"dependencies" : {
48
48
"@safe-global/api-kit" : " ^3.0.1" ,
49
49
"@safe-global/protocol-kit" : " ^6.0.3" ,
50
- "@safe-global/relay-kit" : " ^4.0.1 " ,
50
+ "@safe-global/relay-kit" : " ^4.0.2 " ,
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