File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
src/packs/safe-4337/utils Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @safe-global/api-kit" ,
3- "version" : " 2.5.8 " ,
3+ "version" : " 2.5.9 " ,
44 "description" : " SDK that facilitates the interaction with the Safe Transaction Service API" ,
55 "main" : " dist/src/index.js" ,
66 "typings" : " dist/src/index.d.ts" ,
3939 ],
4040 "homepage" : " https://github.com/safe-global/safe-core-sdk#readme" ,
4141 "devDependencies" : {
42- "@safe-global/relay-kit" : " ^3.4.2 " ,
42+ "@safe-global/relay-kit" : " ^3.4.3 " ,
4343 "@safe-global/testing-kit" : " ^0.1.2" ,
4444 "@types/chai" : " ^4.3.20" ,
4545 "@types/chai-as-promised" : " ^7.1.8" ,
5858 "web3" : " ^4.12.1"
5959 },
6060 "dependencies" : {
61- "@safe-global/protocol-kit" : " ^5.2.1 " ,
61+ "@safe-global/protocol-kit" : " ^5.2.2 " ,
6262 "@safe-global/types-kit" : " ^1.0.2" ,
6363 "node-fetch" : " ^2.7.0" ,
6464 "viem" : " ^2.21.8"
Original file line number Diff line number Diff line change 11{
22 "name" : " @safe-global/protocol-kit" ,
3- "version" : " 5.2.1 " ,
3+ "version" : " 5.2.2 " ,
44 "description" : " SDK that facilitates the interaction with Safe Smart Accounts" ,
55 "main" : " dist/src/index.js" ,
66 "types" : " dist/src/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const getProtocolKitVersion = ( ) => '5.2.1 '
1+ export const getProtocolKitVersion = ( ) => '5.2.2 '
Original file line number Diff line number Diff line change 11{
22 "name" : " @safe-global/relay-kit" ,
3- "version" : " 3.4.2 " ,
3+ "version" : " 3.4.3 " ,
44 "description" : " SDK for Safe Smart Accounts with support for ERC-4337 and Relay" ,
55 "main" : " dist/src/index.js" ,
66 "typings" : " dist/src/index.d.ts" ,
4040 },
4141 "dependencies" : {
4242 "@gelatonetwork/relay-sdk" : " ^5.5.0" ,
43- "@safe-global/protocol-kit" : " ^5.2.1 " ,
43+ "@safe-global/protocol-kit" : " ^5.2.2 " ,
4444 "@safe-global/safe-modules-deployments" : " ^2.2.5" ,
4545 "@safe-global/types-kit" : " ^1.0.2" ,
4646 "viem" : " ^2.21.8"
Original file line number Diff line number Diff line change 1- export const getRelayKitVersion = ( ) => '3.4.2 '
1+ export const getRelayKitVersion = ( ) => '3.4.3 '
Original file line number Diff line number Diff line change 11{
22 "name" : " @safe-global/sdk-starter-kit" ,
3- "version" : " 1.1.4 " ,
3+ "version" : " 1.1.5 " ,
44 "description" : " SDK that provides the basic tools to interact with the Safe Smart Account." ,
55 "main" : " dist/src/index.js" ,
66 "typings" : " dist/src/index.d.ts" ,
3636 "access" : " public"
3737 },
3838 "dependencies" : {
39- "@safe-global/api-kit" : " ^2.5.8 " ,
40- "@safe-global/protocol-kit" : " ^5.2.1 " ,
41- "@safe-global/relay-kit" : " ^3.4.2 " ,
39+ "@safe-global/api-kit" : " ^2.5.9 " ,
40+ "@safe-global/protocol-kit" : " ^5.2.2 " ,
41+ "@safe-global/relay-kit" : " ^3.4.3 " ,
4242 "@safe-global/types-kit" : " ^1.0.2" ,
4343 "viem" : " ^2.21.8"
4444 }
You can’t perform that action at this time.
0 commit comments