@versori/run 0.4.15 → 0.4.16

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.
@@ -166,6 +166,7 @@ export function createActIdDynamicWebhookMiddleware(opts) {
166
166
  return;
167
167
  }
168
168
  const handler = await opts.cnxFactory.handler(conn.data);
169
+ res.locals.activation = activation;
169
170
  handler(req, res, next);
170
171
  };
171
172
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versori/run",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
4
4
  "description": "Versori Run",
5
5
  "homepage": "https://github.com/versori/versori-run#readme",
6
6
  "repository": {
@@ -171,6 +171,7 @@ function createActIdDynamicWebhookMiddleware(opts) {
171
171
  return;
172
172
  }
173
173
  const handler = await opts.cnxFactory.handler(conn.data);
174
+ res.locals.activation = activation;
174
175
  handler(req, res, next);
175
176
  };
176
177
  }