@chrryai/chrry 1.2.92 → 1.2.93

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
@@ -780,7 +780,7 @@ declare const isFirefox: boolean;
780
780
  declare function getFlag({ code }: {
781
781
  code?: string;
782
782
  }): string;
783
- declare const VERSION = "1.2.92";
783
+ declare const VERSION = "1.2.93";
784
784
  type instructionBase = {
785
785
  id: string;
786
786
  title: string;
package/dist/index.d.ts CHANGED
@@ -780,7 +780,7 @@ declare const isFirefox: boolean;
780
780
  declare function getFlag({ code }: {
781
781
  code?: string;
782
782
  }): string;
783
- declare const VERSION = "1.2.92";
783
+ declare const VERSION = "1.2.93";
784
784
  type instructionBase = {
785
785
  id: string;
786
786
  title: string;
package/dist/index.js CHANGED
@@ -21282,7 +21282,7 @@ function DataProvider({
21282
21282
  const [instructions, setInstructions] = (0, import_react14.useState)([]);
21283
21283
  const [affiliateStats, setAffiliateStats] = (0, import_react14.useState)(null);
21284
21284
  const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react14.useState)(false);
21285
- const VERSION3 = "1.2.92";
21285
+ const VERSION3 = "1.2.93";
21286
21286
  const [weather, setWeather] = useLocalStorage("weather", user?.weather || guest?.weather || void 0);
21287
21287
  const {
21288
21288
  API_URL: API_URL2,
@@ -22332,7 +22332,7 @@ var init_utils = __esm({
22332
22332
  window.history.replaceState({}, "", newUrl);
22333
22333
  };
22334
22334
  isFirefox = typeof navigator !== "undefined" && navigator?.userAgent.includes("Firefox");
22335
- VERSION = "1.2.92";
22335
+ VERSION = "1.2.93";
22336
22336
  getSlugFromPathname = (path) => {
22337
22337
  const siteConfig = getSiteConfig();
22338
22338
  return getAppAndStoreSlugs(path, {