@blotoutio/providers-attentive-sdk 0.45.0 → 0.45.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 CHANGED
@@ -112,7 +112,7 @@ const init = () => {
112
112
  }
113
113
  };
114
114
 
115
- const sdkVersion = "0.45.0" ;
115
+ const sdkVersion = "0.45.2" ;
116
116
  const tag = () => {
117
117
  let sdkStatus = 'none';
118
118
  let sdkStatus2 = 'none';
package/index.js CHANGED
@@ -113,7 +113,7 @@ var ProvidersAttentiveSdk = (function () {
113
113
  }
114
114
  };
115
115
 
116
- const sdkVersion = "0.45.0" ;
116
+ const sdkVersion = "0.45.2" ;
117
117
  const tag = () => {
118
118
  let sdkStatus = 'none';
119
119
  let sdkStatus2 = 'none';
package/index.mjs CHANGED
@@ -110,7 +110,7 @@ const init = () => {
110
110
  }
111
111
  };
112
112
 
113
- const sdkVersion = "0.45.0" ;
113
+ const sdkVersion = "0.45.2" ;
114
114
  const tag = () => {
115
115
  let sdkStatus = 'none';
116
116
  let sdkStatus2 = 'none';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-attentive-sdk",
3
- "version": "0.45.0",
3
+ "version": "0.45.2",
4
4
  "description": "Attentive Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",