@next/third-parties 14.1.1-canary.73 → 14.1.1-canary.74

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,7 @@ function GoogleTagManager(props) {
15
15
  if (currDataLayerName === undefined) {
16
16
  currDataLayerName = dataLayerName;
17
17
  }
18
- const gtmLayer = dataLayerName !== 'dataLayer' ? `$l=${dataLayerName}` : '';
18
+ const gtmLayer = dataLayerName !== 'dataLayer' ? `&l=${dataLayerName}` : '';
19
19
  const gtmAuth = auth ? `&gtm_auth=${auth}` : '';
20
20
  const gtmPreview = preview ? `&gtm_preview=${preview}&gtm_cookies_win=x` : '';
21
21
  (0, react_1.useEffect)(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/third-parties",
3
- "version": "14.1.1-canary.73",
3
+ "version": "14.1.1-canary.74",
4
4
  "repository": {
5
5
  "url": "vercel/next.js",
6
6
  "directory": "packages/third-parties"
@@ -26,7 +26,7 @@
26
26
  "third-party-capital": "1.0.20"
27
27
  },
28
28
  "devDependencies": {
29
- "next": "14.1.1-canary.73",
29
+ "next": "14.1.1-canary.74",
30
30
  "outdent": "0.8.0",
31
31
  "prettier": "2.5.1"
32
32
  },