@hazae41/glacier
Advanced tools
Comparing version 2.0.0-107 to 2.0.0-108
import { Mutex } from '@hazae41/mutex'; | ||
import { Nullable } from '@hazae41/option'; | ||
import { SuperEventTarget } from '@hazae41/plume'; | ||
import { Result } from '@hazae41/result'; | ||
import { CustomEventTarget } from '../../libs/ortho/ortho.js'; | ||
import { Promiseable } from '../../libs/promises/promises.js'; | ||
@@ -38,7 +38,7 @@ import { FetchedInit, Fetched } from '../fetched/fetched.js'; | ||
#private; | ||
readonly onState: CustomEventTarget<{ | ||
[cacheKey: string]: void; | ||
readonly onState: SuperEventTarget<{ | ||
[cacheKey: string]: () => void; | ||
}>; | ||
readonly onAborter: CustomEventTarget<{ | ||
[cacheKey: string]: void; | ||
readonly onAborter: SuperEventTarget<{ | ||
[cacheKey: string]: () => void; | ||
}>; | ||
@@ -45,0 +45,0 @@ readonly mutexes: Map<string, Mutex<void>>; |
{ | ||
"type": "module", | ||
"name": "@hazae41/glacier", | ||
"version": "2.0.0-107", | ||
"version": "2.0.0-108", | ||
"author": "hazae41", | ||
@@ -30,2 +30,3 @@ "license": "MIT", | ||
"@hazae41/option": "^1.0.26", | ||
"@hazae41/plume": "^2.1.8", | ||
"@hazae41/result": "^1.1.8" | ||
@@ -32,0 +33,0 @@ }, |
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
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6434
626235
8
189
+ Added@hazae41/plume@^2.1.8
+ Added@hazae41/disposer@2.0.20(transitive)
+ Added@hazae41/plume@2.4.5(transitive)
+ Added@hazae41/signals@1.0.2(transitive)