Skip to content

Commit b7cec9c

Browse files
committed
bump packages ton + cosmos + utils + staking-cli
1 parent e60976c commit b7cec9c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

packages/cosmos/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chorus-one/cosmos",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "All-in-one toolkit for building staking dApps on Cosmos SDK based networks",
55
"scripts": {
66
"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,7 +33,7 @@
3333
"license": "Apache-2.0",
3434
"dependencies": {
3535
"@chorus-one/signer": "^1.0.0",
36-
"@chorus-one/utils": "^1.0.0",
36+
"@chorus-one/utils": "^1.0.1",
3737
"@cosmjs/amino": "^0.32.3",
3838
"@cosmjs/crypto": "^0.32.3",
3939
"@cosmjs/encoding": "^0.32.3",

packages/staking-cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chorus-one/staking-cli",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "All in one CLI for running staking operations on many blockchain networks",
55
"scripts": {
66
"build": "rm -fr dist/* && tsc -p tsconfig.cjs.json --outDir dist/cjs && chmod +x dist/cjs/index.js",
@@ -26,7 +26,7 @@
2626
"devDependencies": {},
2727
"dependencies": {
2828
"@chorus-one/avalanche": "^1.0.0",
29-
"@chorus-one/cosmos": "^1.0.0",
29+
"@chorus-one/cosmos": "^1.1.0",
3030
"@chorus-one/ethereum": "^1.0.0",
3131
"@chorus-one/near": "^1.0.0",
3232
"@chorus-one/signer": "^1.0.0",
@@ -36,8 +36,8 @@
3636
"@chorus-one/signer-local": "^1.0.0",
3737
"@chorus-one/solana": "^1.0.0",
3838
"@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",
4141
"@commander-js/extra-typings": "^11.1.0",
4242
"@ledgerhq/hw-transport-node-hid": "^6.29.5",
4343
"chalk": "^4.1.2"

packages/ton/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chorus-one/ton",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "All-in-one tooling for building staking dApps on TON",
55
"scripts": {
66
"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,7 +33,7 @@
3333
"license": "Apache-2.0",
3434
"dependencies": {
3535
"@chorus-one/signer": "^1.0.0",
36-
"@chorus-one/utils": "^1.0.0",
36+
"@chorus-one/utils": "^1.0.1",
3737
"@ton/crypto": "^3.3.0",
3838
"@ton/ton": "^15.1.0",
3939
"axios": "^1.7.2"

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chorus-one/utils",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Utilities for Chorus One SDK",
55
"scripts": {
66
"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"

0 commit comments

Comments
 (0)