0.1.21 (#22)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: #22
This commit was merged in pull request #22.
This commit is contained in:
14
package.json
14
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@thilawyn/thilalib",
|
||||
"version": "0.1.20",
|
||||
"version": "0.1.21",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"./dist"
|
||||
@@ -42,6 +42,10 @@
|
||||
"./OpenAIClient": {
|
||||
"types": "./dist/OpenAIClient.d.ts",
|
||||
"default": "./dist/OpenAIClient.js"
|
||||
},
|
||||
"./*": {
|
||||
"types": "./dist/*.d.ts",
|
||||
"default": "./dist/*.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
@@ -64,15 +68,15 @@
|
||||
"@types/ws": "^8.5.12",
|
||||
"bun-types": "^1.1.27",
|
||||
"effect": "^3.7.2",
|
||||
"express": "^4.19.2",
|
||||
"express": "^4.21.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"mobx": "^6.13.2",
|
||||
"npm-check-updates": "^17.1.1",
|
||||
"npm-sort": "^0.0.4",
|
||||
"openai": "^4.58.1",
|
||||
"openai": "^4.60.0",
|
||||
"tsup": "^8.2.4",
|
||||
"tsx": "^4.19.0",
|
||||
"typescript": "^5.5.4",
|
||||
"tsx": "^4.19.1",
|
||||
"typescript": "^5.6.2",
|
||||
"ws": "^8.18.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user