bump package version to 1.2.1
[squeep-authentication-module] / package.json
index ca01710ba6fc0053949577cadee68ab9ef9ba58d..89ed8c8e7fa891c6438dc3ac5a2ab922d762a245 100644 (file)
@@ -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": {
     "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",