X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=c8d339992e870836bb76749043f874eab1766249;hb=2c38f18a33a3d1e37994cdbcf4aa1397a241ab66;hp=96a5322a991c07583f1898d174fb20719ae72b68;hpb=b804c869f818cc19da914ae7c1a235b9ba90c246;p=websub-hub diff --git a/package.json b/package.json index 96a5322..c8d3399 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.5", + "version": "1.3.6", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { @@ -35,6 +35,7 @@ "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.5", "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.1", "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.4", + "@squeep/logger-json-console": "git+https://git.squeep.com/squeep-logger-json-console#v1.0.0", "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.4", "axios": "^0.26.1", "feedparser": "^2.2.10",