create-nkvs-mongoose-hono 1.0.8 → 1.0.9

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.
@@ -6,4 +6,4 @@ export const create = 'POST /'
6
6
 
7
7
  export const update = 'PATCH /:id'
8
8
 
9
- export const remove = 'DETELE /:id'
9
+ export const remove = 'DELETE /:id'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nkvs-mongoose-hono",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Create a mongoose-hono project.",
5
5
  "bin": {
6
6
  "create-nkvs-mongoose-hono": "index.js"