0.1.21 #22

Merged
Thilawyn merged 5 commits from next into master 2024-09-13 00:24:35 +02:00
Showing only changes of commit 8b6809cf81 - Show all commits

View File

@@ -42,6 +42,10 @@
"./OpenAIClient": { "./OpenAIClient": {
"types": "./dist/OpenAIClient.d.ts", "types": "./dist/OpenAIClient.d.ts",
"default": "./dist/OpenAIClient.js" "default": "./dist/OpenAIClient.js"
},
"./*": {
"types": "./dist/*.d.ts",
"default": "./dist/*.js"
} }
}, },
"scripts": { "scripts": {