@codecademy/tracking 1.0.26 → 1.0.27-alpha.a129a8f470.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.
@@ -112,6 +112,7 @@ export type TrackingContentIds = {
112
112
  skill_benchmark_id?: string;
113
113
  track_id?: string;
114
114
  journey_id?: string;
115
+ external_course_id?: string;
115
116
  };
116
117
  /**
117
118
  * 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.26",
4
+ "version": "1.0.27-alpha.a129a8f470.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": "95c619eae700a0273b8431d069f03e9569a2b546"
16
+ "gitHead": "978c91e5533d3dafe75ad43b07516e82f4fcbf82"
17
17
  }