@piwikpro/vue-piwik-pro
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -62,3 +62,3 @@ const DEFAULT_DATA_LAYER_NAME = "dataLayer"; | ||
const body = document.getElementsByTagName("body")[0]; | ||
body.appendChild(scriptEl); | ||
body.prepend(scriptEl); | ||
} | ||
@@ -65,0 +65,0 @@ function getInitScript({ containerId, containerUrl, dataLayerName: dataLayerName2, nonceValue }) { |
{ | ||
"name": "@piwikpro/vue-piwik-pro", | ||
"private": false, | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"type": "module", | ||
@@ -75,4 +75,4 @@ "author": "Piwik Pro Integration Team <integrations@piwik.pro>", | ||
"dependencies": { | ||
"@piwikpro/tracking-base-library": "^1.2.2" | ||
"@piwikpro/tracking-base-library": "^1.2.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
148914