0.1.18 (#19)
All checks were successful
Publish / publish (push) Successful in 12s
Lint / lint (push) Successful in 11s

Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
Julien Valverdé
2024-09-07 21:09:20 +02:00
parent 02d8e38f4d
commit ebc5b45380
2 changed files with 2 additions and 1 deletions

View File

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

View File

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