X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=60cfb5949e6bf502dadfae844cfd5bea89cb6cfd;hb=HEAD;hp=e282fb6e1377a27673eb02f15c59549fbc791556;hpb=9c8e775e5ab96a1788f535760bfa72205c430d15;p=squeep-authentication-module diff --git a/package.json b/package.json index e282fb6..ce80571 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { "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", "coverage": "nyc npm test", "coverage-check": "nyc check-coverage", "eslint": "eslint index.js lib", + "eslint:test": "eslint test", "test": "mocha --recursive" }, "files": [ @@ -39,7 +40,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", @@ -52,6 +54,6 @@ "mocha": "^10", "nyc": "^15", "pre-commit": "^1", - "sinon": "^17" + "sinon": "^18" } }