parse topic content-types to recode content with non-utf8 charsets
[websub-hub] / package.json
index 3be524d57e782c756f0c0e3f659ba37bab2189ec..7571ca9980f106b77d45c60db49945b99a0e385e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "websub-hub",
-  "version": "1.0.0",
+  "version": "1.1.1",
   "description": "A WebSub Hub server implementation.",
   "main": "server.js",
   "scripts": {
     "coverage-check"
   ],
   "dependencies": {
-    "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.0.0",
+    "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.1.0",
     "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.0",
     "argon2": "^0.28.2",
     "axios": "^0.21.1",
     "better-sqlite3": "^7.4.3",
     "feedparser": "^2.2.10",
     "htmlparser2": "^6.1.0",
+    "iconv": "^3.0.0",
     "pg-promise": "^10.11.0"
   },
   "devDependencies": {