@moonbase.sh/storefront 0.4.12 → 0.4.14

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.
@@ -237,6 +237,7 @@ declare interface MoonbaseOptions {
237
237
  signUp: {
238
238
  enabled: boolean;
239
239
  };
240
+ passwords: 'default' | 'lax';
240
241
  };
241
242
  checkout: {
242
243
  redirect: boolean;