@blotoutio/providers-app-lovin-sdk 1.54.0 → 1.55.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
|
@@ -834,7 +834,7 @@ const getEventData = ({ eventName, userData, data, defaultCategory, categoryMapp
|
|
|
834
834
|
|
|
835
835
|
const tag = ({ data, eventName, eventId, manifestVariables, userId, }) => {
|
|
836
836
|
const payload = {
|
|
837
|
-
sdkVersion: "1.
|
|
837
|
+
sdkVersion: "1.55.1" ,
|
|
838
838
|
};
|
|
839
839
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
840
840
|
try {
|
package/index.js
CHANGED
|
@@ -835,7 +835,7 @@ var ProvidersAppLovinSdk = (function () {
|
|
|
835
835
|
|
|
836
836
|
const tag = ({ data, eventName, eventId, manifestVariables, userId, }) => {
|
|
837
837
|
const payload = {
|
|
838
|
-
sdkVersion: "1.
|
|
838
|
+
sdkVersion: "1.55.1" ,
|
|
839
839
|
};
|
|
840
840
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
841
841
|
try {
|
package/index.mjs
CHANGED
|
@@ -832,7 +832,7 @@ const getEventData = ({ eventName, userData, data, defaultCategory, categoryMapp
|
|
|
832
832
|
|
|
833
833
|
const tag = ({ data, eventName, eventId, manifestVariables, userId, }) => {
|
|
834
834
|
const payload = {
|
|
835
|
-
sdkVersion: "1.
|
|
835
|
+
sdkVersion: "1.55.1" ,
|
|
836
836
|
};
|
|
837
837
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
838
838
|
try {
|