@blotoutio/providers-app-lovin-sdk 1.36.2 → 1.37.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 +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
233
|
+
sdkVersion: "1.37.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.
|
|
234
|
+
sdkVersion: "1.37.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.
|
|
231
|
+
sdkVersion: "1.37.1" ,
|
|
232
232
|
};
|
|
233
233
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
234
234
|
try {
|