@rmdes/indiekit-endpoint-microsub 1.0.54 → 1.0.55

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.
@@ -69,6 +69,7 @@ const ALLOWED_TYPES = new Set([
69
69
  "image/gif",
70
70
  "image/webp",
71
71
  "image/svg+xml",
72
+ "image/avif",
72
73
  ]);
73
74
 
74
75
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-microsub",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "description": "Microsub endpoint for Indiekit. Enables subscribing to feeds and reading content using the Microsub protocol.",
5
5
  "keywords": [
6
6
  "indiekit",