@blotoutio/providers-app-lovin-sdk 1.37.2 → 1.38.1

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
@@ -230,7 +230,7 @@ const getEventData = ({ eventName, userId, data, defaultCategory, categoryMappin
230
230
 
231
231
  const tag = ({ data, eventName, eventId, manifestVariables, userId, }) => {
232
232
  const payload = {
233
- sdkVersion: "1.37.2" ,
233
+ sdkVersion: "1.38.1" ,
234
234
  };
235
235
  if (window.axon && manifestVariables['enableBrowser'] === '1') {
236
236
  try {
package/index.js CHANGED
@@ -231,7 +231,7 @@ var ProvidersAppLovinSdk = (function () {
231
231
 
232
232
  const tag = ({ data, eventName, eventId, manifestVariables, userId, }) => {
233
233
  const payload = {
234
- sdkVersion: "1.37.2" ,
234
+ sdkVersion: "1.38.1" ,
235
235
  };
236
236
  if (window.axon && manifestVariables['enableBrowser'] === '1') {
237
237
  try {
package/index.mjs CHANGED
@@ -228,7 +228,7 @@ const getEventData = ({ eventName, userId, data, defaultCategory, categoryMappin
228
228
 
229
229
  const tag = ({ data, eventName, eventId, manifestVariables, userId, }) => {
230
230
  const payload = {
231
- sdkVersion: "1.37.2" ,
231
+ sdkVersion: "1.38.1" ,
232
232
  };
233
233
  if (window.axon && manifestVariables['enableBrowser'] === '1') {
234
234
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-app-lovin-sdk",
3
- "version": "1.37.2",
3
+ "version": "1.38.1",
4
4
  "description": "App Lovin Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",