effection
Advanced tools
Comparing version 0.3.2-09d9bab to 0.3.2-b52c25a
@@ -11,2 +11,3 @@ declare module "effection" { | ||
throw(error: Error): void; | ||
halt(reason?: any): void; | ||
} | ||
@@ -13,0 +14,0 @@ |
{ | ||
"name": "effection", | ||
"description": "Effortlessly composable structured concurrency primitive for JavaScript", | ||
"version": "0.3.2-09d9bab", | ||
"version": "0.3.2-b52c25a", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
38705
1007