Skip to content

Commit

Permalink
Merge branch 'release/2.0.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chronosis committed Jul 1, 2024
2 parents 5c342dc + 25fadd2 commit 5bc7088
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@outofsync/object-key-cache",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Promise-based, object-key, cache extension for Redis and MemoryCache.",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"engines" : {
"npm" : ">=9.0.0",
"node" : ">=18.0.0 <=23.0.0"
"engines": {
"npm": ">=9.0.0",
"node": ">=18.0.0 <=23.0.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 5bc7088

Please sign in to comment.