0.1.3 #4

Merged
Thilawyn merged 2 commits from next into master 2024-06-25 03:11:23 +02:00
2 changed files with 4 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{ {
"name": "@thilawyn/thilalib", "name": "@thilawyn/thilalib",
"version": "0.1.2", "version": "0.1.3",
"type": "module", "type": "module",
"files": [ "files": [
"./dist" "./dist"
@@ -50,7 +50,7 @@
"type-fest": "^4.20.1" "type-fest": "^4.20.1"
}, },
"devDependencies": { "devDependencies": {
"bun-types": "^1.1.15", "bun-types": "^1.1.16",
"npm-check-updates": "^16.14.20", "npm-check-updates": "^16.14.20",
"npm-sort": "^0.0.4", "npm-sort": "^0.0.4",
"tsup": "^8.1.0", "tsup": "^8.1.0",
@@ -58,8 +58,8 @@
"typescript": "^5.5.2" "typescript": "^5.5.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"@effect/schema": "^0.68.6", "@effect/schema": "^0.68.9",
"effect": "^3.4.0", "effect": "^3.4.2",
"mobx": "^6.12.4" "mobx": "^6.12.4"
} }
} }