@hazae41/glacier
Advanced tools
Comparing version 2.0.11-0 to 2.0.11-1
@@ -39,6 +39,8 @@ import { Mutex } from '@hazae41/mutex'; | ||
readonly onState: SuperEventTarget<{ | ||
[cacheKey: string]: () => void; | ||
[cacheKey: string]: (cacheKey: string) => void; | ||
"*": (cacheKey: string) => void; | ||
}>; | ||
readonly onAborter: SuperEventTarget<{ | ||
[cacheKey: string]: () => void; | ||
[cacheKey: string]: (cacheKey: string) => void; | ||
"*": (cacheKey: string) => void; | ||
}>; | ||
@@ -45,0 +47,0 @@ readonly mutexes: Map<string, Mutex<void>>; |
{ | ||
"type": "module", | ||
"name": "@hazae41/glacier", | ||
"version": "2.0.11-0", | ||
"version": "2.0.11-1", | ||
"author": "hazae41", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
603101
6488