X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=30cb4b149833b080510e87384af81b3f4873366a;hb=5ea2ffe571a74618eef073c58c5fef06e1cf06a7;hp=e282fb6e1377a27673eb02f15c59549fbc791556;hpb=9c8e775e5ab96a1788f535760bfa72205c430d15;p=squeep-authentication-module diff --git a/package.json b/package.json index e282fb6..30cb4b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@squeep/authentication-module", - "version": "1.4.0", - "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", + "version": "1.5.0", + "description": "Wrangles authenticated sessions, endpoints, and resources; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { "audit": "npm audit", @@ -39,7 +39,8 @@ "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.6.1", "@squeep/indieauth-helper": "^1", "@squeep/mystery-box": "^2", - "@squeep/totp": "^1" + "@squeep/totp": "^1", + "uuid": "^9" }, "optionalDependencies": { "argon2": "^0.40.1",