@codecademy/tracking 1.3.0-alpha.a11dc5c91d.0 → 1.3.0-alpha.dcc9fdf8e6.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.
@@ -266,10 +266,7 @@ export type ChatGPTPluginSearchEventData = {
266
266
  * Content context for tracking events
267
267
  */
268
268
  export type ContentContext = Partial<JourneyComponents & PathComponents & CourseComponents & ContentItem & Exercise & {
269
- content_item_id: string;
270
- exercise_id: string;
271
- } & {
272
- enterprise_module_id: string;
269
+ enterprise_module_id?: string;
273
270
  }>;
274
271
  export interface JourneyComponents {
275
272
  journey_id?: 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.3.0-alpha.a11dc5c91d.0",
4
+ "version": "1.3.0-alpha.dcc9fdf8e6.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@qwik.dev/partytown": "0.11.0"