0.1.3 #4

Merged
Thilawyn merged 74 commits from next into master 2024-03-24 22:24:25 +01:00
2 changed files with 12 additions and 5 deletions
Showing only changes of commit 75b240c64a - Show all commits

BIN
bun.lockb

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@thilawyn/zod-schema-class", "name": "@thilawyn/zod-schema-class",
"version": "0.1.2", "version": "0.1.3",
"type": "module", "type": "module",
"publishConfig": { "publishConfig": {
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/" "registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
@@ -40,13 +40,20 @@
}, },
"dependencies": { "dependencies": {
"@thilawyn/traitify-ts": "^0.1.18", "@thilawyn/traitify-ts": "^0.1.18",
"decimal.js": "^10.4.3",
"effect": "^2.4.11",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"mobx": "^6.12.1", "type-fest": "^4.14.0",
"type-fest": "^4.13.1",
"zod": "^3.22.4" "zod": "^3.22.4"
}, },
"peerDependencies": {
"mobx": "^6.12.1",
"decimal.js": "^10.4.3",
"effect": "^2.4.11"
},
"peerDependenciesMeta": {
"mobx": { "optional": true },
"decimal.js": { "optional": true },
"effect": { "optional": true }
},
"devDependencies": { "devDependencies": {
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"bun-types": "latest", "bun-types": "latest",