@chrryai/chrry 1.7.42 → 1.7.44
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
|
@@ -3265,7 +3265,7 @@ var init_utils = __esm({
|
|
|
3265
3265
|
};
|
|
3266
3266
|
isFirefox = typeof navigator !== "undefined" && navigator?.userAgent?.includes("Firefox");
|
|
3267
3267
|
config = getSiteConfig(getClientHostname2());
|
|
3268
|
-
VERSION = config.version || "1.7.
|
|
3268
|
+
VERSION = config.version || "1.7.44";
|
|
3269
3269
|
getSlugFromPathname = (path) => {
|
|
3270
3270
|
return getAppAndStoreSlugs(path, {
|
|
3271
3271
|
defaultAppSlug: config.slug,
|
|
@@ -24859,7 +24859,7 @@ function DataProvider({ children, ...rest }) {
|
|
|
24859
24859
|
const [instructions, setInstructions] = (0, import_react21.useState)([]);
|
|
24860
24860
|
const [affiliateStats, setAffiliateStats] = (0, import_react21.useState)(null);
|
|
24861
24861
|
const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react21.useState)(false);
|
|
24862
|
-
const VERSION4 = "1.7.
|
|
24862
|
+
const VERSION4 = "1.7.44";
|
|
24863
24863
|
const [weather, setWeather] = useLocalStorage2("weather", user?.weather || guest?.weather || void 0);
|
|
24864
24864
|
const {
|
|
24865
24865
|
API_URL: API_URL2,
|