diff --git a/bun.lockb b/bun.lockb index e23eb40..1fa311a 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index e858356..dcf74c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thilawyn/zod-schema-class", - "version": "0.1.2", + "version": "0.1.3", "type": "module", "publishConfig": { "registry": "https://git.jvalver.de/api/packages/thilawyn/npm/" @@ -40,13 +40,20 @@ }, "dependencies": { "@thilawyn/traitify-ts": "^0.1.18", - "decimal.js": "^10.4.3", - "effect": "^2.4.11", "lodash-es": "^4.17.21", - "mobx": "^6.12.1", - "type-fest": "^4.13.1", + "type-fest": "^4.14.0", "zod": "^3.22.4" }, + "peerDependencies": { + "mobx": "^6.12.1", + "decimal.js": "^10.4.3", + "effect": "^2.4.11" + }, + "peerDependenciesMeta": { + "mobx": { "optional": true }, + "decimal.js": { "optional": true }, + "effect": { "optional": true } + }, "devDependencies": { "@types/lodash-es": "^4.17.12", "bun-types": "latest",