@cyberalien/redundancy
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -35,3 +35,3 @@ import { RedundancyConfig } from './config'; | ||
*/ | ||
interface PendingItem { | ||
export interface PendingItem { | ||
readonly query: Query; | ||
@@ -38,0 +38,0 @@ status: ExecStatus; |
@@ -1,3 +0,9 @@ | ||
import { Query, QueryCallback, OptionalDoneCallback } from './query'; | ||
import { RedundancyConfig } from './config'; | ||
import { Query, QueryCallback, OptionalDoneCallback, PendingItem } from './query'; | ||
/** | ||
* Export imported interfaces | ||
*/ | ||
export { RedundancyConfig, QueryCallback as RedundancyQueryCallback, OptionalDoneCallback as RedundancyOptionalDoneCallback, PendingItem as RedundancyPendingItem, }; | ||
export declare type RedundancyQuery = typeof Query; | ||
/** | ||
* Function to filter item | ||
@@ -4,0 +10,0 @@ */ |
{ | ||
"name": "@cyberalien/redundancy", | ||
"description": "Reusable redundancy library for API queries", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Vjacheslav Trushkin", | ||
@@ -6,0 +6,0 @@ "license": "(Apache-2.0 OR GPL-2.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
53462
657