fix(build): modernize build configuration and tighten TypeScript typings
This commit is contained in:
@@ -66,7 +66,7 @@ export class SmartUpdate {
|
||||
});
|
||||
|
||||
// Backward compatibility: expose kvStore
|
||||
this.kvStore = (this.cacheManager as any).kvStore;
|
||||
this.kvStore = this.cacheManager.kvStore;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user