@parra/parra-js-sdk 0.3.220 → 0.3.221

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.
@@ -1694,7 +1694,7 @@ export interface AuthDatabaseConnection {
1694
1694
  email: EmailConfig;
1695
1695
  phone_number: PhoneNumberConfig;
1696
1696
  passkeys: PasskeysConfig;
1697
- anonymous_auth?: AnonymousAuthConfig;
1697
+ anonymous_auth: AnonymousAuthConfig;
1698
1698
  }
1699
1699
  export interface UpdateAuthDatabaseConnection {
1700
1700
  disabled?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.220",
3
+ "version": "0.3.221",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",