@evanp/activitypub-bot 0.28.6 → 0.28.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/app.js +1 -0
  2. package/package.json +1 -1
package/lib/app.js CHANGED
@@ -177,6 +177,7 @@ export async function makeApp ({ databaseUrl, origin, bots, logLevel = 'silent',
177
177
  }))
178
178
 
179
179
  app.use(express.json({
180
+ limit: '1mb',
180
181
  type: [
181
182
  'application/activity+json',
182
183
  'application/ld+json',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evanp/activitypub-bot",
3
- "version": "0.28.6",
3
+ "version": "0.28.7",
4
4
  "description": "server-side ActivityPub bot framework",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",