Fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@thilawyn/thilalib",
|
"name": "@thilawyn/thilalib",
|
||||||
"version": "0.1.17",
|
"version": "0.1.18",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"./dist"
|
"./dist"
|
||||||
|
|||||||
@@ -3,4 +3,5 @@ export * from "./ImportError"
|
|||||||
export * as JSONWebToken from "./JSONWebToken"
|
export * as JSONWebToken from "./JSONWebToken"
|
||||||
export * as OpenAIClient from "./OpenAIClient"
|
export * as OpenAIClient from "./OpenAIClient"
|
||||||
export * as Schema from "./Schema"
|
export * as Schema from "./Schema"
|
||||||
|
export * as TRPC from "./TRPC"
|
||||||
export * as Types from "./Types"
|
export * as Types from "./Types"
|
||||||
|
|||||||
Reference in New Issue
Block a user