File tree 11 files changed +28
-28
lines changed
11 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
3
"useWorkspaces" : true ,
4
- "version" : " 3.1.4 "
4
+ "version" : " 3.2.0 "
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @renproject/chains-bitcoin" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/renproject/ren-js.git"
44
44
},
45
45
"dependencies" : {
46
46
"@noble/hashes" : " 1.1.1" ,
47
- "@renproject/utils" : " ^3.1 .0" ,
47
+ "@renproject/utils" : " ^3.2 .0" ,
48
48
"@types/bchaddrjs" : " ^0.4.0" ,
49
49
"@types/bs58" : " ^4.0.1" ,
50
50
"@types/bs58check" : " 2.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @renproject/chains-ethereum" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/renproject/ren-js.git"
46
46
"@ethersproject/abi" : " ^5.6.3" ,
47
47
"@ethersproject/bytes" : " ^5.6.1" ,
48
48
"@ethersproject/providers" : " ^5.6.8" ,
49
- "@renproject/utils" : " ^3.1 .0" ,
49
+ "@renproject/utils" : " ^3.2 .0" ,
50
50
"@types/elliptic" : " ^6.4.14" ,
51
51
"bignumber.js" : " ^9.0.2" ,
52
52
"elliptic" : " ^6.5.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @renproject/chains-filecoin" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/renproject/ren-js.git"
45
45
"dependencies" : {
46
46
"@glif/filecoin-address" : " ^1.1.0" ,
47
47
"@glif/filecoin-rpc-client" : " ^1.1.0" ,
48
- "@renproject/utils" : " ^3.1 .0" ,
48
+ "@renproject/utils" : " ^3.2 .0" ,
49
49
"@types/elliptic" : " ^6.4.14" ,
50
50
"bignumber.js" : " ^9.0.2" ,
51
51
"blakejs" : " ^1.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @renproject/chains-solana" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/renproject/ren-js.git"
46
46
"@project-serum/associated-token" : " ^0.1.1" ,
47
47
"@project-serum/borsh" : " ^0.2.5" ,
48
48
"@project-serum/sol-wallet-adapter" : " ^0.2.6" ,
49
- "@renproject/utils" : " ^3.1 .0" ,
49
+ "@renproject/utils" : " ^3.2 .0" ,
50
50
"@solana/buffer-layout" : " ^4.0.0" ,
51
51
"@solana/spl-token" : " 0.2.0" ,
52
52
"@solana/web3.js" : " 1.44.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @renproject/chains-terra" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/renproject/ren-js.git"
42
42
"prepare-release" : " run-s npmignore build"
43
43
},
44
44
"dependencies" : {
45
- "@renproject/utils" : " ^3.1 .0" ,
45
+ "@renproject/utils" : " ^3.2 .0" ,
46
46
"@terra-money/terra.js" : " 3.1.3" ,
47
47
"@types/elliptic" : " ^6.4.14" ,
48
48
"bech32" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @renproject/chains" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/renproject/ren-js.git"
43
43
"prepare-release" : " run-s npmignore build"
44
44
},
45
45
"dependencies" : {
46
- "@renproject/chains-bitcoin" : " ^3.1 .0" ,
47
- "@renproject/chains-ethereum" : " ^3.1 .0" ,
48
- "@renproject/chains-filecoin" : " ^3.1 .0" ,
49
- "@renproject/chains-solana" : " ^3.1 .0" ,
50
- "@renproject/chains-terra" : " ^3.1 .0" ,
51
- "@renproject/utils" : " ^3.1 .0"
46
+ "@renproject/chains-bitcoin" : " ^3.2 .0" ,
47
+ "@renproject/chains-ethereum" : " ^3.2 .0" ,
48
+ "@renproject/chains-filecoin" : " ^3.2 .0" ,
49
+ "@renproject/chains-solana" : " ^3.2 .0" ,
50
+ "@renproject/chains-terra" : " ^3.2 .0" ,
51
+ "@renproject/utils" : " ^3.2 .0"
52
52
},
53
53
"nyc" : {
54
54
"extends" : " @istanbuljs/nyc-config-typescript" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @renproject/mock-provider" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/renproject/ren-js.git"
43
43
"prepare-release" : " run-s npmignore build"
44
44
},
45
45
"dependencies" : {
46
- "@renproject/chains-bitcoin" : " ^3.1 .0" ,
47
- "@renproject/provider" : " ^3.1 .0" ,
48
- "@renproject/utils" : " ^3.1 .0" ,
46
+ "@renproject/chains-bitcoin" : " ^3.2 .0" ,
47
+ "@renproject/provider" : " ^3.2 .0" ,
48
+ "@renproject/utils" : " ^3.2 .0" ,
49
49
"@types/elliptic" : " ^6.4.14" ,
50
50
"bignumber.js" : " ^9.0.2" ,
51
51
"elliptic" : " ^6.5.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @renproject/provider" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " Official Ren JavaScript client" ,
5
5
"repository" : {
6
6
"type" : " git" ,
44
44
"prepare-release" : " run-s npmignore build"
45
45
},
46
46
"dependencies" : {
47
- "@renproject/utils" : " ^3.1 .0" ,
47
+ "@renproject/utils" : " ^3.2 .0" ,
48
48
"axios" : " ^0.27.2" ,
49
49
"bignumber.js" : " ^9.0.2"
50
50
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @renproject/ren" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " Official Ren JavaScript SDK for bridging crypto assets cross-chain." ,
5
5
"repository" : {
6
6
"type" : " git" ,
58
58
"prepare-release" : " run-s npmignore build"
59
59
},
60
60
"dependencies" : {
61
- "@renproject/provider" : " ^3.1 .0" ,
62
- "@renproject/utils" : " ^3.1 .0" ,
61
+ "@renproject/provider" : " ^3.2 .0" ,
62
+ "@renproject/utils" : " ^3.2 .0" ,
63
63
"bignumber.js" : " ^9.0.2" ,
64
64
"events" : " ^3.3.0" ,
65
65
"immutable" : " ^4.1.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @renproject/utils" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/renproject/ren-js.git"
You can’t perform that action at this time.
0 commit comments