@chrryai/chrry 1.7.18 → 1.7.19

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
@@ -3262,7 +3262,7 @@ var init_utils = __esm({
3262
3262
  };
3263
3263
  isFirefox = typeof navigator !== "undefined" && navigator?.userAgent?.includes("Firefox");
3264
3264
  config = getSiteConfig(getClientHostname2());
3265
- VERSION = config.version || "1.7.18";
3265
+ VERSION = config.version || "1.7.19";
3266
3266
  getSlugFromPathname = (path) => {
3267
3267
  return getAppAndStoreSlugs(path, {
3268
3268
  defaultAppSlug: config.slug,
@@ -24824,7 +24824,7 @@ function DataProvider({ children, ...rest }) {
24824
24824
  const [instructions, setInstructions] = (0, import_react21.useState)([]);
24825
24825
  const [affiliateStats, setAffiliateStats] = (0, import_react21.useState)(null);
24826
24826
  const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react21.useState)(false);
24827
- const VERSION4 = "1.7.18";
24827
+ const VERSION4 = "1.7.19";
24828
24828
  const [weather, setWeather] = useLocalStorage2("weather", user?.weather || guest?.weather || void 0);
24829
24829
  const {
24830
24830
  API_URL: API_URL2,