@chrryai/chrry 1.1.95 → 1.1.96

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/README.md CHANGED
@@ -219,14 +219,14 @@ Chrry is built with:
219
219
 
220
220
  ## 🤝 Contributing
221
221
 
222
- We welcome contributions! Chrry is extracted from [Vex](https://github.com/ibsukru/vex), a production AI platform.
222
+ We welcome contributions! Chrry is extracted from [Vex](https://vex.chrry.ai), a production AI platform.
223
223
 
224
224
  ### Development
225
225
 
226
226
  ```bash
227
227
  # Clone the monorepo
228
- git clone https://github.com/ibsukru/vex.git
229
- cd vex
228
+ git clone https://github.com/chrryai/chrry.git
229
+ cd chrry
230
230
 
231
231
  # Install dependencies
232
232
  pnpm install
@@ -261,8 +261,10 @@ MIT License - see [LICENSE](LICENSE) for details.
261
261
  ✅ **i18n** - 10 languages out of the box
262
262
  ✅ **TypeScript** - Full type safety throughout
263
263
 
264
- **This is a $10M+ component library, open-sourced for free.** 🎁
264
+ **This is a $10M+ component library, open-sourced.** 🎁
265
265
 
266
266
  ---
267
267
 
268
268
  **Built with ❤️ by [@ibsukru](https://github.com/ibsukru)**
269
+
270
+ iliyan@chrry.ai
package/dist/index.d.mts CHANGED
@@ -1363,7 +1363,7 @@ declare const isFirefox: boolean;
1363
1363
  declare function getFlag({ code }: {
1364
1364
  code?: string;
1365
1365
  }): string;
1366
- declare const VERSION = "1.1.95";
1366
+ declare const VERSION = "1.1.96";
1367
1367
  type instructionBase = {
1368
1368
  id: string;
1369
1369
  title: string;
package/dist/index.d.ts CHANGED
@@ -1363,7 +1363,7 @@ declare const isFirefox: boolean;
1363
1363
  declare function getFlag({ code }: {
1364
1364
  code?: string;
1365
1365
  }): string;
1366
- declare const VERSION = "1.1.95";
1366
+ declare const VERSION = "1.1.96";
1367
1367
  type instructionBase = {
1368
1368
  id: string;
1369
1369
  title: string;
package/dist/index.js CHANGED
@@ -812,7 +812,7 @@ var init_utils = __esm({
812
812
  window.history.replaceState({}, "", newUrl);
813
813
  };
814
814
  isFirefox = typeof navigator !== "undefined" && navigator?.userAgent.includes("Firefox");
815
- VERSION = "1.1.95";
815
+ VERSION = "1.1.96";
816
816
  getInstructionConfig = ({
817
817
  city,
818
818
  country,
@@ -16080,7 +16080,7 @@ function DataProvider({
16080
16080
  const [instructions, setInstructions] = (0, import_react16.useState)([]);
16081
16081
  const [affiliateStats, setAffiliateStats] = (0, import_react16.useState)(null);
16082
16082
  const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react16.useState)(false);
16083
- const VERSION3 = "1.1.95";
16083
+ const VERSION3 = "1.1.96";
16084
16084
  const [weather, setWeather] = useLocalStorage2("weather", user?.weather || guest?.weather || void 0);
16085
16085
  const {
16086
16086
  API_URL: API_URL2,