@blotoutio/providers-app-lovin-sdk 1.7.1 → 1.9.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
|
@@ -190,7 +190,7 @@ const getEventData = (eventName, userId, data) => {
|
|
|
190
190
|
|
|
191
191
|
const tag = ({ data, eventName, manifestVariables, userId }) => {
|
|
192
192
|
const payload = {
|
|
193
|
-
sdkVersion: "1.
|
|
193
|
+
sdkVersion: "1.9.0" ,
|
|
194
194
|
};
|
|
195
195
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
196
196
|
try {
|
package/index.js
CHANGED
|
@@ -191,7 +191,7 @@ var ProvidersAppLovinSdk = (function () {
|
|
|
191
191
|
|
|
192
192
|
const tag = ({ data, eventName, manifestVariables, userId }) => {
|
|
193
193
|
const payload = {
|
|
194
|
-
sdkVersion: "1.
|
|
194
|
+
sdkVersion: "1.9.0" ,
|
|
195
195
|
};
|
|
196
196
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
197
197
|
try {
|
package/index.mjs
CHANGED
|
@@ -188,7 +188,7 @@ const getEventData = (eventName, userId, data) => {
|
|
|
188
188
|
|
|
189
189
|
const tag = ({ data, eventName, manifestVariables, userId }) => {
|
|
190
190
|
const payload = {
|
|
191
|
-
sdkVersion: "1.
|
|
191
|
+
sdkVersion: "1.9.0" ,
|
|
192
192
|
};
|
|
193
193
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
194
194
|
try {
|