0.1.20 (#20)
All checks were successful
continuous-integration/drone/push Build is passing

Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: https://git.jvalver.de/Thilawyn/traitify-ts/pulls/20
This commit was merged in pull request #20.
This commit is contained in:
Julien Valverdé
2024-05-01 02:51:12 +02:00
parent 4b63b68b53
commit 4ff193ea96
7 changed files with 72 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@thilawyn/traitify-ts",
"version": "0.1.19",
"version": "0.1.20",
"type": "module",
"publishConfig": {
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
@@ -29,16 +29,19 @@
"clean:node": "rm -rf node_modules"
},
"dependencies": {
"lodash-es": "^4.17.21",
"type-fest": "^4.14.0"
"remeda": "^1.61.0",
"type-fest": "^4.18.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"bun-types": "latest",
"npm-check-updates": "^16.14.17",
"npm-check-updates": "^16.14.20",
"npm-sort": "^0.0.4",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.3"
"tsx": "^4.7.3",
"typescript": "^5.4.5"
},
"optionalDependencies": {
"@effect/schema": "^0.66.12",
"effect": "^3.1.0"
}
}