@blotoutio/providers-at-label-sdk 0.47.2 → 0.48.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
@@ -112,7 +112,7 @@ const init = () => {
112
112
  }
113
113
  };
114
114
 
115
- const sdkVersion = "0.47.2" ;
115
+ const sdkVersion = "0.48.0" ;
116
116
  const getCookie = (cookie, cookieName) => {
117
117
  if (!cookie) {
118
118
  return null;
package/index.js CHANGED
@@ -113,7 +113,7 @@ var ProvidersAtLabelSdk = (function () {
113
113
  }
114
114
  };
115
115
 
116
- const sdkVersion = "0.47.2" ;
116
+ const sdkVersion = "0.48.0" ;
117
117
  const getCookie = (cookie, cookieName) => {
118
118
  if (!cookie) {
119
119
  return null;
package/index.mjs CHANGED
@@ -110,7 +110,7 @@ const init = () => {
110
110
  }
111
111
  };
112
112
 
113
- const sdkVersion = "0.47.2" ;
113
+ const sdkVersion = "0.48.0" ;
114
114
  const getCookie = (cookie, cookieName) => {
115
115
  if (!cookie) {
116
116
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-at-label-sdk",
3
- "version": "0.47.2",
3
+ "version": "0.48.0",
4
4
  "description": "Attentive Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",