0.1.18 #19

Merged
Thilawyn merged 1 commits from next into master 2024-09-07 21:09:21 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 06d301ae21 - Show all commits

View File

@@ -1,6 +1,6 @@
{
"name": "@thilawyn/thilalib",
"version": "0.1.17",
"version": "0.1.18",
"type": "module",
"files": [
"./dist"

View File

@@ -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"