-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: print correct version when using current subcommand
- Loading branch information
1 parent
2c27588
commit 21d6fc5
Showing
5 changed files
with
55 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"pactup": patch | ||
--- | ||
|
||
fix: print correct version when using current subcommand |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"url": "[email protected]:kadena-community/pactup.git" | ||
}, | ||
"author": "Salama Ashoush <[email protected]>", | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].3", | ||
"license": "GPLv3", | ||
"description": "Linter for the JavaScript Oxidation Compiler", | ||
"keywords": [ | ||
|
@@ -44,7 +44,7 @@ | |
}, | ||
"devDependencies": { | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "2.27.3", | ||
"@changesets/cli": "2.27.4", | ||
"@types/node": "^20.12.12", | ||
"@types/shell-escape": "^0.2.3", | ||
"chalk": "^5.3.0", | ||
|
@@ -53,11 +53,11 @@ | |
"execa": "9.1.0", | ||
"lerna-changelog": "2.2.0", | ||
"prettier": "3.2.5", | ||
"pv": "1.0.1", | ||
"shell-escape": "^0.2.0", | ||
"svg-term-cli": "2.1.1", | ||
"toml": "^3.0.0", | ||
"tsx": "^4.11.0", | ||
"typescript": "^5.4.5", | ||
"pv": "1.0.1" | ||
"typescript": "^5.4.5" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters