oidc-spa 8.6.15 → 8.6.16
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 +3 -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.16";
|
|
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.16";
|
|
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.16",
|
|
4
4
|
"description": "OpenID Connect / OAuth2 solution for Centric Web Applications",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -139,7 +139,8 @@
|
|
|
139
139
|
"default": "./react/index.js"
|
|
140
140
|
},
|
|
141
141
|
"./mock/react": {
|
|
142
|
-
"module": "./esm/mock/react.
|
|
142
|
+
"module": "./esm/mock/react.mjs",
|
|
143
|
+
"import": "./esm/mock/react.mjs",
|
|
143
144
|
"default": "./mock/react.js"
|
|
144
145
|
}
|
|
145
146
|
}
|