sixseconds-modules 1.6.36 → 1.6.38

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/dist/index.cjs.js CHANGED
@@ -2834,7 +2834,7 @@ const handleRedirection = (type, source) => {
2834
2834
  };
2835
2835
  const CookiesUtil = {
2836
2836
  set: (name, val) => {
2837
- Cookies.set(name, val, {
2837
+ Cookies.set(name, JSON.stringify(val), {
2838
2838
  path: "/",
2839
2839
  domain: ".6seconds.org",
2840
2840
  secure: true,
@@ -11460,6 +11460,7 @@ const App = () => {
11460
11460
  }
11461
11461
  ) });
11462
11462
  };
11463
+ exports.CookiesUtil = CookiesUtil;
11463
11464
  exports.DangerDialog = DangerDialog;
11464
11465
  exports.Header = Header;
11465
11466
  exports.IMAGES = IMAGES;