@codecademy/tracking 1.0.48 → 1.0.49-alpha.cfbb0dad44.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.
@@ -114,6 +114,7 @@ export type TrackingContentIds = {
114
114
  journey_id?: string;
115
115
  external_course_id?: string;
116
116
  external_path_id?: string;
117
+ lo_id?: string;
117
118
  };
118
119
  /**
119
120
  * 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.48",
4
+ "version": "1.0.49-alpha.cfbb0dad44.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@qwik.dev/partytown": "0.11.0"