@chrryai/chrry 1.7.40 → 1.7.43

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.d.mts CHANGED
@@ -454,6 +454,7 @@ type characterProfile = {
454
454
  type app = {
455
455
  id: string;
456
456
  image?: string;
457
+ storeId: string | null;
457
458
  userId: string | null;
458
459
  guestId: string | null;
459
460
  mainThreadId: string | null;
package/dist/index.d.ts CHANGED
@@ -454,6 +454,7 @@ type characterProfile = {
454
454
  type app = {
455
455
  id: string;
456
456
  image?: string;
457
+ storeId: string | null;
457
458
  userId: string | null;
458
459
  guestId: string | null;
459
460
  mainThreadId: string | null;
package/dist/index.js CHANGED
@@ -3265,7 +3265,7 @@ var init_utils = __esm({
3265
3265
  };
3266
3266
  isFirefox = typeof navigator !== "undefined" && navigator?.userAgent?.includes("Firefox");
3267
3267
  config = getSiteConfig(getClientHostname2());
3268
- VERSION = config.version || "1.7.40";
3268
+ VERSION = config.version || "1.7.43";
3269
3269
  getSlugFromPathname = (path) => {
3270
3270
  return getAppAndStoreSlugs(path, {
3271
3271
  defaultAppSlug: config.slug,
@@ -24859,7 +24859,7 @@ function DataProvider({ children, ...rest }) {
24859
24859
  const [instructions, setInstructions] = (0, import_react21.useState)([]);
24860
24860
  const [affiliateStats, setAffiliateStats] = (0, import_react21.useState)(null);
24861
24861
  const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react21.useState)(false);
24862
- const VERSION4 = "1.7.40";
24862
+ const VERSION4 = "1.7.43";
24863
24863
  const [weather, setWeather] = useLocalStorage2("weather", user?.weather || guest?.weather || void 0);
24864
24864
  const {
24865
24865
  API_URL: API_URL2,