@blotoutio/providers-app-lovin-sdk 1.49.1 → 1.49.2
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
|
@@ -679,7 +679,7 @@ const getEventData = ({ eventName, userData, data, defaultCategory, categoryMapp
|
|
|
679
679
|
|
|
680
680
|
const tag = ({ data, eventName, eventId, manifestVariables, userId, }) => {
|
|
681
681
|
const payload = {
|
|
682
|
-
sdkVersion: "1.49.
|
|
682
|
+
sdkVersion: "1.49.2" ,
|
|
683
683
|
};
|
|
684
684
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
685
685
|
try {
|
package/index.js
CHANGED
|
@@ -680,7 +680,7 @@ var ProvidersAppLovinSdk = (function () {
|
|
|
680
680
|
|
|
681
681
|
const tag = ({ data, eventName, eventId, manifestVariables, userId, }) => {
|
|
682
682
|
const payload = {
|
|
683
|
-
sdkVersion: "1.49.
|
|
683
|
+
sdkVersion: "1.49.2" ,
|
|
684
684
|
};
|
|
685
685
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
686
686
|
try {
|
package/index.mjs
CHANGED
|
@@ -677,7 +677,7 @@ const getEventData = ({ eventName, userData, data, defaultCategory, categoryMapp
|
|
|
677
677
|
|
|
678
678
|
const tag = ({ data, eventName, eventId, manifestVariables, userId, }) => {
|
|
679
679
|
const payload = {
|
|
680
|
-
sdkVersion: "1.49.
|
|
680
|
+
sdkVersion: "1.49.2" ,
|
|
681
681
|
};
|
|
682
682
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
683
683
|
try {
|