@embedreach/components 0.1.100 → 0.1.102

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.
@@ -13653,9 +13653,7 @@ const useAuthContext = (reauthCallback) => {
13653
13653
  return context2;
13654
13654
  };
13655
13655
  const AuthCallbackHandler = ({ reauthCallback }) => {
13656
- console.log(`>>>HERE`, reauthCallback);
13657
13656
  useAuthContext(reauthCallback);
13658
- console.log(`>>>HERE2`, reauthCallback);
13659
13657
  return null;
13660
13658
  };
13661
13659
  const matchHtmlEntity = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedreach/components",
3
- "version": "0.1.100",
3
+ "version": "0.1.102",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",