@genesislcap/foundation-comms 14.120.3-alpha-7ba1ef7.0 → 14.121.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -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.121.1",
|
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.121.1",
|
63
|
+
"@genesislcap/genx": "14.121.1",
|
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.121.1",
|
72
|
+
"@genesislcap/foundation-utils": "14.121.1",
|
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": "8e78bf8e11be74bf258060aedab854dea1c7e11b"
|
90
90
|
}
|