@airma/core
Advanced tools
Comparing version 15.0.3 to 15.0.4
@@ -17,3 +17,3 @@ export declare type Action = { | ||
state: S; | ||
[key: string]: ((...args: unknown[]) => S)|S|Exclude<unknown, S | ((...args: unknown[]) => unknown)>; | ||
[key: string]: ((...args: unknown[]) => S)|S|(Exclude<unknown,Function>); | ||
} | ||
@@ -20,0 +20,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"name": "@airma/core", | ||
"version": "15.0.3", | ||
"version": "15.0.4", | ||
"description": "This is the core for agent-reducer and airma", | ||
@@ -10,0 +10,0 @@ "repository": { |
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
7056