@codecademy/tracking 1.0.36 → 1.0.37

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.
@@ -15,7 +15,9 @@ export const partytownConfig = () => ({
15
15
  // Pepperjam
16
16
  /snap/,
17
17
  // Snap Pixel
18
- /lightboxcdn/ // Digioh
18
+ /lightboxcdn/,
19
+ // Digioh
20
+ /reddit/ // Reddit pixel
19
21
  ],
20
22
  // This function runs in a worker and can't access other vars in this file.
21
23
  resolveUrl(url, location, type) {
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.36",
4
+ "version": "1.0.37",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@builder.io/partytown": "^0.10.2"
@@ -16,5 +16,5 @@
16
16
  "access": "public"
17
17
  },
18
18
  "repository": "git@github.com:codecademy-engineering/mono.git",
19
- "gitHead": "5eef9730521dc255c8d8260a9c25978a20e06e68"
19
+ "gitHead": "b42d5c834a909bdb66077ae8265126a289710681"
20
20
  }