@boxyhq/saml-jackson 0.5.0 → 0.5.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.
@@ -224,7 +224,7 @@ class OAuthController {
224
224
  profile,
225
225
  clientID: samlConfig.clientID,
226
226
  clientSecret: samlConfig.clientSecret,
227
- requested: session.requested,
227
+ requested: session === null || session === void 0 ? void 0 : session.requested,
228
228
  };
229
229
  if (session) {
230
230
  codeVal.session = session;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxyhq/saml-jackson",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "SAML Jackson library",
5
5
  "keywords": [
6
6
  "SAML 2.0"