@codecademy/tracking 1.0.16 → 1.0.17-alpha.344e71eb99.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.
@@ -109,6 +109,7 @@ export type TrackingContentIds = {
109
109
  program_id?: string;
110
110
  program_unit_id?: string;
111
111
  review_card_id?: string;
112
+ skill_benchmark_id?: string;
112
113
  track_id?: string;
113
114
  journey_id?: string;
114
115
  };
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.16",
4
+ "version": "1.0.17-alpha.344e71eb99.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": "359b7c1920e242a44704b787d059cdb4b7c3f003"
16
+ "gitHead": "57e9f79b07136768e2b8236d6eb3d66cfda3b8d0"
17
17
  }