nectiasw 0.0.135 → 0.0.137
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.
- package/dist/index.es.js +2 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +28 -28
- package/dist/index.umd.js.map +1 -1
- package/dist/providers/taggeo/tagEvent.d.ts +1 -8
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -57165,9 +57165,8 @@ const Gde = be.div`
|
|
|
57165
57165
|
event: e,
|
|
57166
57166
|
event_params: n
|
|
57167
57167
|
};
|
|
57168
|
-
window.dataLayer.push(t)
|
|
57169
|
-
}
|
|
57170
|
-
console.warn("dataLayer no está definido o no es un array.");
|
|
57168
|
+
window.dataLayer.push(t);
|
|
57169
|
+
}
|
|
57171
57170
|
};
|
|
57172
57171
|
export {
|
|
57173
57172
|
Vu as $channels,
|