diff --git a/package-lock.json b/package-lock.json index d6e56d2..bbd959c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@athenna/cache", - "version": "5.2.0", + "version": "5.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/cache", - "version": "5.2.0", + "version": "5.3.0", "license": "MIT", "devDependencies": { "@athenna/artisan": "^5.7.0", diff --git a/package.json b/package.json index 2a8ea55..8c931ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/cache", - "version": "5.2.0", + "version": "5.3.0", "description": "The cache handler for Athenna Framework.", "license": "MIT", "author": "João Lenon ", @@ -37,7 +37,8 @@ "./types": "./src/types/index.js", "./package": "./package.json", "./package.json": "./package.json", - "./testing/plugins": "./src/testing/plugins/index.js" + "./testing/plugins": "./src/testing/plugins/index.js", + "./providers/CacheProvider": "./src/providers/CacheProvider.js" }, "imports": { "#bin/*": "./bin/*.js",