Skip to content

Commit

Permalink
Merge branch 'release/2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
chronosis committed Jul 1, 2024
2 parents 822b6e7 + 677f9e9 commit 32797f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ declare class ObjectKeyCache {
close(): Promise<any>;
}

declare let obj: ObjectKeyCache;
export default obj;
export default ObjectKeyCache;
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.2",
"version": "2.0.3",
"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 32797f9

Please sign in to comment.