@stytch/vanilla-js 5.5.3 → 5.6.0

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.
@@ -725,6 +725,7 @@ var B2BOAuthProviders;
725
725
  B2BOAuthProviders["Microsoft"] = "microsoft";
726
726
  B2BOAuthProviders["HubSpot"] = "hubspot";
727
727
  B2BOAuthProviders["Slack"] = "slack";
728
+ B2BOAuthProviders["GitHub"] = "github";
728
729
  })(B2BOAuthProviders || (B2BOAuthProviders = {}));
729
730
  function _slicedToArray(arr, i) {
730
731
  return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
@@ -5632,7 +5633,7 @@ var internalSymB2C = Symbol["for"]('stytch__internal_b2c');
5632
5633
  var writeB2CInternals = function writeB2CInternals(obj, internals) {
5633
5634
  Object.assign(obj, _defineProperty({}, internalSymB2C, internals));
5634
5635
  };
5635
- var version = "5.5.3";
5636
+ var version = "5.6.0";
5636
5637
  var NetworkClient = /*#__PURE__*/function () {
5637
5638
  function NetworkClient(_publicToken, _subscriptionDataLayer, _liveAPIURL, _testAPIURL, additionalTelemetryDataFn) {
5638
5639
  _classCallCheck2(this, NetworkClient);
@@ -727,6 +727,7 @@ exports.B2BOAuthProviders = void 0;
727
727
  B2BOAuthProviders["Microsoft"] = "microsoft";
728
728
  B2BOAuthProviders["HubSpot"] = "hubspot";
729
729
  B2BOAuthProviders["Slack"] = "slack";
730
+ B2BOAuthProviders["GitHub"] = "github";
730
731
  })(exports.B2BOAuthProviders || (exports.B2BOAuthProviders = {}));
731
732
  function _slicedToArray(arr, i) {
732
733
  return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
@@ -5634,7 +5635,7 @@ var internalSymB2C = Symbol["for"]('stytch__internal_b2c');
5634
5635
  var writeB2CInternals = function writeB2CInternals(obj, internals) {
5635
5636
  Object.assign(obj, _defineProperty({}, internalSymB2C, internals));
5636
5637
  };
5637
- var version = "5.5.3";
5638
+ var version = "5.6.0";
5638
5639
  var NetworkClient = /*#__PURE__*/function () {
5639
5640
  function NetworkClient(_publicToken, _subscriptionDataLayer, _liveAPIURL, _testAPIURL, additionalTelemetryDataFn) {
5640
5641
  _classCallCheck2(this, NetworkClient);