0.1.2 #3

Merged
Thilawyn merged 2 commits from next into master 2024-06-23 05:18:49 +02:00
3 changed files with 3 additions and 3 deletions

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"
} }

View File

@@ -1,5 +1,5 @@
import { Schema as S } from "@effect/schema" import { Schema as S } from "@effect/schema"
import * as TF from "type-fest" import type * as TF from "type-fest"
export function Jsonifiable< export function Jsonifiable<