Skip to content

Commit 928412c

Browse files
committed
🔖 bump version to 0.0.6 and add typecheck script
Signed-off-by: w01fgang <sumin@unix-center.ru>
1 parent 4978291 commit 928412c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@power-rent/try-catch",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "A TypeScript utility for simplified async error handling with Sentry integration",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",
@@ -29,6 +29,7 @@
2929
"test": "vitest run",
3030
"test:watch": "vitest",
3131
"clean": "rm -rf dist",
32+
"typecheck": "tsc --noEmit",
3233
"prepublishOnly": "npm run clean && npm run build && npm run test"
3334
},
3435
"keywords": [

0 commit comments

Comments
 (0)