diff --git a/README.md b/README.md index be3dcee..9e047b2 100644 --- a/README.md +++ b/README.md @@ -529,7 +529,7 @@ DESCRIPTION contracts. ``` -_See code: [src/commands/console.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/console.ts)_ +_See code: [src/commands/console.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/console.ts)_ ## `terrain contract:build CONTRACT` @@ -546,7 +546,7 @@ DESCRIPTION Build wasm bytecode. ``` -_See code: [src/commands/contract/build.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/build.ts)_ +_See code: [src/commands/contract/build.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/contract/build.ts)_ ## `terrain contract:instantiate CONTRACT` @@ -572,7 +572,7 @@ DESCRIPTION Instantiate the contract. ``` -_See code: [src/commands/contract/instantiate.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/instantiate.ts)_ +_See code: [src/commands/contract/instantiate.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/contract/instantiate.ts)_ ## `terrain contract:migrate CONTRACT` @@ -599,7 +599,7 @@ DESCRIPTION Migrate the contract. ``` -_See code: [src/commands/contract/migrate.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/migrate.ts)_ +_See code: [src/commands/contract/migrate.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/contract/migrate.ts)_ ## `terrain contract:new NAME` @@ -625,7 +625,7 @@ EXAMPLES $ terrain code:new awesome_contract --path path/to/dapp --authors "ExampleAuthor" ``` -_See code: [src/commands/contract/new.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/new.ts)_ +_See code: [src/commands/contract/new.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/contract/new.ts)_ ## `terrain contract:optimize CONTRACT` @@ -639,7 +639,7 @@ DESCRIPTION Optimize wasm bytecode. ``` -_See code: [src/commands/contract/optimize.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/optimize.ts)_ +_See code: [src/commands/contract/optimize.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/contract/optimize.ts)_ ## `terrain contract:schema CONTRACT` @@ -653,7 +653,7 @@ DESCRIPTION Generate contract schema. ``` -_See code: [src/commands/contract/schema.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/schema.ts)_ +_See code: [src/commands/contract/schema.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/contract/schema.ts)_ ## `terrain contract:store CONTRACT` @@ -679,7 +679,7 @@ DESCRIPTION Store code on chain. ``` -_See code: [src/commands/contract/store.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/store.ts)_ +_See code: [src/commands/contract/store.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/contract/store.ts)_ ## `terrain contract:updateAdmin CONTRACT ADMIN` @@ -704,7 +704,7 @@ DESCRIPTION Update the admin of a contract. ``` -_See code: [src/commands/contract/updateAdmin.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/updateAdmin.ts)_ +_See code: [src/commands/contract/updateAdmin.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/contract/updateAdmin.ts)_ ## `terrain deploy CONTRACT` @@ -735,7 +735,7 @@ DESCRIPTION Build wasm bytecode, store code on chain and instantiate. ``` -_See code: [src/commands/deploy.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/deploy.ts)_ +_See code: [src/commands/deploy.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/deploy.ts)_ ## `terrain help [COMMAND]` @@ -787,7 +787,7 @@ EXAMPLES $ terrain new awesome-dapp --path path/to/dapp --framework vue --authors "ExampleAuthor" ``` -_See code: [src/commands/new.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/new.ts)_ +_See code: [src/commands/new.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/new.ts)_ ## `terrain query CONTRACT MSG` @@ -815,7 +815,7 @@ EXAMPLES $ terrain query juno1..af00x '{"get_count": {}}' --network testnet --config-path ../config.terrain.json ``` -_See code: [src/commands/query.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/query.ts)_ +_See code: [src/commands/query.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/query.ts)_ ## `terrain sync-refs` @@ -833,7 +833,7 @@ DESCRIPTION Sync configuration with frontend app. ``` -_See code: [src/commands/sync-refs.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/sync-refs.ts)_ +_See code: [src/commands/sync-refs.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/sync-refs.ts)_ ## `terrain task:new [TASK]` @@ -847,7 +847,7 @@ DESCRIPTION Create a new task. ``` -_See code: [src/commands/task/new.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/task/new.ts)_ +_See code: [src/commands/task/new.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/task/new.ts)_ ## `terrain task:run [TASK]` @@ -871,7 +871,7 @@ DESCRIPTION run predefined task ``` -_See code: [src/commands/task/run.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/task/run.ts)_ +_See code: [src/commands/task/run.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/task/run.ts)_ ## `terrain test CONTRACT-NAME` @@ -893,7 +893,7 @@ EXAMPLES $ terrain test counter --no-fail-fast ``` -_See code: [src/commands/test.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/test.ts)_ +_See code: [src/commands/test.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/test.ts)_ ## `terrain test:coverage [CONTRACT-NAME]` @@ -912,7 +912,7 @@ EXAMPLES $ terrain test:coverage counter ``` -_See code: [src/commands/test/coverage.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/test/coverage.ts)_ +_See code: [src/commands/test/coverage.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/test/coverage.ts)_ ## `terrain tx CONTRACT MSG` @@ -945,7 +945,7 @@ EXAMPLES $ terrain tx juno1..af00x '{"reset": {"count": 0}}' --network testnet ``` -_See code: [src/commands/tx.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/tx.ts)_ +_See code: [src/commands/tx.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/tx.ts)_ ## `terrain wallet:new` @@ -963,5 +963,5 @@ DESCRIPTION Generate a new wallet to use for signing contracts. ``` -_See code: [src/commands/wallet/new.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/wallet/new.ts)_ +_See code: [src/commands/wallet/new.ts](https://github.com/terra-money/terrain/blob/v0.8.0/src/commands/wallet/new.ts)_ diff --git a/package-lock.json b/package-lock.json index c00416f..a513731 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terra-money/terrain", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@terra-money/terrain", - "version": "0.7.0", + "version": "0.8.0", "license": "MIT", "dependencies": { "@oclif/command": "^1.8.0", diff --git a/package.json b/package.json index ed7f7aa..8f4aa93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@terra-money/terrain", "description": "Terra development environment", - "version": "0.7.0", + "version": "0.8.0", "__comment": "^ update template package.json to the same version when publish", "author": "Supanat Potiwarakorn @iboss-ptk", "bugs": "https://github.com/terra-money/terrain/issues",