We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4978291 commit 928412cCopy full SHA for 928412c
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@power-rent/try-catch",
3
- "version": "0.0.5",
+ "version": "0.0.6",
4
"description": "A TypeScript utility for simplified async error handling with Sentry integration",
5
"main": "dist/index.js",
6
"module": "dist/esm/index.js",
@@ -29,6 +29,7 @@
29
"test": "vitest run",
30
"test:watch": "vitest",
31
"clean": "rm -rf dist",
32
+ "typecheck": "tsc --noEmit",
33
"prepublishOnly": "npm run clean && npm run build && npm run test"
34
},
35
"keywords": [
0 commit comments