0.1.21 #22

Merged
Thilawyn merged 5 commits from next into master 2024-09-13 00:24:35 +02:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 56dd49c218 - Show all commits

BIN
bun.lockb

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@thilawyn/thilalib", "name": "@thilawyn/thilalib",
"version": "0.1.20", "version": "0.1.21",
"type": "module", "type": "module",
"files": [ "files": [
"./dist" "./dist"
@@ -68,15 +68,15 @@
"@types/ws": "^8.5.12", "@types/ws": "^8.5.12",
"bun-types": "^1.1.27", "bun-types": "^1.1.27",
"effect": "^3.7.2", "effect": "^3.7.2",
"express": "^4.19.2", "express": "^4.21.0",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"mobx": "^6.13.2", "mobx": "^6.13.2",
"npm-check-updates": "^17.1.1", "npm-check-updates": "^17.1.1",
"npm-sort": "^0.0.4", "npm-sort": "^0.0.4",
"openai": "^4.58.1", "openai": "^4.60.0",
"tsup": "^8.2.4", "tsup": "^8.2.4",
"tsx": "^4.19.0", "tsx": "^4.19.1",
"typescript": "^5.5.4", "typescript": "^5.6.2",
"ws": "^8.18.0" "ws": "^8.18.0"
} }
} }