@meistrari/auth-core 1.4.1 → 1.4.2

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
@@ -6326,8 +6326,6 @@ type SignInWithSamlOptions = {
6326
6326
  type SignInWithEmailAndPasswordOptions = {
6327
6327
  email: string;
6328
6328
  password: string;
6329
- callbackURL: string;
6330
- errorCallbackURL?: string;
6331
6329
  };
6332
6330
 
6333
6331
  /**
package/dist/index.d.ts CHANGED
@@ -6326,8 +6326,6 @@ type SignInWithSamlOptions = {
6326
6326
  type SignInWithEmailAndPasswordOptions = {
6327
6327
  email: string;
6328
6328
  password: string;
6329
- callbackURL: string;
6330
- errorCallbackURL?: string;
6331
6329
  };
6332
6330
 
6333
6331
  /**
package/dist/index.mjs CHANGED
@@ -46,7 +46,7 @@ const organizationAdditionalFields = {
46
46
  }
47
47
  };
48
48
 
49
- const version = "1.4.1";
49
+ const version = "1.4.2";
50
50
  function customEndpointsPluginClient() {
51
51
  return {
52
52
  id: "custom-endpoints",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/auth-core",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {