@chrryai/chrry 1.7.16 → 1.7.17
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- 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.17";
|
|
3179
3179
|
getSlugFromPathname = (path) => {
|
|
3180
3180
|
return getAppAndStoreSlugs(path, {
|
|
3181
3181
|
defaultAppSlug: config.slug,
|
|
@@ -24737,7 +24737,7 @@ function DataProvider({ children, ...rest }) {
|
|
|
24737
24737
|
const [instructions, setInstructions] = (0, import_react21.useState)([]);
|
|
24738
24738
|
const [affiliateStats, setAffiliateStats] = (0, import_react21.useState)(null);
|
|
24739
24739
|
const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react21.useState)(false);
|
|
24740
|
-
const VERSION4 = "1.7.
|
|
24740
|
+
const VERSION4 = "1.7.17";
|
|
24741
24741
|
const [weather, setWeather] = useLocalStorage2("weather", user?.weather || guest?.weather || void 0);
|
|
24742
24742
|
const {
|
|
24743
24743
|
API_URL: API_URL2,
|
|
@@ -44161,7 +44161,7 @@ function Subscribe({
|
|
|
44161
44161
|
delay: reduceMotion ? 0 : ((selectedPlan === "plus" ? plusFeatures : selectedPlan === "member" ? memberFeatures : selectedPlan === "pro" ? proFeatures : selectedPlan === "credits" ? creditsFeatures : []).length + 1) * 25
|
|
44162
44162
|
}
|
|
44163
44163
|
},
|
|
44164
|
-
/* @__PURE__ */ import_react65.default.createElement(Div, { className: (0, import_clsx7.default)(styles4.feature, "feature") }, /* @__PURE__ */ import_react65.default.createElement(Anchor, { openInNewTab: true, href: "https://chrry.dev", className: "link" }, /* @__PURE__ */ import_react65.default.createElement(ImageComponent, { logo: "chrry", width: 16, height: 16 }), t5("Open Source")))
|
|
44164
|
+
/* @__PURE__ */ import_react65.default.createElement(Div, { className: (0, import_clsx7.default)(styles4.feature, "feature") }, /* @__PURE__ */ import_react65.default.createElement(Anchor, { openInNewTab: true, href: "https://chrry.dev", className: "link" }, /* @__PURE__ */ import_react65.default.createElement(ImageComponent, { logo: "chrry", width: 16, height: 16 }), t5("0 trackers"), ". ", t5("Open Source")))
|
|
44165
44165
|
), /* @__PURE__ */ import_react65.default.createElement(
|
|
44166
44166
|
MotiView,
|
|
44167
44167
|
{
|