fix(build): modernize build configuration and tighten TypeScript typings
This commit is contained in:
@@ -5,7 +5,7 @@ import type { ICacheStatus, ICacheOptions } from './smartupdate.interfaces.js';
|
||||
* Manages caching of update check results
|
||||
*/
|
||||
export class UpdateCacheManager {
|
||||
private kvStore: plugins.npmextra.KeyValueStore;
|
||||
public readonly kvStore: plugins.npmextra.KeyValueStore;
|
||||
private cacheDurationMs: number;
|
||||
|
||||
constructor(options: ICacheOptions) {
|
||||
|
||||
Reference in New Issue
Block a user