@chrryai/chrry 1.2.90 → 1.2.91

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.90";
783
+ declare const VERSION = "1.2.91";
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.90";
783
+ declare const VERSION = "1.2.91";
784
784
  type instructionBase = {
785
785
  id: string;
786
786
  title: string;
package/dist/index.js CHANGED
@@ -21252,7 +21252,7 @@ function DataProvider({
21252
21252
  const [instructions, setInstructions] = (0, import_react14.useState)([]);
21253
21253
  const [affiliateStats, setAffiliateStats] = (0, import_react14.useState)(null);
21254
21254
  const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react14.useState)(false);
21255
- const VERSION3 = "1.2.90";
21255
+ const VERSION3 = "1.2.91";
21256
21256
  const [weather, setWeather] = useLocalStorage("weather", user?.weather || guest?.weather || void 0);
21257
21257
  const {
21258
21258
  API_URL: API_URL2,
@@ -22302,7 +22302,7 @@ var init_utils = __esm({
22302
22302
  window.history.replaceState({}, "", newUrl);
22303
22303
  };
22304
22304
  isFirefox = typeof navigator !== "undefined" && navigator?.userAgent.includes("Firefox");
22305
- VERSION = "1.2.90";
22305
+ VERSION = "1.2.91";
22306
22306
  getSlugFromPathname = (path) => {
22307
22307
  const siteConfig = getSiteConfig();
22308
22308
  return getAppAndStoreSlugs(path, {
@@ -40430,7 +40430,6 @@ var init_Thread = __esm({
40430
40430
  init_DeleteThread();
40431
40431
  init_Instructions();
40432
40432
  init_EditThread();
40433
- init_useWindowHistory();
40434
40433
  init_Share();
40435
40434
  init_useThreadPresence();
40436
40435
  init_Bookmark();
@@ -40592,7 +40591,6 @@ var init_Thread = __esm({
40592
40591
  setAutoSelectedAgent(true);
40593
40592
  }
40594
40593
  }, [messages, autoSelectedAgent, aiAgents, debateAgent]);
40595
- const historyRouter = useRouter();
40596
40594
  const hasHydrated = useHasHydrated();
40597
40595
  const nameIsRequired = `\u{1F44B} ${t6("Name your app......")}`;
40598
40596
  const titleIsRequired = `\u270D\uFE0F ${t6("Give it a title...")}`;