@ez4/stateful
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -6,2 +6,3 @@ import type { EntryState, EntryStates } from '../types/entry.js'; | ||
export declare const linkDependency: <E extends EntryState>(entryMap: EntryStates<E>, entryId: string, dependencyId: string) => void; | ||
export declare const tryLinkDependency: <E extends EntryState>(entryMap: EntryStates<E>, entryId: string, dependencyId: string) => void; | ||
export declare const getDependencies: <E extends EntryState>(entryMap: EntryStates, entry: EntryState, type?: E["type"]) => E[]; |
{ | ||
"name": "@ez4/stateful", | ||
"description": "EZ4: State management with dependencies for providers", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"author": "Silas B.", | ||
@@ -38,4 +38,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ez4/utils": "^0.7.0" | ||
"@ez4/utils": "^0.8.0" | ||
} | ||
} |
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
19190
281
+ Added@ez4/utils@0.8.0(transitive)
- Removed@ez4/utils@0.7.1(transitive)
Updated@ez4/utils@^0.8.0