@chrryai/chrry 1.2.76 → 1.2.78
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- 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.mjs
CHANGED
|
@@ -20666,7 +20666,7 @@ function DataProvider({
|
|
|
20666
20666
|
const [instructions, setInstructions] = useState8([]);
|
|
20667
20667
|
const [affiliateStats, setAffiliateStats] = useState8(null);
|
|
20668
20668
|
const [loadingAffiliateStats, setLoadingAffiliateStats] = useState8(false);
|
|
20669
|
-
const VERSION3 = "1.2.
|
|
20669
|
+
const VERSION3 = "1.2.78";
|
|
20670
20670
|
const [weather, setWeather] = useLocalStorage("weather", user?.weather || guest?.weather || void 0);
|
|
20671
20671
|
const {
|
|
20672
20672
|
API_URL: API_URL2,
|
|
@@ -21717,7 +21717,7 @@ var init_utils = __esm({
|
|
|
21717
21717
|
window.history.replaceState({}, "", newUrl);
|
|
21718
21718
|
};
|
|
21719
21719
|
isFirefox = typeof navigator !== "undefined" && navigator?.userAgent.includes("Firefox");
|
|
21720
|
-
VERSION = "1.2.
|
|
21720
|
+
VERSION = "1.2.78";
|
|
21721
21721
|
getSlugFromPathname = (path) => {
|
|
21722
21722
|
const siteConfig = getSiteConfig();
|
|
21723
21723
|
return getAppAndStoreSlugs(path, {
|