@chrryai/chrry 1.6.75 → 1.6.76

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
@@ -779,7 +779,7 @@ var init_siteConfig = __esm({
779
779
  isStoreApp: false,
780
780
  mode: "focus",
781
781
  slug: "focus",
782
- version: "26.10.60",
782
+ version: "26.10.61",
783
783
  storeSlug: "blossom",
784
784
  name: "Focus",
785
785
  domain: "focus.chrry.ai",
@@ -3152,7 +3152,7 @@ var init_utils = __esm({
3152
3152
  };
3153
3153
  isFirefox = typeof navigator !== "undefined" && navigator?.userAgent?.includes("Firefox");
3154
3154
  config = getSiteConfig(getClientHostname());
3155
- VERSION = config.version || "1.6.75";
3155
+ VERSION = config.version || "1.6.76";
3156
3156
  getSlugFromPathname = (path) => {
3157
3157
  return getAppAndStoreSlugs(path, {
3158
3158
  defaultAppSlug: config.slug,
@@ -24698,7 +24698,7 @@ function DataProvider({ children, ...rest }) {
24698
24698
  const [instructions, setInstructions] = (0, import_react21.useState)([]);
24699
24699
  const [affiliateStats, setAffiliateStats] = (0, import_react21.useState)(null);
24700
24700
  const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react21.useState)(false);
24701
- const VERSION4 = "1.6.75";
24701
+ const VERSION4 = "1.6.76";
24702
24702
  const [weather, setWeather] = useLocalStorage2("weather", user?.weather || guest?.weather || void 0);
24703
24703
  const {
24704
24704
  API_URL: API_URL2,