@czap/error
Advanced tools
+5
-4
| { | ||
| "name": "@czap/error", | ||
| "version": "0.9.0", | ||
| "description": "Composable tagged-error algebra: a closed variant coproduct over an open `TaggedError` contract — value AND type, Effect- and throw-compatible (the foundational zero-dep leaf)", | ||
| "version": "0.10.0", | ||
| "description": "The one error algebra for LiteShip: build tagged error values that work both as thrown Errors and as Effect failures, and compose your own variants on top with zero dependencies.", | ||
| "license": "MIT", | ||
@@ -16,5 +16,6 @@ "author": "Eassa Ayoub <eassa@heyoub.dev>", | ||
| "czap", | ||
| "error", | ||
| "liteship", | ||
| "error-handling", | ||
| "tagged-union", | ||
| "composition", | ||
| "effect", | ||
| "typescript" | ||
@@ -21,0 +22,0 @@ ], |
67237
0.03%