diff --git a/package.json b/package.json index 52f0e92..17a0452 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thilawyn/thilalib", - "version": "0.1.17", + "version": "0.1.18", "type": "module", "files": [ "./dist" diff --git a/src/index.ts b/src/index.ts index f729f79..c6e288d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,4 +3,5 @@ export * from "./ImportError" export * as JSONWebToken from "./JSONWebToken" export * as OpenAIClient from "./OpenAIClient" export * as Schema from "./Schema" +export * as TRPC from "./TRPC" export * as Types from "./Types"