-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #174 from bluecadet/zod
Zod
- Loading branch information
Showing
42 changed files
with
691 additions
and
458 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,8 @@ | ||
--- | ||
"@bluecadet/launchpad-content": minor | ||
"@bluecadet/launchpad-monitor": minor | ||
"@bluecadet/launchpad-utils": minor | ||
"@bluecadet/launchpad-cli": minor | ||
--- | ||
|
||
convert configs to zod validators |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "launchpad", | ||
"private": "true", | ||
"private": true, | ||
"version": "0.0.1", | ||
"description": "monorepo for @bluecadet/launchpad and friends", | ||
"scripts": { | ||
|
@@ -32,10 +32,12 @@ | |
"@changesets/changelog-github": "^0.4.6", | ||
"@changesets/cli": "^2.23.0", | ||
"@types/node": "^20.3.1", | ||
"sherif": "^1.0.1", | ||
"typescript": "^5.1.3", | ||
"vitest": "^2.1.4" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
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
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
Oops, something went wrong.