@blotoutio/providers-omnisend-sdk 1.41.0 → 1.41.2
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/index.cjs.js +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -114,7 +114,7 @@ const EVENT_MAP = {
|
|
|
114
114
|
SessionStart: 'session started',
|
|
115
115
|
};
|
|
116
116
|
const tag = ({ data, eventName, eventId, manifestVariables }) => {
|
|
117
|
-
const result = { sdkVersion: "1.41.
|
|
117
|
+
const result = { sdkVersion: "1.41.2" };
|
|
118
118
|
if (window.omnisend && manifestVariables['enableBrowser'] === '1') {
|
|
119
119
|
const name = EVENT_MAP[eventName];
|
|
120
120
|
if (eventName === 'PageView') {
|
package/index.js
CHANGED
|
@@ -115,7 +115,7 @@ var ProvidersOmnisendSdk = (function () {
|
|
|
115
115
|
SessionStart: 'session started',
|
|
116
116
|
};
|
|
117
117
|
const tag = ({ data, eventName, eventId, manifestVariables }) => {
|
|
118
|
-
const result = { sdkVersion: "1.41.
|
|
118
|
+
const result = { sdkVersion: "1.41.2" };
|
|
119
119
|
if (window.omnisend && manifestVariables['enableBrowser'] === '1') {
|
|
120
120
|
const name = EVENT_MAP[eventName];
|
|
121
121
|
if (eventName === 'PageView') {
|
package/index.mjs
CHANGED
|
@@ -112,7 +112,7 @@ const EVENT_MAP = {
|
|
|
112
112
|
SessionStart: 'session started',
|
|
113
113
|
};
|
|
114
114
|
const tag = ({ data, eventName, eventId, manifestVariables }) => {
|
|
115
|
-
const result = { sdkVersion: "1.41.
|
|
115
|
+
const result = { sdkVersion: "1.41.2" };
|
|
116
116
|
if (window.omnisend && manifestVariables['enableBrowser'] === '1') {
|
|
117
117
|
const name = EVENT_MAP[eventName];
|
|
118
118
|
if (eventName === 'PageView') {
|