0.1.21 #21

Merged
Thilawyn merged 23 commits from next into master 2024-05-12 01:11:51 +02:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 199b158ace - Show all commits

BIN
bun.lockb

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{
"name": "@thilawyn/traitify-ts",
"version": "0.1.20",
"version": "0.1.21",
"type": "module",
"publishConfig": {
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
@@ -30,18 +30,18 @@
},
"dependencies": {
"remeda": "^1.61.0",
"type-fest": "^4.18.0"
"type-fest": "^4.18.2"
},
"devDependencies": {
"bun-types": "latest",
"npm-check-updates": "^16.14.20",
"npm-sort": "^0.0.4",
"tsup": "^8.0.2",
"tsx": "^4.7.3",
"tsx": "^4.9.3",
"typescript": "^5.4.5"
},
"optionalDependencies": {
"@effect/schema": "^0.66.12",
"effect": "^3.1.0"
"@effect/schema": "^0.66.16",
"effect": "^3.1.3"
}
}