From 5df9c65975d4162ed6ce25a7dc0089a724c48431 Mon Sep 17 00:00:00 2001 From: Okan YILDIRIM <63511519+ragokan@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:37:53 +0300 Subject: [PATCH] v0.0.23 --- lerna.json | 8 ++++---- packages/client/package.json | 11 +++++++++-- packages/openapi/package.json | 8 ++++++-- packages/server/package.json | 11 +++++++++-- packages/utils/package.json | 9 +++++++-- 5 files changed, 35 insertions(+), 12 deletions(-) diff --git a/lerna.json b/lerna.json index 4e03d7f..98318d5 100644 --- a/lerna.json +++ b/lerna.json @@ -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 +} \ No newline at end of file diff --git a/packages/client/package.json b/packages/client/package.json index b7cd9e7..ef05795 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -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, @@ -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:*" }, diff --git a/packages/openapi/package.json b/packages/openapi/package.json index af961ec..124484b 100644 --- a/packages/openapi/package.json +++ b/packages/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@bunicorn/openapi", - "version": "0.0.22", + "version": "0.0.23", "description": "Openapi generator for server", "type": "module", "private": false, @@ -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", diff --git a/packages/server/package.json b/packages/server/package.json index 874b7dd..3e8e5aa 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -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, @@ -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" diff --git a/packages/utils/package.json b/packages/utils/package.json index 6bbf979..bb896ea 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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, @@ -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",