@chrryai/chrry 1.5.46 → 1.5.48

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.js CHANGED
@@ -2093,7 +2093,7 @@ var init_utils = __esm({
2093
2093
  };
2094
2094
  isFirefox = typeof navigator !== "undefined" && navigator?.userAgent?.includes("Firefox");
2095
2095
  config = getSiteConfig(getClientHostname());
2096
- VERSION = config.version || "1.5.46";
2096
+ VERSION = config.version || "1.5.48";
2097
2097
  getSlugFromPathname = (path) => {
2098
2098
  return getAppAndStoreSlugs(path, {
2099
2099
  defaultAppSlug: config.slug,
@@ -24408,7 +24408,7 @@ function DataProvider({ children, ...rest }) {
24408
24408
  const [instructions, setInstructions] = (0, import_react21.useState)([]);
24409
24409
  const [affiliateStats, setAffiliateStats] = (0, import_react21.useState)(null);
24410
24410
  const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react21.useState)(false);
24411
- const VERSION4 = "1.5.46";
24411
+ const VERSION4 = "1.5.48";
24412
24412
  const [weather, setWeather] = useLocalStorage2("weather", user?.weather || guest?.weather || void 0);
24413
24413
  const {
24414
24414
  API_URL: API_URL2,