File tree 4 files changed +10
-10
lines changed 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/api-kit" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"description" : " SDK that facilitates the interaction with the Safe Transaction Service API" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"typings" : " dist/src/index.d.ts" ,
39
39
],
40
40
"homepage" : " https://github.com/safe-global/safe-core-sdk#readme" ,
41
41
"devDependencies" : {
42
- "@safe-global/relay-kit" : " ^3.2.0 " ,
42
+ "@safe-global/relay-kit" : " ^3.2.1 " ,
43
43
"@safe-global/testing-kit" : " ^0.1.0" ,
44
44
"@types/chai" : " ^4.3.19" ,
45
45
"@types/chai-as-promised" : " ^7.1.8" ,
58
58
"web3" : " ^4.12.1"
59
59
},
60
60
"dependencies" : {
61
- "@safe-global/protocol-kit" : " ^5.0.0 " ,
61
+ "@safe-global/protocol-kit" : " ^5.0.1 " ,
62
62
"@safe-global/types-kit" : " ^1.0.0" ,
63
63
"node-fetch" : " ^2.7.0" ,
64
64
"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" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " SDK that facilitates the interaction with Safe Smart Accounts" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/relay-kit" ,
3
- "version" : " 3.2.0 " ,
3
+ "version" : " 3.2.1 " ,
4
4
"description" : " SDK for Safe Smart Accounts with support for ERC-4337 and Relay" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"typings" : " dist/src/index.d.ts" ,
39
39
},
40
40
"dependencies" : {
41
41
"@gelatonetwork/relay-sdk" : " ^5.5.0" ,
42
- "@safe-global/protocol-kit" : " ^5.0.0 " ,
42
+ "@safe-global/protocol-kit" : " ^5.0.1 " ,
43
43
"@safe-global/safe-modules-deployments" : " ^2.2.4" ,
44
44
"@safe-global/types-kit" : " ^1.0.0" ,
45
45
"viem" : " ^2.21.8"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/sdk-starter-kit" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " SDK that provides the basic tools to interact with the Safe Smart Account." ,
5
5
"main" : " dist/src/index.js" ,
6
6
"typings" : " dist/src/index.d.ts" ,
36
36
"access" : " public"
37
37
},
38
38
"dependencies" : {
39
- "@safe-global/api-kit" : " ^2.5.0 " ,
40
- "@safe-global/protocol-kit" : " ^5.0.0 " ,
41
- "@safe-global/relay-kit" : " ^3.2.0 " ,
39
+ "@safe-global/api-kit" : " ^2.5.1 " ,
40
+ "@safe-global/protocol-kit" : " ^5.0.1 " ,
41
+ "@safe-global/relay-kit" : " ^3.2.1 " ,
42
42
"@safe-global/types-kit" : " ^1.0.0" ,
43
43
"viem" : " ^2.21.8"
44
44
}
You can’t perform that action at this time.
0 commit comments