@shardus/types
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -41,2 +41,4 @@ import { CycleRecord as Cycle } from './CycleCreatorTypes'; | ||
leavingArchivers: JoinedArchiver[]; | ||
archiversAtShutdown: JoinedArchiver[]; | ||
} | ||
export declare type RestartCycleRecord = Cycle; |
@@ -6,3 +6,3 @@ /** TYPES */ | ||
export interface Record { | ||
mode: 'forming' | 'processing' | 'safety' | 'recovery'; | ||
mode: 'forming' | 'processing' | 'safety' | 'recovery' | 'restart' | 'restore' | 'shutdown'; | ||
} |
{ | ||
"name": "@shardus/types", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/src/index.js", |
@@ -55,2 +55,5 @@ import { CycleRecord as Cycle } from './CycleCreatorTypes' | ||
leavingArchivers: JoinedArchiver[] | ||
archiversAtShutdown: JoinedArchiver[] | ||
} | ||
export type RestartCycleRecord = Cycle |
@@ -9,3 +9,3 @@ /** TYPES */ | ||
export interface Record { | ||
mode: 'forming' | 'processing' | 'safety' | 'recovery' | ||
mode: 'forming' | 'processing' | 'safety' | 'recovery' | 'restart' | 'restore' | 'shutdown' | ||
} |
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
55786
1763