0.1.2 #3

Merged
Thilawyn merged 2 commits from next into master 2024-06-23 05:18:49 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b5d0dec4a7 - Show all commits

BIN
bun.lockb

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@thilawyn/thilalib", "name": "@thilawyn/thilalib",
"version": "0.1.1", "version": "0.1.2",
"type": "module", "type": "module",
"files": [ "files": [
"./dist" "./dist"
@@ -58,7 +58,7 @@
"typescript": "^5.5.2" "typescript": "^5.5.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"@effect/schema": "^0.68.5", "@effect/schema": "^0.68.6",
"effect": "^3.4.0", "effect": "^3.4.0",
"mobx": "^6.12.4" "mobx": "^6.12.4"
} }