File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/account-abstraction-kit-poc" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Safe Account Abstraction Kit PoC" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"typings" : " dist/src/index.d.ts" ,
34
34
"access" : " public"
35
35
},
36
36
"dependencies" : {
37
- "@safe-global/protocol-kit" : " ^1.1 .0" ,
38
- "@safe-global/relay-kit" : " ^1.1 .0" ,
39
- "@safe-global/safe-core-sdk-types" : " ^2.1 .0" ,
37
+ "@safe-global/protocol-kit" : " ^1.2 .0" ,
38
+ "@safe-global/relay-kit" : " ^1.2 .0" ,
39
+ "@safe-global/safe-core-sdk-types" : " ^2.2 .0" ,
40
40
"ethereumjs-util" : " ^7.1.5" ,
41
41
"ethers" : " ^5.7.2"
42
42
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/api-kit" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"description" : " Safe API Kit" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"typings" : " dist/src/index.d.ts" ,
38
38
"devDependencies" : {
39
39
"@nomiclabs/hardhat-ethers" : " ^2.2.3" ,
40
40
"@nomiclabs/hardhat-web3" : " ^2.0.0" ,
41
- "@safe-global/protocol-kit" : " ^1.1 .0" ,
41
+ "@safe-global/protocol-kit" : " ^1.2 .0" ,
42
42
"@types/chai" : " ^4.3.5" ,
43
43
"@types/chai-as-promised" : " ^7.1.5" ,
44
44
"@types/mocha" : " ^10.0.1" ,
56
56
},
57
57
"dependencies" : {
58
58
"@ethersproject/abstract-signer" : " ^5.7.0" ,
59
- "@safe-global/safe-core-sdk-types" : " ^2.1 .0" ,
59
+ "@safe-global/safe-core-sdk-types" : " ^2.2 .0" ,
60
60
"node-fetch" : " ^2.6.6"
61
61
}
62
62
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/auth-kit" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Authentication library for web2 logins" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
43
43
"@web3auth/base" : " ^4.3.0" ,
44
44
"@web3auth/modal" : " ^4.3.1" ,
45
45
"@web3auth/openlogin-adapter" : " ^4.3.0" ,
46
- "@safe-global/api-kit" : " ^1.2 .0" ,
47
- "@safe-global/protocol-kit" : " ^1.1 .0" ,
46
+ "@safe-global/api-kit" : " ^1.3 .0" ,
47
+ "@safe-global/protocol-kit" : " ^1.2 .0" ,
48
48
"@walletconnect/client" : " ^1.8.0" ,
49
49
"ethers" : " ^5.7.2"
50
50
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/onramp-kit" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"description" : " Onramp library" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
36
36
},
37
37
"dependencies" : {
38
38
"@monerium/sdk" : " ^2.3.0" ,
39
- "@safe-global/api-kit" : " ^1.2 .0" ,
40
- "@safe-global/protocol-kit" : " ^1.1 .0" ,
41
- "@safe-global/safe-core-sdk-types" : " ^2.1 .0" ,
39
+ "@safe-global/api-kit" : " ^1.3 .0" ,
40
+ "@safe-global/protocol-kit" : " ^1.2 .0" ,
41
+ "@safe-global/safe-core-sdk-types" : " ^2.2 .0" ,
42
42
"@stripe/crypto" : " ^0.0.4" ,
43
43
"@stripe/stripe-js" : " ^1.52.0" ,
44
44
"ethers" : " ^5.7.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/protocol-kit" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " SDK to interact with Safe smart contracts" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"types" : " dist/src/index.d.ts" ,
58
58
"@nomiclabs/hardhat-waffle" : " ^2.0.6" ,
59
59
"@nomiclabs/hardhat-web3" : " ^2.0.0" ,
60
60
"@safe-global/safe-contracts-v1.4.1" : " npm:@safe-global/safe-contracts@1.4.1" ,
61
- "@safe-global/safe-core-sdk-types" : " ^2.1 .0" ,
61
+ "@safe-global/safe-core-sdk-types" : " ^2.2 .0" ,
62
62
"@typechain/ethers-v5" : " ^10.2.0" ,
63
63
"@typechain/web3-v1" : " ^6.0.3" ,
64
64
"@types/chai" : " ^4.3.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/relay-kit" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Safe Relay Kit" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"typings" : " dist/src/index.d.ts" ,
36
36
},
37
37
"dependencies" : {
38
38
"@gelatonetwork/relay-sdk" : " ^3.1.0" ,
39
- "@safe-global/protocol-kit" : " ^1.1 .0" ,
40
- "@safe-global/safe-core-sdk-types" : " ^2.1 .0" ,
39
+ "@safe-global/protocol-kit" : " ^1.2 .0" ,
40
+ "@safe-global/safe-core-sdk-types" : " ^2.2 .0" ,
41
41
"ethers" : " ^5.7.2"
42
42
}
43
43
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @safe-global/safe-core-sdk-types" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.2 .0" ,
4
4
"description" : " Safe Core SDK types" ,
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