pull/31/head
Yusuke Wada 2022-12-13 07:52:40 +09:00
parent 47ca2acc65
commit 5e76d80b4c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@honojs/sentry", "name": "@honojs/sentry",
"version": "0.0.3", "version": "0.0.4",
"description": "Sentry Middleware for Hono", "description": "Sentry Middleware for Hono",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -61,4 +61,4 @@
"ts-jest": "^28.0.5", "ts-jest": "^28.0.5",
"typescript": "^4.7.4" "typescript": "^4.7.4"
} }
} }