0.1.14 (#15)
All checks were successful
Publish / publish (push) Successful in 15s
Lint / lint (push) Successful in 11s

Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: #15
This commit was merged in pull request #15.
This commit is contained in:
Julien Valverdé
2024-08-25 00:36:37 +02:00
parent 1bf1befd6d
commit 714450d0bb
4 changed files with 26 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@thilawyn/thilalib",
"version": "0.1.13",
"version": "0.1.14",
"type": "module",
"files": [
"./dist"
@@ -70,16 +70,16 @@
"type-fest": "^4.25.0"
},
"devDependencies": {
"@effect/schema": "^0.71.0",
"@effect/schema": "^0.71.1",
"@types/jsonwebtoken": "^9.0.6",
"bun-types": "^1.1.24",
"effect": "^3.6.4",
"bun-types": "^1.1.26",
"effect": "^3.6.5",
"jsonwebtoken": "^9.0.2",
"mobx": "^6.13.1",
"npm-check-updates": "^17.0.6",
"npm-check-updates": "^17.1.0",
"npm-sort": "^0.0.4",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"tsx": "^4.18.0",
"typescript": "^5.5.4"
}
}