@codecademy/tracking 1.0.17 → 1.0.18-alpha.71bc18927e.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.
@@ -209,7 +209,7 @@ export type UserVisitData = UserSharedData & {
209
209
  lesson?: string;
210
210
  is_ugc?: boolean;
211
211
  };
212
- export type UserImpressionData = Pick<UserSharedData, 'context' | 'source_codebase' | 'content_ids'> & {
212
+ export type UserImpressionData = Pick<UserSharedData, 'context' | 'source_codebase' | 'content_ids' | 'misc'> & {
213
213
  page_name: string;
214
214
  target: string;
215
215
  slug?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/tracking",
3
3
  "description": "Tracking library for Codecademy",
4
- "version": "1.0.17",
4
+ "version": "1.0.18-alpha.71bc18927e.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "files": [
7
7
  "dist/**"
@@ -13,5 +13,5 @@
13
13
  "access": "public"
14
14
  },
15
15
  "repository": "git@github.com:codecademy-engineering/mono.git",
16
- "gitHead": "a787e2def2b952fa17ae4dd4ae0efa3a18c26c7f"
16
+ "gitHead": "98d3b59d1a2b674f0121f116f467f2d1770eb0e6"
17
17
  }