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

This commit is contained in:
Julien Valverdé
2024-09-07 20:55:01 +02:00
parent 6e5c371b40
commit e23015835d
2 changed files with 6 additions and 6 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{
"name": "@thilawyn/thilalib",
"version": "0.1.16",
"version": "0.1.17",
"type": "module",
"files": [
"./dist"
@@ -56,20 +56,20 @@
"type-fest": "^4.26.0"
},
"devDependencies": {
"@effect/schema": "^0.72.2",
"@tanstack/form-core": "^0.30.0",
"@effect/schema": "^0.72.3",
"@tanstack/form-core": "^0.32.0",
"@trpc/server": "^10.45.2",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/ws": "^8.5.12",
"bun-types": "^1.1.26",
"bun-types": "^1.1.27",
"effect": "^3.7.2",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"mobx": "^6.13.1",
"mobx": "^6.13.2",
"npm-check-updates": "^17.1.1",
"npm-sort": "^0.0.4",
"openai": "^4.57.3",
"openai": "^4.58.1",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"typescript": "^5.5.4",