@webqit/webflo 0.8.53-0 → 0.8.54-0

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
@@ -12,7 +12,7 @@
12
12
  "vanila-javascript"
13
13
  ],
14
14
  "homepage": "https://webqit.io/tooling/webflo",
15
- "version": "0.8.53-0",
15
+ "version": "0.8.54-0",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
@@ -140,6 +140,7 @@ export async function deploy(Ui, origin, flags = {}, layout = {}) {
140
140
  */
141
141
  export async function hook(Ui, event, deployCallback, flags = {}, layout = {}) {
142
142
  const eventHandler = Webhooks.createEventHandler();
143
+ console.log('-------------------------event.request.headers', event.request.headers)
143
144
  if (event.request.headers['user-agent'] && event.request.headers['user-agent'].startsWith('GitHub-Hookshot/')) {
144
145
  console.log('-------------------------111111111111111111')
145
146
  const submits = await event.request.parse();