@jitsu/protocols 1.9.0 → 1.9.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.
Files changed (2) hide show
  1. package/analytics.d.ts +3 -0
  2. package/package.json +1 -1
package/analytics.d.ts CHANGED
@@ -222,6 +222,9 @@ interface AnalyticsContext {
222
222
  clientId: string;
223
223
  sessionIds?: any;
224
224
  };
225
+ firebase?: {
226
+ appInstanceId: string;
227
+ };
225
228
  //from cookies: _fbc - Facebook click ID, _fbp - Facebook browser ID.
226
229
  //see https://developers.facebook.com/docs/marketing-api/conversions-api/parameters/customer-information-parameters
227
230
  fbc?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/protocols",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "publishConfig": {