oidc-spa 8.1.1 → 8.1.2

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.
@@ -63,7 +63,7 @@ const getIsOnline_1 = require("../tools/getIsOnline");
63
63
  const isKeycloak_1 = require("../keycloak/isKeycloak");
64
64
  const INFINITY_TIME_1 = require("../tools/INFINITY_TIME");
65
65
  // NOTE: Replaced at build time
66
- const VERSION = "8.1.1";
66
+ const VERSION = "8.1.2";
67
67
  const globalContext = {
68
68
  prOidcByConfigId: new Map(),
69
69
  hasLogoutBeenCalled: (0, tsafe_1.id)(false),
@@ -26,7 +26,7 @@ import { getIsOnline } from "../tools/getIsOnline";
26
26
  import { isKeycloak } from "../keycloak/isKeycloak";
27
27
  import { INFINITY_TIME } from "../tools/INFINITY_TIME";
28
28
  // NOTE: Replaced at build time
29
- const VERSION = "8.1.1";
29
+ const VERSION = "8.1.2";
30
30
  const globalContext = {
31
31
  prOidcByConfigId: new Map(),
32
32
  hasLogoutBeenCalled: id(false),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oidc-spa",
3
- "version": "8.1.1",
3
+ "version": "8.1.2",
4
4
  "description": "Openidconnect client for Single Page Applications",
5
5
  "repository": {
6
6
  "type": "git",
@@ -66,15 +66,13 @@
66
66
  },
67
67
  "./angular": {
68
68
  "module": "./esm/angular.js",
69
- "default": "./angular.js"
69
+ "types": "./esm/angular.d.ts",
70
+ "default": "./esm/angular.js"
70
71
  },
71
72
  "./mock/react": {
72
73
  "module": "./esm/mock/react.js",
73
74
  "default": "./mock/react.js"
74
75
  },
75
- "./mock/angular": {
76
- "module": "./esm/mock/angular.js"
77
- },
78
76
  "./entrypoint": {
79
77
  "module": "./esm/entrypoint.js",
80
78
  "default": "./entrypoint.js"