@genesislcap/foundation-comms 14.121.0 → 14.122.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.
|
@@ -118,8 +118,8 @@ let SocketService = class SocketService {
|
|
|
118
118
|
url: this.url,
|
|
119
119
|
openObserver: {
|
|
120
120
|
next: () => {
|
|
121
|
-
this.isConnected = true;
|
|
122
121
|
this.session.setSessionStorageItem('hostUrl', this.url);
|
|
122
|
+
this.isConnected = true;
|
|
123
123
|
this.prepareHeartbeat();
|
|
124
124
|
logger.info(`WebSocket connection is now open`);
|
|
125
125
|
resolve(this.isConnected);
|
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.122.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"test:debug": "genx test --debug"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@genesislcap/foundation-testing": "14.
|
|
63
|
-
"@genesislcap/genx": "14.
|
|
62
|
+
"@genesislcap/foundation-testing": "14.122.0",
|
|
63
|
+
"@genesislcap/genx": "14.122.0",
|
|
64
64
|
"@types/js-cookie": "^3.0.2",
|
|
65
65
|
"@types/json-schema": "^7.0.11",
|
|
66
66
|
"@types/webappsec-credential-management": "^0.6.2",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@finos/fdc3": "^1.2.0",
|
|
71
|
-
"@genesislcap/foundation-logger": "14.
|
|
72
|
-
"@genesislcap/foundation-utils": "14.
|
|
71
|
+
"@genesislcap/foundation-logger": "14.122.0",
|
|
72
|
+
"@genesislcap/foundation-utils": "14.122.0",
|
|
73
73
|
"@microsoft/fast-element": "^1.7.0",
|
|
74
74
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
75
75
|
"analytics": "^0.8.0",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "78b6b5b81da76d97c7475b84b71af074106681f3"
|
|
90
90
|
}
|