@codecademy/tracking 1.2.0-alpha.18d788f6bb.0 → 1.2.0-alpha.42b9a7a57e.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.
@@ -18,6 +18,10 @@ const importFides = async () => {
18
18
  if (oldAmd) {
19
19
  win.define.amd = undefined;
20
20
  }
21
+ window.fides_overrides = {
22
+ ot_fides_mapping
23
+ };
24
+
21
25
  // Fides gets stored on the window object
22
26
  await import(/* webpackIgnore: true */"https://skillsoft-codecademy.fides-cdn.ethyca.com/fides.js?property_id=".concat(PROPERTY_ID, "&ot_fides_mapping=").concat(ot_fides_mapping));
23
27
  if (oldAmd) {
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.2.0-alpha.18d788f6bb.0",
4
+ "version": "1.2.0-alpha.42b9a7a57e.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@qwik.dev/partytown": "0.11.0"