backend-manager 5.0.135 → 5.0.136

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-manager",
3
- "version": "5.0.135",
3
+ "version": "5.0.136",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -100,5 +100,8 @@ module.exports = async ({ assistant, Manager, settings, analytics }) => {
100
100
  id: parsed.post.id,
101
101
  tags: parsed.post.tags,
102
102
  categories: parsed.post.categories,
103
+
104
+ // Derived
105
+ headerImageURL: `${url.origin}/assets/images/blog/post-${parsed.post.id}/${filename}.jpg`,
103
106
  });
104
107
  };