@lowerdeck/hono 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -52,14 +52,6 @@ app.use('/api/*', cors({
52
52
  export default app;
53
53
  ```
54
54
 
55
- ### Features
56
-
57
- - Automatic ServiceError handling with proper HTTP status codes
58
- - 404 handling for undefined routes
59
- - X-Powered-By header set to Metorial
60
- - Optional base path prefix
61
- - CORS middleware included
62
-
63
55
  ## License
64
56
 
65
57
  This project is licensed under the Apache License 2.0.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowerdeck/hono",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },