@chrryai/chrry 1.2.47 → 1.2.48

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
@@ -1407,7 +1407,7 @@ declare const isFirefox: boolean;
1407
1407
  declare function getFlag({ code }: {
1408
1408
  code?: string;
1409
1409
  }): string;
1410
- declare const VERSION = "1.2.47";
1410
+ declare const VERSION = "1.2.48";
1411
1411
  type instructionBase = {
1412
1412
  id: string;
1413
1413
  title: string;
package/dist/index.d.ts CHANGED
@@ -1407,7 +1407,7 @@ declare const isFirefox: boolean;
1407
1407
  declare function getFlag({ code }: {
1408
1408
  code?: string;
1409
1409
  }): string;
1410
- declare const VERSION = "1.2.47";
1410
+ declare const VERSION = "1.2.48";
1411
1411
  type instructionBase = {
1412
1412
  id: string;
1413
1413
  title: string;
package/dist/index.js CHANGED
@@ -20608,7 +20608,7 @@ function DataProvider({
20608
20608
  const [instructions, setInstructions] = (0, import_react14.useState)([]);
20609
20609
  const [affiliateStats, setAffiliateStats] = (0, import_react14.useState)(null);
20610
20610
  const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react14.useState)(false);
20611
- const VERSION3 = "1.2.47";
20611
+ const VERSION3 = "1.2.48";
20612
20612
  const [weather, setWeather] = useLocalStorage("weather", user?.weather || guest?.weather || void 0);
20613
20613
  const {
20614
20614
  API_URL: API_URL2,
@@ -21649,7 +21649,7 @@ var init_utils = __esm({
21649
21649
  window.history.replaceState({}, "", newUrl);
21650
21650
  };
21651
21651
  isFirefox = typeof navigator !== "undefined" && navigator?.userAgent.includes("Firefox");
21652
- VERSION = "1.2.47";
21652
+ VERSION = "1.2.48";
21653
21653
  getSlugFromPathname = (path) => {
21654
21654
  const siteConfig = getSiteConfig();
21655
21655
  return getAppAndStoreSlugs(path, {
@@ -38046,24 +38046,7 @@ function Message({
38046
38046
  },
38047
38047
  /* @__PURE__ */ React.createElement(ImageComponent, { app: app2, showLoading: false, size: 50 }),
38048
38048
  /* @__PURE__ */ React.createElement("div", null, app2.name)
38049
- ), /* @__PURE__ */ React.createElement("span", null, /* @__PURE__ */ React.createElement("span", null, app2.description)))), /* @__PURE__ */ React.createElement(
38050
- "button",
38051
- {
38052
- disabled: isUpdatingApp,
38053
- className: (0, import_clsx29.default)("inverted"),
38054
- style: {
38055
- marginLeft: "auto",
38056
- fontSize: "0.8rem",
38057
- fontWeight: "normal"
38058
- },
38059
- onClick: () => {
38060
- addHapticFeedback();
38061
- handleUpdateAgent(void 0);
38062
- }
38063
- },
38064
- /* @__PURE__ */ React.createElement(ImageComponent, { logo: "vex", width: 22, height: 22 }),
38065
- t6("back to Vex")
38066
- ))
38049
+ ), /* @__PURE__ */ React.createElement("span", null, /* @__PURE__ */ React.createElement("span", null, app2.description)))))
38067
38050
  ), /* @__PURE__ */ React.createElement(
38068
38051
  "div",
38069
38052
  {