oidc-spa 5.3.0-rc.1 → 5.3.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.
Files changed (2) hide show
  1. package/oidc.js +1 -1
  2. package/package.json +1 -1
package/oidc.js CHANGED
@@ -111,7 +111,7 @@ var OidcInitializationError_1 = require("./OidcInitializationError");
111
111
  var base64_1 = require("./tools/base64");
112
112
  var toHumanReadableDuration_1 = require("./tools/toHumanReadableDuration");
113
113
  // NOTE: Replaced at build time
114
- var VERSION = "5.3.0-rc.1";
114
+ var VERSION = "5.3.0";
115
115
  var PARAMS_TO_RETRIEVE_FROM_SUCCESSFUL_LOGIN = ["code", "state", "session_state", "iss"];
116
116
  // NOTE: This is not arbitrary, it matches what oidc-client-ts uses.
117
117
  var SESSION_STORAGE_PREFIX = "oidc.";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oidc-spa",
3
- "version": "5.3.0-rc.1",
3
+ "version": "5.3.0",
4
4
  "description": "Openidconnect client for Single Page Applications",
5
5
  "repository": {
6
6
  "type": "git",