Skip to content

Commit d25f050

Browse files
committed
chore: refine exports structure for TypeScript compatibility
1 parent 7a5aaa0 commit d25f050

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

contracts/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cosmos-evm-contracts",
33
"packageManager": "pnpm@9.15.0",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"description": "A collection of smart contracts used in the development of the Cosmos EVM blockchain.",
66
"devDependencies": {
77
"@openzeppelin/contracts": "^5.4.0",
@@ -18,7 +18,11 @@
1818
"README.md"
1919
],
2020
"exports": {
21-
"./*": "./dist/*"
21+
"./*": {
22+
"types": "./dist/*.d.ts",
23+
"import": "./dist/*.js",
24+
"default": "./dist/*.js"
25+
}
2226
},
2327
"repository": {
2428
"type": "git",

0 commit comments

Comments
 (0)