@blotoutio/providers-at-label-sdk 1.35.2 → 1.36.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 CHANGED
@@ -38,7 +38,7 @@ const parseCookies = (cookie) => {
38
38
  }));
39
39
  };
40
40
 
41
- const sdkVersion = "1.35.2" ;
41
+ const sdkVersion = "1.36.0" ;
42
42
  const tag = () => {
43
43
  let visitorId = '';
44
44
  const visitorIdCookie = getCookieValue('__attentive_id');
package/index.js CHANGED
@@ -39,7 +39,7 @@ var ProvidersAtLabelSdk = (function () {
39
39
  }));
40
40
  };
41
41
 
42
- const sdkVersion = "1.35.2" ;
42
+ const sdkVersion = "1.36.0" ;
43
43
  const tag = () => {
44
44
  let visitorId = '';
45
45
  const visitorIdCookie = getCookieValue('__attentive_id');
package/index.mjs CHANGED
@@ -36,7 +36,7 @@ const parseCookies = (cookie) => {
36
36
  }));
37
37
  };
38
38
 
39
- const sdkVersion = "1.35.2" ;
39
+ const sdkVersion = "1.36.0" ;
40
40
  const tag = () => {
41
41
  let visitorId = '';
42
42
  const visitorIdCookie = getCookieValue('__attentive_id');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-at-label-sdk",
3
- "version": "1.35.2",
3
+ "version": "1.36.0",
4
4
  "description": "Attentive Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",