Skip to content

Commit

Permalink
v2.1.2 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunsukew authored May 10, 2023
1 parent 540d60f commit 56c54f5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "2.1.1",
"version": "2.1.2",
"npmClient": "yarn"
}
11 changes: 7 additions & 4 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ npm install -g @astar-network/swanky-cli
$ swanky COMMAND
running command...
$ swanky (--version|-V|-v)
@astar-network/swanky-cli/2.1.1 darwin-x64 node-v18.2.0
@astar-network/swanky-cli/2.1.2 darwin-arm64 node-v18.10.0
$ swanky --help [COMMAND]
USAGE
$ swanky COMMAND
Expand Down Expand Up @@ -114,7 +114,7 @@ DESCRIPTION
Check installed package versions and compatibility
```

_See code: [dist/commands/check/index.js](https://github.com/AstarNetwork/swanky-cli/blob/v2.1.1/dist/commands/check/index.js)_
_See code: [dist/commands/check/index.js](https://github.com/AstarNetwork/swanky-cli/blob/v2.1.2/dist/commands/check/index.js)_

## `swanky contract compile [CONTRACTNAME]`

Expand Down Expand Up @@ -316,7 +316,7 @@ DESCRIPTION
Generate a new smart contract environment
```

_See code: [dist/commands/init/index.js](https://github.com/AstarNetwork/swanky-cli/blob/v2.1.1/dist/commands/init/index.js)_
_See code: [dist/commands/init/index.js](https://github.com/AstarNetwork/swanky-cli/blob/v2.1.2/dist/commands/init/index.js)_

## `swanky node install`

Expand Down Expand Up @@ -351,12 +351,15 @@ Start a local node

```
USAGE
$ swanky node start [-t] [--rpcCors <value>]
$ swanky node start [-t] [--rpcCors <value>] [--finalizeDelaySec <value>]
FLAGS
-t, --tmp
Run node with non-persistent mode
--finalizeDelaySec=<value>
Delay time in seconds after blocks being sealed
--rpcCors=<value>
[default: http://localhost:*,http://127.0.0.1:*,https://localhost:*,https://127.0.0.1:*,https://polkadot.js.org,http
s://contracts-ui.substrate.io/] RPC CORS origin swanky-node accepts. With '--tmp' flag, node accepts all origins.
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astar-network/swanky-cli",
"version": "2.1.1",
"version": "2.1.2",
"description": "Astar network WASM contract CLI tool",
"author": "Astar network",
"bin": {
Expand All @@ -17,7 +17,7 @@
"/oclif.manifest.json"
],
"dependencies": {
"@astar-network/swanky-core": "^2.1.1",
"@astar-network/swanky-core": "^2.1.2",
"@astar-network/swanky-templates": "^2.1.1",
"@oclif/core": "2.5.0",
"@oclif/plugin-help": "5.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astar-network/swanky-core",
"version": "2.1.1",
"version": "2.1.2",
"description": "Core library of Swanky Suite",
"author": "Astar network",
"license": "MIT",
Expand Down

0 comments on commit 56c54f5

Please sign in to comment.