diff --git a/package-lock.json b/package-lock.json index a993bed..ccc8019 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@intility/msal-keyvault-cache", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@intility/msal-keyvault-cache", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@azure/identity": "^4.4.0", diff --git a/package.json b/package.json index 5747899..30ffc20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intility/msal-keyvault-cache", - "version": "1.0.1", + "version": "1.0.2", "description": "A cache for @azure/msal-node that uses Azure KeyVault as a store.", "main": "dist/index.js", "type": "commonjs",