@chrryai/chrry 1.7.22 → 1.7.24
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3262,7 +3262,7 @@ var init_utils = __esm({
|
|
|
3262
3262
|
};
|
|
3263
3263
|
isFirefox = typeof navigator !== "undefined" && navigator?.userAgent?.includes("Firefox");
|
|
3264
3264
|
config = getSiteConfig(getClientHostname2());
|
|
3265
|
-
VERSION = config.version || "1.7.
|
|
3265
|
+
VERSION = config.version || "1.7.24";
|
|
3266
3266
|
getSlugFromPathname = (path) => {
|
|
3267
3267
|
return getAppAndStoreSlugs(path, {
|
|
3268
3268
|
defaultAppSlug: config.slug,
|
|
@@ -24823,7 +24823,7 @@ function DataProvider({ children, ...rest }) {
|
|
|
24823
24823
|
const [instructions, setInstructions] = (0, import_react21.useState)([]);
|
|
24824
24824
|
const [affiliateStats, setAffiliateStats] = (0, import_react21.useState)(null);
|
|
24825
24825
|
const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react21.useState)(false);
|
|
24826
|
-
const VERSION4 = "1.7.
|
|
24826
|
+
const VERSION4 = "1.7.24";
|
|
24827
24827
|
const [weather, setWeather] = useLocalStorage2("weather", user?.weather || guest?.weather || void 0);
|
|
24828
24828
|
const {
|
|
24829
24829
|
API_URL: API_URL2,
|