File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed
src/packs/safe-4337/utils Expand file tree Collapse file tree 8 files changed +18
-18
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.10 " ,
3
+ "version" : " 2.5.11 " ,
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.4.4 " ,
42
+ "@safe-global/relay-kit" : " ^3.4.5 " ,
43
43
"@safe-global/testing-kit" : " ^0.1.2" ,
44
44
"@types/chai" : " ^4.3.20" ,
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.2.3 " ,
62
- "@safe-global/types-kit" : " ^1.0.3 " ,
61
+ "@safe-global/protocol-kit" : " ^5.2.4 " ,
62
+ "@safe-global/types-kit" : " ^1.0.4 " ,
63
63
"node-fetch" : " ^2.7.0" ,
64
64
"viem" : " ^2.21.8"
65
65
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/protocol-kit" ,
3
- "version" : " 5.2.3 " ,
3
+ "version" : " 5.2.4 " ,
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" ,
70
70
"dependencies" : {
71
71
"@safe-global/safe-deployments" : " ^1.37.28" ,
72
72
"@safe-global/safe-modules-deployments" : " ^2.2.5" ,
73
- "@safe-global/types-kit" : " ^1.0.3 " ,
73
+ "@safe-global/types-kit" : " ^1.0.4 " ,
74
74
"abitype" : " ^1.0.2" ,
75
75
"semver" : " ^7.6.3" ,
76
76
"viem" : " ^2.21.8"
Original file line number Diff line number Diff line change 1
- export const getProtocolKitVersion = ( ) => '5.2.3 '
1
+ export const getProtocolKitVersion = ( ) => '5.2.4 '
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/relay-kit" ,
3
- "version" : " 3.4.4 " ,
3
+ "version" : " 3.4.5 " ,
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" ,
40
40
},
41
41
"dependencies" : {
42
42
"@gelatonetwork/relay-sdk" : " ^5.5.0" ,
43
- "@safe-global/protocol-kit" : " ^5.2.3 " ,
43
+ "@safe-global/protocol-kit" : " ^5.2.4 " ,
44
44
"@safe-global/safe-modules-deployments" : " ^2.2.5" ,
45
- "@safe-global/types-kit" : " ^1.0.3 " ,
45
+ "@safe-global/types-kit" : " ^1.0.4 " ,
46
46
"viem" : " ^2.21.8"
47
47
}
48
48
}
Original file line number Diff line number Diff line change 1
- export const getRelayKitVersion = ( ) => '3.4.4 '
1
+ export const getRelayKitVersion = ( ) => '3.4.5 '
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/sdk-starter-kit" ,
3
- "version" : " 1.1.6 " ,
3
+ "version" : " 1.1.7 " ,
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.10 " ,
40
- "@safe-global/protocol-kit" : " ^5.2.3 " ,
41
- "@safe-global/relay-kit" : " ^3.4.4 " ,
42
- "@safe-global/types-kit" : " ^1.0.3 " ,
39
+ "@safe-global/api-kit" : " ^2.5.11 " ,
40
+ "@safe-global/protocol-kit" : " ^5.2.4 " ,
41
+ "@safe-global/relay-kit" : " ^3.4.5 " ,
42
+ "@safe-global/types-kit" : " ^1.0.4 " ,
43
43
"viem" : " ^2.21.8"
44
44
}
45
45
}
Original file line number Diff line number Diff line change 40
40
"@openzeppelin/contracts" : " ^2.5.1" ,
41
41
"@safe-global/safe-contracts-v1.4.1" :
" npm:@safe-global/[email protected] " ,
42
42
"@safe-global/safe-passkey" : " 0.2.0-alpha.1" ,
43
- "@safe-global/types-kit" : " ^1.0.3 " ,
43
+ "@safe-global/types-kit" : " ^1.0.4 " ,
44
44
"@types/semver" : " ^7.5.8" ,
45
45
"hardhat" : " ^2.19.3" ,
46
46
"hardhat-deploy" : " ^0.12.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/types-kit" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Types for use with the Safe Core SDK packages" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments