diff --git a/bun.lockb b/bun.lockb index 183f9cb..57dcc98 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2e462a3..13325f3 100644 --- a/package.json +++ b/package.json @@ -70,18 +70,16 @@ "type-fest": "^4.25.0" }, "devDependencies": { + "@effect/schema": "^0.71.0", + "@types/jsonwebtoken": "^9.0.6", "bun-types": "^1.1.24", + "effect": "^3.6.4", + "jsonwebtoken": "^9.0.2", + "mobx": "^6.13.1", "npm-check-updates": "^17.0.6", "npm-sort": "^0.0.4", "tsup": "^8.2.4", "tsx": "^4.17.0", "typescript": "^5.5.4" - }, - "optionalDependencies": { - "@effect/schema": "*", - "@types/jsonwebtoken": "*", - "effect": "*", - "jsonwebtoken": "*", - "mobx": "*" } } diff --git a/src/Layers/index.ts b/src/Layers/index.ts index 0ff0f6f..77d7071 100644 --- a/src/Layers/index.ts +++ b/src/Layers/index.ts @@ -1,5 +1,5 @@ /** * A wrapper around the jsonwebtoken library for Effect - * Requires `jsonwebtoken` and `@types/jsonwebtoken` to be installed + * Requires `effect`, `jsonwebtoken` and `@types/jsonwebtoken` to be installed */ export * as JSONWebToken from "./JSONWebToken"