We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cccb1 commit 28a315aCopy full SHA for 28a315a
common/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pradeep0123yadav/common",
3
- "version": "1.0.4",
+ "version": "1.0.7",
4
"main": "dist/index.js",
5
"scripts": {
6
"test": "echo \"Error: no test specified\" && exit 1"
common/src/index.ts
@@ -14,7 +14,7 @@ export const signinInput = z.object({
14
export const createBlogInput = z.object({
15
title:z.string(),
16
content:z.string(),
17
- published:z.boolean()
+
18
})
19
20
export const updateBlogInput = z.object({
0 commit comments