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