@hazae41/plume
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -8,3 +8,3 @@ import { Err } from '@hazae41/result'; | ||
readonly name: string; | ||
constructor(options: ErrorOptions); | ||
static from(cause: unknown): AbortError; | ||
static wait(signal: AbortSignal): Cleanable<Promise<Err<AbortError>>>; | ||
@@ -15,3 +15,3 @@ } | ||
readonly name: string; | ||
constructor(options: ErrorOptions); | ||
static from(cause: unknown): ErrorError; | ||
static wait<M extends { | ||
@@ -24,3 +24,3 @@ error: unknown; | ||
readonly name: string; | ||
constructor(options: ErrorOptions); | ||
static from(cause: unknown): CloseError; | ||
static wait<M extends { | ||
@@ -27,0 +27,0 @@ close: unknown; |
{ | ||
"type": "module", | ||
"name": "@hazae41/plume", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "DOM-like async events with both sequenced and parallel dispatching", | ||
@@ -58,4 +58,4 @@ "homepage": "https://github.com/hazae41/plume", | ||
"@hazae41/option": "^1.0.9", | ||
"@hazae41/result": "^1.0.26" | ||
"@hazae41/result": "^1.0.33" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
62737
660
Updated@hazae41/result@^1.0.33