Fix
All checks were successful
Lint / lint (push) Successful in 11s
Test build / test-build (pull_request) Successful in 12s

This commit is contained in:
Julien Valverdé
2024-09-07 21:07:45 +02:00
parent 02d8e38f4d
commit 06d301ae21
2 changed files with 2 additions and 1 deletions

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"