Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
chronosis committed Jul 1, 2024
2 parents 0cebda7 + 9c4a65e commit 822b6e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
declare module 'object-key-cache';

declare class ObjectKeyClass {
declare class ObjectKeyCache {
constructor(config: any, credentials: any, logger: any);
attachToClient(client: any): void;
detachFromClient(): void;
Expand Down Expand Up @@ -34,5 +34,5 @@ declare class ObjectKeyClass {
close(): Promise<any>;
}

declare let obj: ObjectKeyClass;
declare let obj: ObjectKeyCache;
export default obj;
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@outofsync/object-key-cache",
"version": "2.0.1",
"version": "2.0.2",
"description": "A Promise-based, object-key, cache extension for Redis and MemoryCache.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 822b6e7

Please sign in to comment.