@blotoutio/providers-app-lovin-sdk 1.2.0 → 1.2.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
|
@@ -161,7 +161,7 @@ const getEventData = (eventName, userId, data) => {
|
|
|
161
161
|
|
|
162
162
|
const tag = ({ data, eventName, manifestVariables, userId }) => {
|
|
163
163
|
const payload = {
|
|
164
|
-
sdkVersion: "1.2.
|
|
164
|
+
sdkVersion: "1.2.1" ,
|
|
165
165
|
};
|
|
166
166
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
167
167
|
try {
|
package/index.js
CHANGED
|
@@ -162,7 +162,7 @@ var ProvidersAppLovinSdk = (function () {
|
|
|
162
162
|
|
|
163
163
|
const tag = ({ data, eventName, manifestVariables, userId }) => {
|
|
164
164
|
const payload = {
|
|
165
|
-
sdkVersion: "1.2.
|
|
165
|
+
sdkVersion: "1.2.1" ,
|
|
166
166
|
};
|
|
167
167
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
168
168
|
try {
|
package/index.mjs
CHANGED
|
@@ -159,7 +159,7 @@ const getEventData = (eventName, userId, data) => {
|
|
|
159
159
|
|
|
160
160
|
const tag = ({ data, eventName, manifestVariables, userId }) => {
|
|
161
161
|
const payload = {
|
|
162
|
-
sdkVersion: "1.2.
|
|
162
|
+
sdkVersion: "1.2.1" ,
|
|
163
163
|
};
|
|
164
164
|
if (window.axon && manifestVariables['enableBrowser'] === '1') {
|
|
165
165
|
try {
|