JsonifiableSchemable attempt as a trait
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2024-01-10 00:55:46 +01:00
parent 9525cba0eb
commit c3e1bffe0d
5 changed files with 76 additions and 31 deletions

View File

@@ -38,8 +38,9 @@
"clean:node": "rm -rf node_modules"
},
"dependencies": {
"@thilawyn/thilatrait": "^0.1.1",
"decimal.js": "^10.4.3",
"effect": "^2.0.0-next.62",
"effect": "^2.0.2",
"lodash-es": "^4.17.21",
"type-fest": "^4.9.0",
"zod": "^3.22.4"
@@ -50,7 +51,7 @@
"bun-types": "latest",
"npm-check-updates": "^16.14.12",
"npm-sort": "^0.0.4",
"rollup": "^4.9.1",
"rollup": "^4.9.4",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-ts": "^3.4.5",
"tsx": "^4.7.0",