@chrryai/chrry 1.6.44 → 1.6.46
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
|
@@ -3111,7 +3111,7 @@ var init_utils = __esm({
|
|
|
3111
3111
|
};
|
|
3112
3112
|
isFirefox = typeof navigator !== "undefined" && navigator?.userAgent?.includes("Firefox");
|
|
3113
3113
|
config = getSiteConfig(getClientHostname());
|
|
3114
|
-
VERSION = config.version || "1.6.
|
|
3114
|
+
VERSION = config.version || "1.6.46";
|
|
3115
3115
|
getSlugFromPathname = (path) => {
|
|
3116
3116
|
return getAppAndStoreSlugs(path, {
|
|
3117
3117
|
defaultAppSlug: config.slug,
|
|
@@ -24640,7 +24640,7 @@ function DataProvider({ children, ...rest }) {
|
|
|
24640
24640
|
const [instructions, setInstructions] = (0, import_react21.useState)([]);
|
|
24641
24641
|
const [affiliateStats, setAffiliateStats] = (0, import_react21.useState)(null);
|
|
24642
24642
|
const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react21.useState)(false);
|
|
24643
|
-
const VERSION4 = "1.6.
|
|
24643
|
+
const VERSION4 = "1.6.46";
|
|
24644
24644
|
const [weather, setWeather] = useLocalStorage2("weather", user?.weather || guest?.weather || void 0);
|
|
24645
24645
|
const {
|
|
24646
24646
|
API_URL: API_URL2,
|