cic-kit 0.0.34 → 0.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,6 +21,12 @@ export declare class AppConfig {
21
21
  private getDb;
22
22
  private toData;
23
23
  private persistLocal;
24
+ private getUpdateLoopKey;
25
+ private readUpdateLoopGuard;
26
+ private clearUpdateLoopGuard;
27
+ private shouldSkipReload;
28
+ private markReloadAttempt;
29
+ private trySkipWaiting;
24
30
  private isValidVersion;
25
31
  compareVersions(version?: string, against?: string): number;
26
32
  versionVsLocalPackageJson(): VersionVs;