@blotoutio/edgetag-sdk-js 0.8.1 → 0.8.3

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 CHANGED
@@ -725,6 +725,7 @@ const handleData = (data, providers, options) => {
725
725
  pkg.user({
726
726
  userId,
727
727
  data,
728
+ manifestVariables: getProviderVariables(pkg.name),
728
729
  });
729
730
  });
730
731
  }
@@ -906,6 +907,7 @@ const handleUser = (key, value, providers, options) => {
906
907
  pkg.user({
907
908
  userId,
908
909
  data: { [key]: value },
910
+ manifestVariables: getProviderVariables(pkg.name),
909
911
  });
910
912
  });
911
913
  }
package/index.esm.js CHANGED
@@ -703,6 +703,7 @@ const handleData = (data, providers, options) => {
703
703
  pkg.user({
704
704
  userId,
705
705
  data,
706
+ manifestVariables: getProviderVariables(pkg.name),
706
707
  });
707
708
  });
708
709
  }
@@ -884,6 +885,7 @@ const handleUser = (key, value, providers, options) => {
884
885
  pkg.user({
885
886
  userId,
886
887
  data: { [key]: value },
888
+ manifestVariables: getProviderVariables(pkg.name),
887
889
  });
888
890
  });
889
891
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-js",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "description": "JS SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",