@blotoutio/edgetag-sdk-js 0.41.0 → 0.42.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.
- package/index.cjs.js +3 -1
- package/index.mjs +3 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -364,7 +364,7 @@ const getStandardPayload = (payload) => {
|
|
|
364
364
|
referrer: getReferrer(),
|
|
365
365
|
search: getSearch(),
|
|
366
366
|
locale: getLocale(),
|
|
367
|
-
sdkVersion: "0.
|
|
367
|
+
sdkVersion: "0.42.0" ,
|
|
368
368
|
...(payload || {}),
|
|
369
369
|
};
|
|
370
370
|
let storage = {};
|
|
@@ -1005,6 +1005,8 @@ const handleInit = (preferences) => {
|
|
|
1005
1005
|
userId: result.userId,
|
|
1006
1006
|
isNewUser: result.isNewUser,
|
|
1007
1007
|
consent: result.consent,
|
|
1008
|
+
consentSetting: result.consentSetting,
|
|
1009
|
+
isNewSession: result.isNewSession,
|
|
1008
1010
|
},
|
|
1009
1011
|
}));
|
|
1010
1012
|
}
|
package/index.mjs
CHANGED
|
@@ -362,7 +362,7 @@ const getStandardPayload = (payload) => {
|
|
|
362
362
|
referrer: getReferrer(),
|
|
363
363
|
search: getSearch(),
|
|
364
364
|
locale: getLocale(),
|
|
365
|
-
sdkVersion: "0.
|
|
365
|
+
sdkVersion: "0.42.0" ,
|
|
366
366
|
...(payload || {}),
|
|
367
367
|
};
|
|
368
368
|
let storage = {};
|
|
@@ -1003,6 +1003,8 @@ const handleInit = (preferences) => {
|
|
|
1003
1003
|
userId: result.userId,
|
|
1004
1004
|
isNewUser: result.isNewUser,
|
|
1005
1005
|
consent: result.consent,
|
|
1006
|
+
consentSetting: result.consentSetting,
|
|
1007
|
+
isNewSession: result.isNewSession,
|
|
1006
1008
|
},
|
|
1007
1009
|
}));
|
|
1008
1010
|
}
|