@chrryai/chrry 1.6.83 → 1.6.84
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
|
@@ -3152,7 +3152,7 @@ var init_utils = __esm({
|
|
|
3152
3152
|
};
|
|
3153
3153
|
isFirefox = typeof navigator !== "undefined" && navigator?.userAgent?.includes("Firefox");
|
|
3154
3154
|
config = getSiteConfig(getClientHostname());
|
|
3155
|
-
VERSION = config.version || "1.6.
|
|
3155
|
+
VERSION = config.version || "1.6.84";
|
|
3156
3156
|
getSlugFromPathname = (path) => {
|
|
3157
3157
|
return getAppAndStoreSlugs(path, {
|
|
3158
3158
|
defaultAppSlug: config.slug,
|
|
@@ -24731,7 +24731,7 @@ function DataProvider({ children, ...rest }) {
|
|
|
24731
24731
|
const [instructions, setInstructions] = (0, import_react21.useState)([]);
|
|
24732
24732
|
const [affiliateStats, setAffiliateStats] = (0, import_react21.useState)(null);
|
|
24733
24733
|
const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react21.useState)(false);
|
|
24734
|
-
const VERSION4 = "1.6.
|
|
24734
|
+
const VERSION4 = "1.6.84";
|
|
24735
24735
|
const [weather, setWeather] = useLocalStorage2("weather", user?.weather || guest?.weather || void 0);
|
|
24736
24736
|
const {
|
|
24737
24737
|
API_URL: API_URL2,
|