Skip to content

Commit

Permalink
v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ragokan committed Sep 9, 2024
1 parent 5e905d7 commit 5df9c65
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 12 deletions.
8 changes: 4 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.22",
"useNx": true
}
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.23",
"useNx": true
}
11 changes: 9 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunicorn/client",
"version": "0.0.22",
"version": "0.0.23",
"description": "Bunicorn client whhich has full type support for the Bunicorn server, ultra fast Bun, Deno and Edge server framework",
"type": "module",
"private": false,
Expand All @@ -23,7 +23,14 @@
"types": "./dist/index.d.ts"
}
},
"keywords": ["bunicorn", "client", "fast", "edge", "bun", "node"],
"keywords": [
"bunicorn",
"client",
"fast",
"edge",
"bun",
"node"
],
"devDependencies": {
"@bunicorn/server": "workspace:*"
},
Expand Down
8 changes: 6 additions & 2 deletions packages/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunicorn/openapi",
"version": "0.0.22",
"version": "0.0.23",
"description": "Openapi generator for server",
"type": "module",
"private": false,
Expand All @@ -24,7 +24,11 @@
"types": "./dist/index.d.ts"
}
},
"keywords": ["bunicorn", "bun", "openapi"],
"keywords": [
"bunicorn",
"bun",
"openapi"
],
"homepage": "https://github.com/ragokan/bunicorn",
"author": "ragokan",
"license": "MIT",
Expand Down
11 changes: 9 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunicorn/server",
"version": "0.0.22",
"version": "0.0.23",
"description": "Bunicorn server, ultra fast Bun, Deno and Edge server framework",
"type": "module",
"private": false,
Expand Down Expand Up @@ -48,7 +48,14 @@
"types": "./dist/app/edgeApp.d.ts"
}
},
"keywords": ["bunicorn", "server", "fast", "edge", "bun", "node"],
"keywords": [
"bunicorn",
"server",
"fast",
"edge",
"bun",
"node"
],
"peerDependencies": {
"valibot": "^0.41.0",
"zod": "^3.23.8"
Expand Down
9 changes: 7 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bunicorn/utils",
"version": "0.0.22",
"version": "0.0.23",
"description": "Utils that help you while coding",
"type": "module",
"private": false,
Expand All @@ -23,7 +23,12 @@
"types": "./dist/index.d.ts"
}
},
"keywords": ["bunicorn", "bun", "utils", "utility"],
"keywords": [
"bunicorn",
"bun",
"utils",
"utility"
],
"homepage": "https://github.com/ragokan/bunicorn",
"author": "ragokan",
"license": "MIT",
Expand Down

0 comments on commit 5df9c65

Please sign in to comment.