@shardus/types
Advanced tools
Comparing version 1.2.13 to 1.2.14
@@ -23,3 +23,3 @@ import { hexstring } from '..'; | ||
} | ||
export interface SyncStarted { | ||
export interface StartedSyncingRequest { | ||
nodeId: string; | ||
@@ -34,3 +34,3 @@ cycleNumber: number; | ||
} | ||
export interface KeepInStandby { | ||
export interface StandbyRefreshRequest { | ||
publicKey: string; | ||
@@ -42,2 +42,5 @@ cycleNumber: number; | ||
join: JoinRequest[]; | ||
startedSyncing: StartedSyncingRequest[]; | ||
finishedSyncing: FinishedSyncingRequest[]; | ||
standbyRefresh: StandbyRefreshRequest[]; | ||
} | ||
@@ -44,0 +47,0 @@ export interface Record { |
{ | ||
"name": "@shardus/types", | ||
"version": "1.2.13", | ||
"version": "1.2.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/src/index.js", |
@@ -27,3 +27,3 @@ import { hexstring } from '..' | ||
export interface SyncStarted { | ||
export interface StartedSyncingRequest { | ||
nodeId: string //pub key of the standby node | ||
@@ -40,3 +40,3 @@ cycleNumber: number //a recent cycle | ||
export interface KeepInStandby { | ||
export interface StandbyRefreshRequest { | ||
publicKey: string //pub key of the standby node | ||
@@ -49,2 +49,5 @@ cycleNumber: number //a recent cycle | ||
join: JoinRequest[] | ||
startedSyncing: StartedSyncingRequest[] | ||
finishedSyncing: FinishedSyncingRequest[] | ||
standbyRefresh: StandbyRefreshRequest[] | ||
} | ||
@@ -51,0 +54,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
114100
2826
0