@chrryai/chrry 1.5.73 → 1.5.75

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 CHANGED
@@ -717,7 +717,7 @@ declare function generateStoreMetadata({ store, locale, currentDomain, translati
717
717
  locale?: locale | string;
718
718
  currentDomain: string;
719
719
  translations: Record<string, any>;
720
- }): Metadata;
720
+ }): Metadata | undefined;
721
721
 
722
722
  interface FileValidationResult {
723
723
  isSupported: boolean;
package/dist/index.d.ts CHANGED
@@ -717,7 +717,7 @@ declare function generateStoreMetadata({ store, locale, currentDomain, translati
717
717
  locale?: locale | string;
718
718
  currentDomain: string;
719
719
  translations: Record<string, any>;
720
- }): Metadata;
720
+ }): Metadata | undefined;
721
721
 
722
722
  interface FileValidationResult {
723
723
  isSupported: boolean;