Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
welldan97 committed Dec 18, 2024
1 parent 3029d89 commit 7365b51
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chorus-one/ethereum",
"version": "1.0.0",
"version": "1.0.1",
"description": "All-in-one toolkit for building staking dApps on Ethereum network",
"scripts": {
"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",
Expand Down
4 changes: 2 additions & 2 deletions packages/staking-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chorus-one/staking-cli",
"version": "1.0.2",
"version": "2.0.0",
"description": "All in one CLI for running staking operations on many blockchain networks",
"scripts": {
"build": "rm -fr dist/* && tsc -p tsconfig.cjs.json --outDir dist/cjs && chmod +x dist/cjs/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@chorus-one/signer-local": "^1.0.0",
"@chorus-one/solana": "^1.0.0",
"@chorus-one/substrate": "^1.0.1",
"@chorus-one/ton": "^1.0.0",
"@chorus-one/ton": "^2.0.0",
"@chorus-one/utils": "^1.0.0",
"@commander-js/extra-typings": "^11.1.0",
"chalk": "^4.1.2"
Expand Down
11 changes: 6 additions & 5 deletions packages/staking-cli/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
"include": ["src"],
"exclude": ["node_modules", "dist"],
"references": [
{ "path": "../signer" },
{ "path": "../signer-fireblocks" },
{ "path": "../signer-local" },
{ "path": "../avalanche" },
{ "path": "../cosmos" },
{ "path": "../ethereum" },
{ "path": "../near" },
{ "path": "../substrate" },
{ "path": "../signer-fireblocks" },
{ "path": "../signer-local" },
{ "path": "../signer" },
{ "path": "../solana" },
{ "path": "../avalanche" },
{ "path": "../substrate" },
{ "path": "../ton" },
{ "path": "../utils" }
]
}
1 change: 1 addition & 0 deletions packages/staking-cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
{ "path": "../signer" },
{ "path": "../solana" },
{ "path": "../substrate" },
{ "path": "../ton" },
{ "path": "../utils" }
]
}
2 changes: 1 addition & 1 deletion packages/ton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chorus-one/ton",
"version": "1.0.0",
"version": "2.0.0",
"description": "All-in-one tooling for building staking dApps on TON",
"scripts": {
"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"
Expand Down

0 comments on commit 7365b51

Please sign in to comment.