Skip to content

Commit bad48d1

Browse files
authoredMay 23, 2023
fix: wallet sdk exports (#762)
1 parent 611c007 commit bad48d1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎.changeset/pink-tigers-wonder.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@fuel-wallet/sdk': patch
3+
---
4+
5+
Fix SDK exports

‎packages/sdk/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
"typings": "dist/index.d.ts",
1313
"exports": {
1414
".": {
15-
"require": "dist/index.js",
16-
"default": "dist/index.mjs"
15+
"require": "./dist/index.js",
16+
"default": "./dist/index.mjs",
17+
"types": "./dist/index.d.ts"
1718
}
1819
}
1920
},

0 commit comments

Comments
 (0)
Please sign in to comment.