@effect/typeclass
Advanced tools
Comparing version 0.22.22 to 0.22.23
{ | ||
"name": "@effect/typeclass", | ||
"version": "0.22.22", | ||
"version": "0.22.23", | ||
"description": "A collection of reusable typeclasses for the Effect ecosystem", | ||
@@ -8,7 +8,8 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/effect-ts/effect.git" | ||
"url": "https://github.com/effect-ts/effect.git", | ||
"directory": "packages/typeclass" | ||
}, | ||
"sideEffects": [], | ||
"peerDependencies": { | ||
"effect": "^2.3.7" | ||
"effect": "^2.3.8" | ||
}, | ||
@@ -15,0 +16,0 @@ "main": "./dist/cjs/index.js", |
532082