oidc-spa 8.6.16 → 8.6.17
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/core/createOidc.js +1 -1
- package/esm/core/createOidc.mjs +1 -1
- package/package.json +2 -2
package/core/createOidc.js
CHANGED
|
@@ -73,7 +73,7 @@ const ensureNonBlankPaint_1 = require("../tools/ensureNonBlankPaint");
|
|
|
73
73
|
const StateDataCookie_1 = require("./StateDataCookie");
|
|
74
74
|
const tokenPlaceholderSubstitution_1 = require("./tokenPlaceholderSubstitution");
|
|
75
75
|
// NOTE: Replaced at build time
|
|
76
|
-
const VERSION = "8.6.
|
|
76
|
+
const VERSION = "8.6.17";
|
|
77
77
|
const globalContext = {
|
|
78
78
|
prOidcByConfigId: new Map(),
|
|
79
79
|
hasLogoutBeenCalled: (0, id_1.id)(false)
|
package/esm/core/createOidc.mjs
CHANGED
|
@@ -36,7 +36,7 @@ import { ensureNonBlankPaint } from "../tools/ensureNonBlankPaint.mjs";
|
|
|
36
36
|
import { setStateDataCookieIfEnabled, clearStateDataCookie, getIsStateDataCookieEnabled } from "./StateDataCookie.mjs";
|
|
37
37
|
import { getIsTokenSubstitutionEnabled } from "./tokenPlaceholderSubstitution.mjs";
|
|
38
38
|
// NOTE: Replaced at build time
|
|
39
|
-
const VERSION = "8.6.
|
|
39
|
+
const VERSION = "8.6.17";
|
|
40
40
|
const globalContext = {
|
|
41
41
|
prOidcByConfigId: new Map(),
|
|
42
42
|
hasLogoutBeenCalled: id(false)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oidc-spa",
|
|
3
|
-
"version": "8.6.
|
|
3
|
+
"version": "8.6.17",
|
|
4
4
|
"description": "OpenID Connect / OAuth2 solution for Centric Web Applications",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"default": "./keycloak-js.js"
|
|
125
125
|
},
|
|
126
126
|
"./tools/decodeJwt": {
|
|
127
|
-
"module": "./esm/tools/decodeJwt.
|
|
127
|
+
"module": "./esm/tools/decodeJwt.mjs",
|
|
128
128
|
"import": "./esm/tools/decodeJwt.mjs",
|
|
129
129
|
"default": "./tools/decodeJwt.js"
|
|
130
130
|
},
|