@jitsu/protocols 1.9.5 → 1.9.7-canary.903.20240731112148

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/analytics.d.ts +1 -0
  2. package/package.json +1 -1
package/analytics.d.ts CHANGED
@@ -231,6 +231,7 @@ interface AnalyticsContext {
231
231
  //see https://developers.facebook.com/docs/marketing-api/conversions-api/parameters/customer-information-parameters
232
232
  fbc?: string;
233
233
  fbp?: string;
234
+ [key: string]: any;
234
235
  };
235
236
 
236
237
  geo?: Geo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/protocols",
3
- "version": "1.9.5",
3
+ "version": "1.9.7-canary.903.20240731112148",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "publishConfig": {