pull/31/head
Yusuke Wada 2023-02-04 16:09:28 +09:00
parent 01d488a1d0
commit 6cb773ae9b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@honojs/sentry", "name": "@honojs/sentry",
"version": "0.0.5", "version": "0.0.6",
"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"
} }
} }