@blotoutio/edgetag-sdk-browser 0.8.1 → 0.8.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.js +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1184,6 +1184,7 @@
|
|
|
1184
1184
|
pkg.user({
|
|
1185
1185
|
userId,
|
|
1186
1186
|
data,
|
|
1187
|
+
manifestVariables: getProviderVariables(pkg.name),
|
|
1187
1188
|
});
|
|
1188
1189
|
});
|
|
1189
1190
|
}
|
|
@@ -1365,6 +1366,7 @@
|
|
|
1365
1366
|
pkg.user({
|
|
1366
1367
|
userId,
|
|
1367
1368
|
data: { [key]: value },
|
|
1369
|
+
manifestVariables: getProviderVariables(pkg.name),
|
|
1368
1370
|
});
|
|
1369
1371
|
});
|
|
1370
1372
|
}
|