chore(client): 🐛 Make package contents export

This commit is contained in:
Jesse Wierzbinski 2024-06-06 21:17:34 -10:00
parent 34dc6ff99d
commit b08023e71e
No known key found for this signature in database
2 changed files with 6 additions and 3 deletions

View file

@ -0,0 +1,4 @@
import { ResponseError } from "./lysand/base";
import { LysandClient } from "./lysand/lysand";
export { LysandClient, ResponseError };

View file

@ -39,9 +39,8 @@
}, },
"exports": { "exports": {
".": { ".": {
"import": "./dist/index.js", "import": "./index.ts",
"default": "./dist/index.js", "default": "./index.ts"
"types": "./dist/index.d.ts"
} }
}, },
"funding": { "funding": {