@smart-cloud/gatey-core 2.2.4 → 2.2.5

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.cts CHANGED
@@ -179,6 +179,7 @@ interface Settings {
179
179
  customTranslationsUrl?: string;
180
180
  enablePoweredBy?: boolean;
181
181
  debugLoggingEnabled?: boolean;
182
+ hideSignup?: boolean;
182
183
  passwordlessSettings?: PasswordlessSettings;
183
184
  }
184
185
  declare const signOut: () => void;
package/dist/index.d.ts CHANGED
@@ -179,6 +179,7 @@ interface Settings {
179
179
  customTranslationsUrl?: string;
180
180
  enablePoweredBy?: boolean;
181
181
  debugLoggingEnabled?: boolean;
182
+ hideSignup?: boolean;
182
183
  passwordlessSettings?: PasswordlessSettings;
183
184
  }
184
185
  declare const signOut: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/gatey-core",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "description": "Login & SSO with Amazon Cognito",
5
5
  "author": "Smart Cloud Solutions Inc.",
6
6
  "license": "MIT",