diff options
author | Raphael <mail@raphaelkabo.com> | 2024-02-26 15:06:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 15:06:01 +0000 |
commit | de688444d167fdb80c6e88b8ba837405ba7651a6 (patch) | |
tree | 051fa37a2fe30052254bf79a60bd870667fcc0b7 /package.json | |
parent | afd9fc4477fff90e5db917f350d99c3d01fba2bd (diff) | |
parent | 1275280a9e3a31f6080079d564a8fb9e1847db8b (diff) |
Merge pull request #135 from lowercasename/rk/public-events
Events and groups optionally visible on front page
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 92c6f34..f96ef07 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gathio", - "version": "1.3.1", - "description": "", + "version": "1.4.0", + "description": "A simple, federated, privacy-first event hosting platform", "main": "index.js", "type": "module", "scripts": { @@ -20,7 +20,9 @@ "license": "GPL-3.0-or-later", "dependencies": { "@sendgrid/mail": "^6.5.5", + "@types/cookie-parser": "^1.4.6", "activitypub-types": "^1.0.3", + "cookie-parser": "^1.4.6", "cors": "^2.8.5", "dompurify": "^3.0.6", "express": "^4.18.2", |