@equinor/fusion-observable
Advanced tools
Comparing version 8.1.3 to 8.1.4
@@ -1,2 +0,2 @@ | ||
export const version = '8.1.3'; | ||
export const version = '8.1.4'; | ||
//# sourceMappingURL=version.js.map |
import { Action } from './types'; | ||
export declare class ActionError<TAction extends Action, TCause extends Error = Error> extends Error { | ||
export declare class ActionError<TAction extends Action = Action, TCause extends Error = Error> extends Error { | ||
action: TAction; | ||
@@ -4,0 +4,0 @@ cause: TCause; |
@@ -1,1 +0,1 @@ | ||
export declare const version = "8.1.3"; | ||
export declare const version = "8.1.4"; |
{ | ||
"name": "@equinor/fusion-observable", | ||
"version": "8.1.3", | ||
"version": "8.1.4", | ||
"description": "WIP", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
144697