Skip to content

Commit

Permalink
update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
vladilen11 committed Mar 2, 2024
1 parent 44ec89a commit d666de5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xtemple/cli",
"version": "0.0.2",
"version": "0.0.3",
"description": "Tookit for interacting with vara eps framework",
"keywords": [
"gear",
Expand Down
4 changes: 3 additions & 1 deletion packages/create-temple/template/101/vara-template/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ localnode.nohup.out
contracts/counter/build
contracts/counter/.history

src/chain/key.ts
yarn.lock

src/chain/key.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@0xtemple/common": "^0.0.1",
"@0xtemple/client": "^0.0.3",
"@0xtemple/cli": "^0.0.2",
"@0xtemple/cli": "^0.0.3",
"clsx": "^1.2.1",
"framer-motion": "^10.12.16",
"jotai": "^1.7.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-temple/template/101/vara-template/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@0xtemple/cli@^0.0.1":
version "0.0.1"
resolved "https://registry.npmjs.org/@0xtemple/cli/-/cli-0.0.1.tgz#6cb5ab6bf1bc273ad5ac6525a1ce5fd9d1e79c8a"
integrity sha512-PQJ/s3v9bRg/Ouy+3kYBwJXUHHacD/tlsBqyR/H23TCSg/xKVs/w+L4SZZuYLuwR0/GLxjt6LeEcSbg3FIjgjw==
"@0xtemple/cli@^0.0.2":
version "0.0.2"
resolved "https://registry.npmjs.org/@0xtemple/cli/-/cli-0.0.2.tgz#50abb9cab4fcf1b1664ba7932291d1fc2a89afc7"
integrity sha512-ce/dBbI+6b8ih/16qzPNk1M2oZdhUiGR7YWZl7AmoPY418ZQMab3KQPxsNH1X1QbQvkmM13+y4Ti9uUBv+9nzA==
dependencies:
"@0xtemple/common" "^0.0.1"
"@gear-js/api" "^0.36.5"
Expand Down

0 comments on commit d666de5

Please sign in to comment.