0.1.5 #6

Merged
Thilawyn merged 2 commits from next into master 2024-07-02 19:46:33 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit edc80441e6 - Show all commits

BIN
bun.lockb

Binary file not shown.

View File

@@ -58,8 +58,8 @@
"typescript": "^5.5.3" "typescript": "^5.5.3"
}, },
"optionalDependencies": { "optionalDependencies": {
"@effect/schema": "^0.68.15", "@effect/schema": "*",
"effect": "^3.4.6", "effect": "*",
"mobx": "^6.12.5" "mobx": "*"
} }
} }