@stytch/vanilla-js 2.1.0 → 2.1.1

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.
@@ -2720,6 +2720,7 @@ var Me = function () {
2720
2720
  errorMessage: "Failed to reset session.",
2721
2721
  body: {
2722
2722
  password: e.password,
2723
+ session_duration_minutes: e.session_duration_minutes,
2723
2724
  dfp_telemetry_id: n,
2724
2725
  captcha_token: i
2725
2726
  },
@@ -3406,7 +3407,7 @@ var St = /*#__PURE__*/function () {
3406
3407
  },
3407
3408
  sdk: {
3408
3409
  identifier: "Stytch.js Javascript SDK",
3409
- version: "2.1.0"
3410
+ version: "2.1.1"
3410
3411
  }
3411
3412
  });
3412
3413
  }
@@ -2725,6 +2725,7 @@ var Me = function () {
2725
2725
  errorMessage: "Failed to reset session.",
2726
2726
  body: {
2727
2727
  password: e.password,
2728
+ session_duration_minutes: e.session_duration_minutes,
2728
2729
  dfp_telemetry_id: n,
2729
2730
  captcha_token: i
2730
2731
  },
@@ -3405,7 +3406,7 @@ var ht = /*#__PURE__*/function () {
3405
3406
  },
3406
3407
  sdk: {
3407
3408
  identifier: "Stytch.js Javascript SDK",
3408
- version: "2.1.0"
3409
+ version: "2.1.1"
3409
3410
  }
3410
3411
  });
3411
3412
  }