@codecademy/tracking 1.3.0-alpha.dcc9fdf8e6.0 → 1.4.0-alpha.abe1fc8c26.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.
@@ -115,6 +115,10 @@ export type TrackingContentIds = {
115
115
  external_course_id?: string;
116
116
  external_path_id?: string;
117
117
  lo_id?: string;
118
+ project_id?: string;
119
+ milestone_id?: string;
120
+ task_id?: string;
121
+ question_set_id?: string;
118
122
  };
119
123
  /**
120
124
  * 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.3.0-alpha.dcc9fdf8e6.0",
4
+ "version": "1.4.0-alpha.abe1fc8c26.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@qwik.dev/partytown": "0.11.0"