@codecademy/tracking 1.0.34 → 1.0.35-alpha.98e72cfbb2.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.
@@ -113,6 +113,7 @@ export type TrackingContentIds = {
113
113
  track_id?: string;
114
114
  journey_id?: string;
115
115
  external_course_id?: string;
116
+ external_path_id?: string;
116
117
  };
117
118
  /**
118
119
  * Shared data relevant for all user events
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.34",
4
+ "version": "1.0.35-alpha.98e72cfbb2.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": "28d869623de24e8d0aa71ce458b48a6375db4b5f"
16
+ "gitHead": "888987ca14d445112bcf5ced070bde000bf9aec5"
17
17
  }