mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 16:38:20 +01:00
chore(client): 🐛 Make package contents export
This commit is contained in:
parent
34dc6ff99d
commit
b08023e71e
|
|
@ -0,0 +1,4 @@
|
||||||
|
import { ResponseError } from "./lysand/base";
|
||||||
|
import { LysandClient } from "./lysand/lysand";
|
||||||
|
|
||||||
|
export { LysandClient, ResponseError };
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue