File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chorus-one/cosmos" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " All-in-one toolkit for building staking dApps on Cosmos SDK based networks" ,
5
5
"scripts" : {
6
6
"build" : " rm -fr dist/* && tsc -p tsconfig.mjs.json --outDir dist/mjs && tsc -p tsconfig.cjs.json --outDir dist/cjs && bash ../../scripts/fix-package-json"
33
33
"license" : " Apache-2.0" ,
34
34
"dependencies" : {
35
35
"@chorus-one/signer" : " ^1.0.0" ,
36
- "@chorus-one/utils" : " ^1.0.0 " ,
36
+ "@chorus-one/utils" : " ^1.0.1 " ,
37
37
"@cosmjs/amino" : " ^0.32.3" ,
38
38
"@cosmjs/crypto" : " ^0.32.3" ,
39
39
"@cosmjs/encoding" : " ^0.32.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chorus-one/staking-cli" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " All in one CLI for running staking operations on many blockchain networks" ,
5
5
"scripts" : {
6
6
"build" : " rm -fr dist/* && tsc -p tsconfig.cjs.json --outDir dist/cjs && chmod +x dist/cjs/index.js" ,
26
26
"devDependencies" : {},
27
27
"dependencies" : {
28
28
"@chorus-one/avalanche" : " ^1.0.0" ,
29
- "@chorus-one/cosmos" : " ^1.0 .0" ,
29
+ "@chorus-one/cosmos" : " ^1.1 .0" ,
30
30
"@chorus-one/ethereum" : " ^1.0.0" ,
31
31
"@chorus-one/near" : " ^1.0.0" ,
32
32
"@chorus-one/signer" : " ^1.0.0" ,
36
36
"@chorus-one/signer-local" : " ^1.0.0" ,
37
37
"@chorus-one/solana" : " ^1.0.0" ,
38
38
"@chorus-one/substrate" : " ^1.0.1" ,
39
- "@chorus-one/ton" : " ^2.0 .0" ,
40
- "@chorus-one/utils" : " ^1.0.0 " ,
39
+ "@chorus-one/ton" : " ^2.1 .0" ,
40
+ "@chorus-one/utils" : " ^1.0.1 " ,
41
41
"@commander-js/extra-typings" : " ^11.1.0" ,
42
42
"@ledgerhq/hw-transport-node-hid" : " ^6.29.5" ,
43
43
"chalk" : " ^4.1.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chorus-one/ton" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " All-in-one tooling for building staking dApps on TON" ,
5
5
"scripts" : {
6
6
"build" : " rm -fr dist/* && tsc -p tsconfig.mjs.json --outDir dist/mjs && tsc -p tsconfig.cjs.json --outDir dist/cjs && bash ../../scripts/fix-package-json"
33
33
"license" : " Apache-2.0" ,
34
34
"dependencies" : {
35
35
"@chorus-one/signer" : " ^1.0.0" ,
36
- "@chorus-one/utils" : " ^1.0.0 " ,
36
+ "@chorus-one/utils" : " ^1.0.1 " ,
37
37
"@ton/crypto" : " ^3.3.0" ,
38
38
"@ton/ton" : " ^15.1.0" ,
39
39
"axios" : " ^1.7.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chorus-one/utils" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Utilities for Chorus One SDK" ,
5
5
"scripts" : {
6
6
"build" : " rm -fr dist/* && tsc -p tsconfig.mjs.json --outDir dist/mjs && tsc -p tsconfig.cjs.json --outDir dist/cjs && bash ../../scripts/fix-package-json"
You can’t perform that action at this time.
0 commit comments