@blotoutio/providers-attentive-sdk 1.36.0 → 1.36.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
@@ -2,7 +2,7 @@
2
2
 
3
3
  const packageName = 'attentive';
4
4
 
5
- const sdkVersion = "1.36.0" ;
5
+ const sdkVersion = "1.36.2" ;
6
6
  const tag = () => {
7
7
  return {
8
8
  sdkVersion,
package/index.js CHANGED
@@ -3,7 +3,7 @@ var ProvidersAttentiveSdk = (function () {
3
3
 
4
4
  const packageName = 'attentive';
5
5
 
6
- const sdkVersion = "1.36.0" ;
6
+ const sdkVersion = "1.36.2" ;
7
7
  const tag = () => {
8
8
  return {
9
9
  sdkVersion,
package/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  const packageName = 'attentive';
2
2
 
3
- const sdkVersion = "1.36.0" ;
3
+ const sdkVersion = "1.36.2" ;
4
4
  const tag = () => {
5
5
  return {
6
6
  sdkVersion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-attentive-sdk",
3
- "version": "1.36.0",
3
+ "version": "1.36.2",
4
4
  "description": "Attentive Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",