mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +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": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
"import": "./index.ts",
|
||||
"default": "./index.ts"
|
||||
}
|
||||
},
|
||||
"funding": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue