@chrryai/chrry 1.2.44 → 1.2.45
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.d.mts
CHANGED
|
@@ -1407,7 +1407,7 @@ declare const isFirefox: boolean;
|
|
|
1407
1407
|
declare function getFlag({ code }: {
|
|
1408
1408
|
code?: string;
|
|
1409
1409
|
}): string;
|
|
1410
|
-
declare const VERSION = "1.2.
|
|
1410
|
+
declare const VERSION = "1.2.45";
|
|
1411
1411
|
type instructionBase = {
|
|
1412
1412
|
id: string;
|
|
1413
1413
|
title: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1407,7 +1407,7 @@ declare const isFirefox: boolean;
|
|
|
1407
1407
|
declare function getFlag({ code }: {
|
|
1408
1408
|
code?: string;
|
|
1409
1409
|
}): string;
|
|
1410
|
-
declare const VERSION = "1.2.
|
|
1410
|
+
declare const VERSION = "1.2.45";
|
|
1411
1411
|
type instructionBase = {
|
|
1412
1412
|
id: string;
|
|
1413
1413
|
title: string;
|
package/dist/index.js
CHANGED
|
@@ -20606,7 +20606,7 @@ function DataProvider({
|
|
|
20606
20606
|
const [instructions, setInstructions] = (0, import_react14.useState)([]);
|
|
20607
20607
|
const [affiliateStats, setAffiliateStats] = (0, import_react14.useState)(null);
|
|
20608
20608
|
const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react14.useState)(false);
|
|
20609
|
-
const VERSION3 = "1.2.
|
|
20609
|
+
const VERSION3 = "1.2.45";
|
|
20610
20610
|
const [weather, setWeather] = useLocalStorage("weather", user?.weather || guest?.weather || void 0);
|
|
20611
20611
|
const {
|
|
20612
20612
|
API_URL: API_URL2,
|
|
@@ -21643,7 +21643,7 @@ var init_utils = __esm({
|
|
|
21643
21643
|
window.history.replaceState({}, "", newUrl);
|
|
21644
21644
|
};
|
|
21645
21645
|
isFirefox = typeof navigator !== "undefined" && navigator?.userAgent.includes("Firefox");
|
|
21646
|
-
VERSION = "1.2.
|
|
21646
|
+
VERSION = "1.2.45";
|
|
21647
21647
|
getSlugFromPathname = (path) => {
|
|
21648
21648
|
const siteConfig = getSiteConfig();
|
|
21649
21649
|
return getAppAndStoreSlugs(path, {
|