@genesislcap/foundation-comms 14.385.0 → 14.386.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.
|
@@ -3,7 +3,6 @@ import { LOGIN_DETAILS_URL, LOGIN_URL } from '@genesislcap/foundation-utils';
|
|
|
3
3
|
import { DI } from '@genesislcap/web-core';
|
|
4
4
|
import { Http } from './http';
|
|
5
5
|
const REAUTH_ACTION_LOCK_KEY = 'reauthActionLock';
|
|
6
|
-
// eslint-disable-next-line @typescript-eslint/no-magic-numbers
|
|
7
6
|
const LOCK_TIMEOUT_MS = 30000;
|
|
8
7
|
/**
|
|
9
8
|
* Result of a session refresh attempt.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-comms",
|
|
3
3
|
"description": "Genesis Foundation UI Comms",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.386.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -75,24 +75,24 @@
|
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@genesislcap/foundation-testing": "14.
|
|
79
|
-
"@genesislcap/genx": "14.
|
|
80
|
-
"@genesislcap/rollup-builder": "14.
|
|
81
|
-
"@genesislcap/ts-builder": "14.
|
|
82
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
83
|
-
"@genesislcap/vite-builder": "14.
|
|
84
|
-
"@genesislcap/webpack-builder": "14.
|
|
78
|
+
"@genesislcap/foundation-testing": "14.386.0",
|
|
79
|
+
"@genesislcap/genx": "14.386.0",
|
|
80
|
+
"@genesislcap/rollup-builder": "14.386.0",
|
|
81
|
+
"@genesislcap/ts-builder": "14.386.0",
|
|
82
|
+
"@genesislcap/uvu-playwright-builder": "14.386.0",
|
|
83
|
+
"@genesislcap/vite-builder": "14.386.0",
|
|
84
|
+
"@genesislcap/webpack-builder": "14.386.0",
|
|
85
85
|
"@types/js-cookie": "^3.0.2",
|
|
86
86
|
"@types/json-schema": "^7.0.11",
|
|
87
87
|
"@types/webappsec-credential-management": "^0.6.2",
|
|
88
88
|
"sinon": "^17.0.1"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@genesislcap/foundation-broadcast-channel": "14.
|
|
92
|
-
"@genesislcap/foundation-logger": "14.
|
|
93
|
-
"@genesislcap/foundation-user": "14.
|
|
94
|
-
"@genesislcap/foundation-utils": "14.
|
|
95
|
-
"@genesislcap/web-core": "14.
|
|
91
|
+
"@genesislcap/foundation-broadcast-channel": "14.386.0",
|
|
92
|
+
"@genesislcap/foundation-logger": "14.386.0",
|
|
93
|
+
"@genesislcap/foundation-user": "14.386.0",
|
|
94
|
+
"@genesislcap/foundation-utils": "14.386.0",
|
|
95
|
+
"@genesislcap/web-core": "14.386.0",
|
|
96
96
|
"@microsoft/fast-element": "1.14.0",
|
|
97
97
|
"@microsoft/fast-foundation": "2.49.6",
|
|
98
98
|
"analytics": "0.8.16",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"publishConfig": {
|
|
112
112
|
"access": "public"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "e7b96cdce11cd5c9e08bbf4df29c56120a381dd6"
|
|
115
115
|
}
|