@chrryai/chrry 1.7.12 → 1.7.13
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
|
@@ -3175,7 +3175,7 @@ var init_utils = __esm({
|
|
|
3175
3175
|
};
|
|
3176
3176
|
isFirefox = typeof navigator !== "undefined" && navigator?.userAgent?.includes("Firefox");
|
|
3177
3177
|
config = getSiteConfig(getClientHostname2());
|
|
3178
|
-
VERSION = config.version || "1.7.
|
|
3178
|
+
VERSION = config.version || "1.7.13";
|
|
3179
3179
|
getSlugFromPathname = (path) => {
|
|
3180
3180
|
return getAppAndStoreSlugs(path, {
|
|
3181
3181
|
defaultAppSlug: config.slug,
|
|
@@ -24695,7 +24695,7 @@ function DataProvider({ children, ...rest }) {
|
|
|
24695
24695
|
const [instructions, setInstructions] = (0, import_react21.useState)([]);
|
|
24696
24696
|
const [affiliateStats, setAffiliateStats] = (0, import_react21.useState)(null);
|
|
24697
24697
|
const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react21.useState)(false);
|
|
24698
|
-
const VERSION4 = "1.7.
|
|
24698
|
+
const VERSION4 = "1.7.13";
|
|
24699
24699
|
const [weather, setWeather] = useLocalStorage2("weather", user?.weather || guest?.weather || void 0);
|
|
24700
24700
|
const {
|
|
24701
24701
|
API_URL: API_URL2,
|