@chrryai/chrry 1.7.27 → 1.7.28

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
@@ -3264,7 +3264,7 @@ var init_utils = __esm({
3264
3264
  };
3265
3265
  isFirefox = typeof navigator !== "undefined" && navigator?.userAgent?.includes("Firefox");
3266
3266
  config = getSiteConfig(getClientHostname2());
3267
- VERSION = config.version || "1.7.27";
3267
+ VERSION = config.version || "1.7.28";
3268
3268
  getSlugFromPathname = (path) => {
3269
3269
  return getAppAndStoreSlugs(path, {
3270
3270
  defaultAppSlug: config.slug,
@@ -24850,7 +24850,7 @@ function DataProvider({ children, ...rest }) {
24850
24850
  const [instructions, setInstructions] = (0, import_react21.useState)([]);
24851
24851
  const [affiliateStats, setAffiliateStats] = (0, import_react21.useState)(null);
24852
24852
  const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react21.useState)(false);
24853
- const VERSION4 = "1.7.27";
24853
+ const VERSION4 = "1.7.28";
24854
24854
  const [weather, setWeather] = useLocalStorage2("weather", user?.weather || guest?.weather || void 0);
24855
24855
  const {
24856
24856
  API_URL: API_URL2,