Skip to content

Commit bd0dda5

Browse files
fix: Update types file for the SDK
1 parent 6c17b01 commit bd0dda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"module": "./esm/index.server.js",
1313
"browser": "./esm/index.client.js",
14-
"types": "./esm/react.d.ts",
14+
"types": "./esm/index.client.d.ts",
1515
"publishConfig": {
1616
"access": "public"
1717
},

0 commit comments

Comments
 (0)