@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.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-browser",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",