0.1.4 #5

Merged
Thilawyn merged 8 commits from next into master 2024-06-27 18:47:12 +02:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 575672b461 - Show all commits

BIN
bun.lockb

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{
"name": "@thilawyn/thilalib",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"files": [
"./dist"
@@ -46,11 +46,11 @@
"clean:node": "rm -rf node_modules"
},
"dependencies": {
"remeda": "^2.2.0",
"remeda": "^2.2.1",
"type-fest": "^4.20.1"
},
"devDependencies": {
"bun-types": "^1.1.16",
"bun-types": "^1.1.17",
"npm-check-updates": "^16.14.20",
"npm-sort": "^0.0.4",
"tsup": "^8.1.0",
@@ -58,8 +58,8 @@
"typescript": "^5.5.2"
},
"optionalDependencies": {
"@effect/schema": "^0.68.9",
"effect": "^3.4.2",
"@effect/schema": "^0.68.12",
"effect": "^3.4.5",
"mobx": "^6.12.4"
}
}