@blotoutio/providers-live-intent-sdk 0.29.0 → 0.30.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
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ const packageName = 'liveIntent';
4
+
3
5
  const getCookieValue = (key) => {
4
6
  try {
5
7
  if (!document || !document.cookie) {
@@ -28,12 +30,13 @@ const tag = () => {
28
30
  const isLoaded = window && window.LI && !!getCookieValue('lidid');
29
31
  return {
30
32
  loaded: isLoaded,
31
- sdkVersion: "0.29.0" ,
33
+ sdkVersion: "0.30.0" ,
32
34
  };
33
35
  };
34
36
 
37
+ // eslint-disable-next-line @nx/enforce-module-boundaries
35
38
  const data = {
36
- name: 'liveIntent',
39
+ name: packageName,
37
40
  tag,
38
41
  };
39
42
  try {
package/index.js CHANGED
@@ -1,6 +1,8 @@
1
1
  var ProvidersLiveIntentSdk = (function () {
2
2
  'use strict';
3
3
 
4
+ const packageName = 'liveIntent';
5
+
4
6
  const getCookieValue = (key) => {
5
7
  try {
6
8
  if (!document || !document.cookie) {
@@ -29,12 +31,13 @@ var ProvidersLiveIntentSdk = (function () {
29
31
  const isLoaded = window && window.LI && !!getCookieValue('lidid');
30
32
  return {
31
33
  loaded: isLoaded,
32
- sdkVersion: "0.29.0" ,
34
+ sdkVersion: "0.30.0" ,
33
35
  };
34
36
  };
35
37
 
38
+ // eslint-disable-next-line @nx/enforce-module-boundaries
36
39
  const data = {
37
- name: 'liveIntent',
40
+ name: packageName,
38
41
  tag,
39
42
  };
40
43
  try {
package/index.mjs CHANGED
@@ -1,3 +1,5 @@
1
+ const packageName = 'liveIntent';
2
+
1
3
  const getCookieValue = (key) => {
2
4
  try {
3
5
  if (!document || !document.cookie) {
@@ -26,12 +28,13 @@ const tag = () => {
26
28
  const isLoaded = window && window.LI && !!getCookieValue('lidid');
27
29
  return {
28
30
  loaded: isLoaded,
29
- sdkVersion: "0.29.0" ,
31
+ sdkVersion: "0.30.0" ,
30
32
  };
31
33
  };
32
34
 
35
+ // eslint-disable-next-line @nx/enforce-module-boundaries
33
36
  const data = {
34
- name: 'liveIntent',
37
+ name: packageName,
35
38
  tag,
36
39
  };
37
40
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-live-intent-sdk",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "LiveIntent Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",