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" : " 3.0.1 " ,
3+ "version" : " 3.0.2 " ,
44 "description" : " SDK that facilitates the interaction with the Safe Transaction Service API" ,
55 "types" : " dist/src/index.d.ts" ,
66 "main" : " dist/cjs/index.cjs" ,
4646 ],
4747 "homepage" : " https://github.com/safe-global/safe-core-sdk#readme" ,
4848 "devDependencies" : {
49- "@safe-global/relay-kit" : " ^4.0.3 " ,
49+ "@safe-global/relay-kit" : " ^4.0.4 " ,
5050 "@safe-global/testing-kit" : " ^0.2.1" ,
5151 "@types/chai" : " ^4.3.20" ,
5252 "@types/chai-as-promised" : " ^7.1.8" ,
6565 "tsconfig-paths" : " ^4.2.0"
6666 },
6767 "dependencies" : {
68- "@safe-global/protocol-kit" : " ^6.0.4 " ,
68+ "@safe-global/protocol-kit" : " ^6.0.5 " ,
6969 "@safe-global/types-kit" : " ^2.0.1" ,
7070 "node-fetch" : " ^2.7.0" ,
7171 "viem" : " ^2.21.8"
Original file line number Diff line number Diff line change 11{
22 "name" : " @safe-global/protocol-kit" ,
3- "version" : " 6.0.4 " ,
3+ "version" : " 6.0.5 " ,
44 "description" : " SDK that facilitates the interaction with Safe Smart Accounts" ,
55 "types" : " dist/src/index.d.ts" ,
66 "main" : " dist/cjs/src/index.cjs" ,
Original file line number Diff line number Diff line change 1- export const getProtocolKitVersion = ( ) => '6.0.4 '
1+ export const getProtocolKitVersion = ( ) => '6.0.5 '
Original file line number Diff line number Diff line change 11{
22 "name" : " @safe-global/relay-kit" ,
3- "version" : " 4.0.3 " ,
3+ "version" : " 4.0.4 " ,
44 "description" : " SDK for Safe Smart Accounts with support for ERC-4337 and Relay" ,
55 "types" : " dist/src/index.d.ts" ,
66 "main" : " dist/cjs/src/index.cjs" ,
5656 },
5757 "dependencies" : {
5858 "@gelatonetwork/relay-sdk" : " ^5.6.0" ,
59- "@safe-global/protocol-kit" : " ^6.0.4 " ,
59+ "@safe-global/protocol-kit" : " ^6.0.5 " ,
6060 "@safe-global/safe-modules-deployments" : " ^2.2.9" ,
6161 "@safe-global/types-kit" : " ^2.0.1" ,
6262 "semver" : " ^7.7.1" ,
Original file line number Diff line number Diff line change 1- export const getRelayKitVersion = ( ) => '4.0.3 '
1+ export const getRelayKitVersion = ( ) => '4.0.4 '
Original file line number Diff line number Diff line change 11{
22 "name" : " @safe-global/sdk-starter-kit" ,
3- "version" : " 2.0.2 " ,
3+ "version" : " 2.0.3 " ,
44 "description" : " SDK that provides the basic tools to interact with the Safe Smart Account." ,
55 "types" : " dist/src/index.d.ts" ,
66 "main" : " dist/cjs/index.cjs" ,
4545 "access" : " public"
4646 },
4747 "dependencies" : {
48- "@safe-global/api-kit" : " ^3.0.1 " ,
49- "@safe-global/protocol-kit" : " ^6.0.4 " ,
50- "@safe-global/relay-kit" : " ^4.0.3 " ,
48+ "@safe-global/api-kit" : " ^3.0.2 " ,
49+ "@safe-global/protocol-kit" : " ^6.0.5 " ,
50+ "@safe-global/relay-kit" : " ^4.0.4 " ,
5151 "@safe-global/types-kit" : " ^2.0.1" ,
5252 "viem" : " ^2.21.8"
5353 }
You can’t perform that action at this time.
0 commit comments