@blotoutio/providers-klaviyo-sdk 1.37.2 → 1.37.3

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
@@ -26,7 +26,7 @@ const capture = (rule, value) => {
26
26
  return value;
27
27
  };
28
28
 
29
- const sdkVersion = "1.37.2" ;
29
+ const sdkVersion = "1.37.3" ;
30
30
  const tag = () => ({
31
31
  sdkVersion,
32
32
  isIdentified: sessionStorage.getItem('identifiedByKlaviyo') === '1',
package/index.js CHANGED
@@ -27,7 +27,7 @@ var ProvidersKlaviyoSdk = (function () {
27
27
  return value;
28
28
  };
29
29
 
30
- const sdkVersion = "1.37.2" ;
30
+ const sdkVersion = "1.37.3" ;
31
31
  const tag = () => ({
32
32
  sdkVersion,
33
33
  isIdentified: sessionStorage.getItem('identifiedByKlaviyo') === '1',
package/index.mjs CHANGED
@@ -24,7 +24,7 @@ const capture = (rule, value) => {
24
24
  return value;
25
25
  };
26
26
 
27
- const sdkVersion = "1.37.2" ;
27
+ const sdkVersion = "1.37.3" ;
28
28
  const tag = () => ({
29
29
  sdkVersion,
30
30
  isIdentified: sessionStorage.getItem('identifiedByKlaviyo') === '1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-klaviyo-sdk",
3
- "version": "1.37.2",
3
+ "version": "1.37.3",
4
4
  "description": "Klaviyo Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",