Skip to content

Commit

Permalink
Add package exports for x packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Jan 15, 2024
1 parent e7764e1 commit a057b27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@
"./checkout": {
"types": "./dist/checkout.d.ts",
"import": "./dist/checkout.js"
},
"./x/client": {
"types": "./dist/immutablex_client.d.ts",
"import": "./dist/immutablex_client.js"
},
"./x/provider": {
"types": "./dist/provider.d.ts",
"import": "./dist/provider.js"
}
},
"files": [
Expand Down

0 comments on commit a057b27

Please sign in to comment.