@axa-fr/react-oidc 5.10.5 → 5.10.6

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.
@@ -114,7 +114,7 @@ const keepAliveAsync = async (event) => {
114
114
  const originalRequest = event.request;
115
115
  const isFromVanilla = originalRequest.headers.has('oidc-vanilla');
116
116
  if(!isFromVanilla) {
117
- await sleep(1500000);
117
+ await sleep(15000);
118
118
  }
119
119
  const init = {"status": 200, "statusText": 'oidc-service-worker'};
120
120
  return new Response('{}', init);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axa-fr/react-oidc",
3
- "version": "5.10.5",
3
+ "version": "5.10.6",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "jsnext:main": "dist/index.js",
@@ -114,7 +114,7 @@ const keepAliveAsync = async (event) => {
114
114
  const originalRequest = event.request;
115
115
  const isFromVanilla = originalRequest.headers.has('oidc-vanilla');
116
116
  if(!isFromVanilla) {
117
- await sleep(1500000);
117
+ await sleep(15000);
118
118
  }
119
119
  const init = {"status": 200, "statusText": 'oidc-service-worker'};
120
120
  return new Response('{}', init);