Skip to content

Commit 56cefc4

Browse files
committed
🔧 update package.json
Signed-off-by: w01fgang <sumin@unix-center.ru>
1 parent 8242a3a commit 56cefc4

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
{
22
"name": "@power-rent/try-catch",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "A TypeScript utility for simplified async error handling with Sentry integration",
5-
"main": "dist/nextjs/index.js",
6-
"module": "dist/nextjs/esm/index.js",
7-
"types": "dist/nextjs/index.d.ts",
5+
"main": "dist/index.js",
6+
"module": "dist/esm/index.js",
7+
"types": "dist/index.d.ts",
88
"files": [
99
"dist/**/*",
1010
"README.md",
1111
"LICENSE"
1212
],
1313
"exports": {
14+
".": {
15+
"types": "./dist/index.d.ts",
16+
"require": "./dist/index.js",
17+
"import": "./dist/esm/index.js"
18+
},
1419
"./nextjs": {
1520
"types": "./dist/nextjs/index.d.ts",
1621
"require": "./dist/nextjs/index.js",

0 commit comments

Comments
 (0)