@adobe/helix-html-pipeline 1.5.0 → 1.5.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.5.1](https://github.com/adobe/helix-html-pipeline/compare/v1.5.0...v1.5.1) (2022-05-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * include owner and repo to forms message ([#48](https://github.com/adobe/helix-html-pipeline/issues/48)) ([aabb52f](https://github.com/adobe/helix-html-pipeline/commit/aabb52f96fbdba74d73c4e6e24c3ad710a18442d))
7
+
1
8
  # [1.5.0](https://github.com/adobe/helix-html-pipeline/compare/v1.4.2...v1.5.0) (2022-05-04)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-html-pipeline",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Helix HTML Pipeline",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
package/src/forms-pipe.js CHANGED
@@ -142,6 +142,8 @@ export async function formsPipe(state, request) {
142
142
 
143
143
  const message = {
144
144
  url: `https://${ref}--${repo}--${owner}.hlx.live${resourcePath}`,
145
+ owner,
146
+ repo,
145
147
  body,
146
148
  host,
147
149
  sourceLocation,