From b08023e71e1d1115a2f74ae8427a308f8aaeae1f Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 6 Jun 2024 21:17:34 -1000 Subject: [PATCH] chore(client): :bug: Make package contents export --- client/index.ts | 4 ++++ client/package.json | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/client/index.ts b/client/index.ts index e69de29..372de5e 100644 --- a/client/index.ts +++ b/client/index.ts @@ -0,0 +1,4 @@ +import { ResponseError } from "./lysand/base"; +import { LysandClient } from "./lysand/lysand"; + +export { LysandClient, ResponseError }; diff --git a/client/package.json b/client/package.json index ec41472..0346c7f 100644 --- a/client/package.json +++ b/client/package.json @@ -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": {