X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=package.json;h=89ed8c8e7fa891c6438dc3ac5a2ab922d762a245;hp=ca01710ba6fc0053949577cadee68ab9ef9ba58d;hb=017c7190ecb48afa9b9cd164c8d9cd3b62fb29df;hpb=a44a8c411be1831e7b2418212ee0b295206ca27a diff --git a/package.json b/package.json index ca01710..89ed8c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.1.2", + "version": "1.2.1", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -30,10 +30,10 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.4", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.2", - "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.0", - "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.3" + "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.5", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.4", + "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.1", + "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.4" }, "optionalDependencies": { "argon2": "^0.28.4",