Skip to content

Commit 3d30718

Browse files
committed
Bump package versions
1 parent 3029d89 commit 3d30718

File tree

6 files changed

+17
-15
lines changed

6 files changed

+17
-15
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ethereum/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chorus-one/ethereum",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "All-in-one toolkit for building staking dApps on Ethereum network",
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",

packages/staking-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chorus-one/staking-cli",
3-
"version": "1.0.2",
3+
"version": "2.0.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",
@@ -34,7 +34,7 @@
3434
"@chorus-one/signer-local": "^1.0.0",
3535
"@chorus-one/solana": "^1.0.0",
3636
"@chorus-one/substrate": "^1.0.1",
37-
"@chorus-one/ton": "^1.0.0",
37+
"@chorus-one/ton": "^2.0.0",
3838
"@chorus-one/utils": "^1.0.0",
3939
"@commander-js/extra-typings": "^11.1.0",
4040
"chalk": "^4.1.2"

packages/staking-cli/tsconfig.cjs.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
"include": ["src"],
77
"exclude": ["node_modules", "dist"],
88
"references": [
9-
{ "path": "../signer" },
10-
{ "path": "../signer-fireblocks" },
11-
{ "path": "../signer-local" },
9+
{ "path": "../avalanche" },
1210
{ "path": "../cosmos" },
1311
{ "path": "../ethereum" },
1412
{ "path": "../near" },
15-
{ "path": "../substrate" },
13+
{ "path": "../signer-fireblocks" },
14+
{ "path": "../signer-local" },
15+
{ "path": "../signer" },
1616
{ "path": "../solana" },
17-
{ "path": "../avalanche" },
17+
{ "path": "../substrate" },
18+
{ "path": "../ton" },
1819
{ "path": "../utils" }
1920
]
2021
}

packages/staking-cli/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
{ "path": "../signer" },
3030
{ "path": "../solana" },
3131
{ "path": "../substrate" },
32+
{ "path": "../ton" },
3233
{ "path": "../utils" }
3334
]
3435
}

packages/ton/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chorus-one/ton",
3-
"version": "1.0.0",
3+
"version": "2.0.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"

0 commit comments

Comments
 (0)