File tree 7 files changed +14
-14
lines changed 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 47
47
"homepage" : " https://github.com/safe-global/safe-core-sdk#readme" ,
48
48
"devDependencies" : {
49
49
"@safe-global/relay-kit" : " ^4.0.1" ,
50
- "@safe-global/testing-kit" : " ^0.2.0 " ,
50
+ "@safe-global/testing-kit" : " ^0.2.1 " ,
51
51
"@types/chai" : " ^4.3.20" ,
52
52
"@types/chai-as-promised" : " ^7.1.8" ,
53
53
"@types/mocha" : " ^10.0.10" ,
65
65
"tsconfig-paths" : " ^4.2.0"
66
66
},
67
67
"dependencies" : {
68
- "@safe-global/protocol-kit" : " ^6.0.1 " ,
69
- "@safe-global/types-kit" : " ^2.0.0 " ,
68
+ "@safe-global/protocol-kit" : " ^6.0.2 " ,
69
+ "@safe-global/types-kit" : " ^2.0.1 " ,
70
70
"node-fetch" : " ^2.7.0" ,
71
71
"viem" : " ^2.21.8"
72
72
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/protocol-kit" ,
3
- "version" : " 6.0.1 " ,
3
+ "version" : " 6.0.2 " ,
4
4
"description" : " SDK that facilitates the interaction with Safe Smart Accounts" ,
5
5
"types" : " dist/src/index.d.ts" ,
6
6
"main" : " dist/cjs/src/index.cjs" ,
63
63
],
64
64
"homepage" : " https://github.com/safe-global/safe-core-sdk#readme" ,
65
65
"devDependencies" : {
66
- "@safe-global/testing-kit" : " ^0.2.0 " ,
66
+ "@safe-global/testing-kit" : " ^0.2.1 " ,
67
67
"@types/chai" : " ^4.3.20" ,
68
68
"@types/chai-as-promised" : " ^7.1.8" ,
69
69
"@types/mocha" : " ^10.0.10" ,
81
81
"dependencies" : {
82
82
"@safe-global/safe-deployments" : " ^1.37.31" ,
83
83
"@safe-global/safe-modules-deployments" : " ^2.2.7" ,
84
- "@safe-global/types-kit" : " ^2.0.0 " ,
84
+ "@safe-global/types-kit" : " ^2.0.1 " ,
85
85
"abitype" : " ^1.0.2" ,
86
86
"semver" : " ^7.7.1" ,
87
87
"viem" : " ^2.21.8"
Original file line number Diff line number Diff line change 1
- export const getProtocolKitVersion = ( ) => '6.0.1 '
1
+ export const getProtocolKitVersion = ( ) => '6.0.2 '
Original file line number Diff line number Diff line change 56
56
},
57
57
"dependencies" : {
58
58
"@gelatonetwork/relay-sdk" : " ^5.6.0" ,
59
- "@safe-global/protocol-kit" : " ^6.0.1 " ,
59
+ "@safe-global/protocol-kit" : " ^6.0.2 " ,
60
60
"@safe-global/safe-modules-deployments" : " ^2.2.7" ,
61
- "@safe-global/types-kit" : " ^2.0.0 " ,
61
+ "@safe-global/types-kit" : " ^2.0.1 " ,
62
62
"semver" : " ^7.7.1" ,
63
63
"viem" : " ^2.21.8"
64
64
}
Original file line number Diff line number Diff line change 46
46
},
47
47
"dependencies" : {
48
48
"@safe-global/api-kit" : " ^3.0.1" ,
49
- "@safe-global/protocol-kit" : " ^6.0.1 " ,
49
+ "@safe-global/protocol-kit" : " ^6.0.2 " ,
50
50
"@safe-global/relay-kit" : " ^4.0.1" ,
51
- "@safe-global/types-kit" : " ^2.0.0 " ,
51
+ "@safe-global/types-kit" : " ^2.0.1 " ,
52
52
"viem" : " ^2.21.8"
53
53
}
54
54
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/testing-kit" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " Helper package providing testing utilities" ,
5
5
"types" : " dist/src/src/index.d.ts" ,
6
6
"main" : " dist/cjs/index.cjs" ,
49
49
"@openzeppelin/contracts" : " ^2.5.1" ,
50
50
"@safe-global/safe-contracts-v1.4.1" :
" npm:@safe-global/[email protected] " ,
51
51
"@safe-global/safe-passkey" : " 0.2.0" ,
52
- "@safe-global/types-kit" : " ^2.0.0 " ,
52
+ "@safe-global/types-kit" : " ^2.0.1 " ,
53
53
"@types/semver" : " ^7.5.8" ,
54
54
"hardhat" : " ^2.22.19" ,
55
55
"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" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Types for use with the Safe Core SDK packages" ,
5
5
"types" : " dist/src/index.d.ts" ,
6
6
"main" : " dist/cjs/index.cjs" ,
You can’t perform that action at this time.
0 commit comments