@blotoutio/providers-app-lovin-sdk 1.47.2 → 1.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 +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -671,7 +671,7 @@ const getEventData = ({ eventName, userData, data, defaultCategory, categoryMapp
|
|
|
671
671
|
|
|
672
672
|
const tag = ({ data, eventName, eventId, manifestVariables, userId, }) => {
|
|
673
673
|
const payload = {
|
|
674
|
-
sdkVersion: "1.
|
|
674
|
+
sdkVersion: "1.48.0" ,
|
|
675
675
|
};
|
|
676
676
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
677
677
|
try {
|
package/index.js
CHANGED
|
@@ -672,7 +672,7 @@ var ProvidersAppLovinSdk = (function () {
|
|
|
672
672
|
|
|
673
673
|
const tag = ({ data, eventName, eventId, manifestVariables, userId, }) => {
|
|
674
674
|
const payload = {
|
|
675
|
-
sdkVersion: "1.
|
|
675
|
+
sdkVersion: "1.48.0" ,
|
|
676
676
|
};
|
|
677
677
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
678
678
|
try {
|
package/index.mjs
CHANGED
|
@@ -669,7 +669,7 @@ const getEventData = ({ eventName, userData, data, defaultCategory, categoryMapp
|
|
|
669
669
|
|
|
670
670
|
const tag = ({ data, eventName, eventId, manifestVariables, userId, }) => {
|
|
671
671
|
const payload = {
|
|
672
|
-
sdkVersion: "1.
|
|
672
|
+
sdkVersion: "1.48.0" ,
|
|
673
673
|
};
|
|
674
674
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
675
675
|
try {
|