X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=30cb4b149833b080510e87384af81b3f4873366a;hb=5ea2ffe571a74618eef073c58c5fef06e1cf06a7;hp=9bcb4985c0401bf17229f0c0f8e3d0c82171e9e9;hpb=e967fdce5a017cc28b19cd3d4f2ece745dcecdaf;p=squeep-authentication-module diff --git a/package.json b/package.json index 9bcb498..30cb4b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@squeep/authentication-module", - "version": "1.4.1", - "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",