@jitsu/protocols 1.9.15 → 1.9.17

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.
Files changed (2) hide show
  1. package/functions.d.ts +2 -0
  2. package/package.json +1 -1
package/functions.d.ts CHANGED
@@ -176,6 +176,8 @@ export type EventContext = {
176
176
  workspace: {
177
177
  id: string;
178
178
  };
179
+ // original receivedAt as it stamped by the ingest service;
180
+ receivedAt: Date;
179
181
  // number of retries attempted
180
182
  retries?: number;
181
183
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/protocols",
3
- "version": "1.9.15",
3
+ "version": "1.9.17",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "publishConfig": {