@codecademy/tracking 1.0.37 → 1.0.38-alpha.4e141a983b.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.
|
@@ -23,7 +23,7 @@ export const partytownConfig = () => ({
|
|
|
23
23
|
resolveUrl(url, location, type) {
|
|
24
24
|
// Block GTM from trying to add its own service worker via iframe.
|
|
25
25
|
if (url.hostname === 'www.googletagmanager.com' && type === 'iframe') {
|
|
26
|
-
return new URL(''
|
|
26
|
+
return new URL('data:');
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
/*
|
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.
|
|
4
|
+
"version": "1.0.38-alpha.4e141a983b.0",
|
|
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": "
|
|
19
|
+
"gitHead": "42b7989525aefb2feb8a9f138a48aa208efd3b75"
|
|
20
20
|
}
|