@comity/graphql
Advanced tools
+5
-5
| { | ||
| "name": "@comity/graphql", | ||
| "version": "0.3.4", | ||
| "version": "0.4.0", | ||
| "type": "module", | ||
@@ -39,10 +39,10 @@ "author": "Filippo Bovo <hello@filippobovo.com>", | ||
| "@envelop/core": "^5.2.3", | ||
| "hono": "^4.7.4" | ||
| "hono": "^4.7.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@hono/vite-dev-server": "^0.18.3", | ||
| "@types/node": "^20.17.24", | ||
| "@vitest/coverage-v8": "^3.0.8", | ||
| "@types/node": "^20.17.28", | ||
| "@vitest/coverage-v8": "^3.0.9", | ||
| "typescript": "^5.8.2", | ||
| "vitest": "^3.0.8" | ||
| "vitest": "^3.0.9" | ||
| }, | ||
@@ -49,0 +49,0 @@ "scripts": { |
+4
-3
| # Comity Graphql Handler | ||
| A [Hono](https://hono.dev) middleware for handling GraphQL requests, integrated with [Envelop](https://the-guild.dev/graphql/envelop) for enhanced GraphQL server capabilities. | ||
| A [Hono](https://hono.dev) middleware for handling GraphQL requests, seamlessly integrated with [Envelop](https://the-guild.dev/graphql/envelop) to provide enhanced GraphQL server capabilities. | ||
| ## Features | ||
| - **Performant**: Built on Hono, ensuring minimal overhead and high performance. | ||
| - **Pluggable**: Leverage Envelop plugins to enhance your GraphQL server with features like caching, tracing, and more. | ||
| - **High Performance**: Built on Hono, ensuring minimal overhead and blazing-fast performance. | ||
| - **Extensible**: Leverage Envelop plugins to enhance your GraphQL server with features like caching, tracing, error handling, and more. | ||
| - **Lightweight**: Designed to be simple and efficient, with a focus on developer experience. | ||
@@ -10,0 +11,0 @@ ## Installation |
15114
0.96%69
1.47%Updated