TagWithDecodingDefault & KindWithDecodingDefault
All checks were successful
Lint / lint (push) Successful in 49s
Test build / test-build (pull_request) Successful in 16s

This commit is contained in:
Julien Valverdé
2024-08-25 00:30:35 +02:00
parent 1bf1befd6d
commit cc18f68c21
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"
}
}