@genesislcap/foundation-comms 14.303.3-alpha-34b49de.0 → 14.303.3-alpha-5c35855.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.
|
@@ -264,8 +264,8 @@ let DefaultDatasource = class DefaultDatasource {
|
|
|
264
264
|
: this.allResourceParams.POLLING_INTERVAL;
|
|
265
265
|
const fetchSnapshot$ = () => combineLatest([this.connect.isConnected$, this.auth.isLoggedIn$]).pipe(takeWhile(() => this.connect.isConnected && this.auth.isLoggedIn), switchMap(() => from(this.snapshot())));
|
|
266
266
|
if (!pollInterval) {
|
|
267
|
-
// Only manual polls will trigger
|
|
268
|
-
return this.pollTrigger$.pipe(
|
|
267
|
+
// Only manual polls will trigger
|
|
268
|
+
return this.pollTrigger$.pipe(switchMap(fetchSnapshot$));
|
|
269
269
|
}
|
|
270
270
|
// When polling is enabled, reset the timer on every manual poll
|
|
271
271
|
return this.pollTrigger$.pipe(startWith(0), switchMap(() => timer(0, pollInterval).pipe(switchMap(fetchSnapshot$))));
|
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.303.3-alpha-
|
|
4
|
+
"version": "14.303.3-alpha-5c35855.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -75,26 +75,26 @@
|
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@genesislcap/foundation-testing": "14.303.3-alpha-
|
|
79
|
-
"@genesislcap/genx": "14.303.3-alpha-
|
|
80
|
-
"@genesislcap/rollup-builder": "14.303.3-alpha-
|
|
81
|
-
"@genesislcap/ts-builder": "14.303.3-alpha-
|
|
82
|
-
"@genesislcap/uvu-playwright-builder": "14.303.3-alpha-
|
|
83
|
-
"@genesislcap/vite-builder": "14.303.3-alpha-
|
|
84
|
-
"@genesislcap/webpack-builder": "14.303.3-alpha-
|
|
78
|
+
"@genesislcap/foundation-testing": "14.303.3-alpha-5c35855.0",
|
|
79
|
+
"@genesislcap/genx": "14.303.3-alpha-5c35855.0",
|
|
80
|
+
"@genesislcap/rollup-builder": "14.303.3-alpha-5c35855.0",
|
|
81
|
+
"@genesislcap/ts-builder": "14.303.3-alpha-5c35855.0",
|
|
82
|
+
"@genesislcap/uvu-playwright-builder": "14.303.3-alpha-5c35855.0",
|
|
83
|
+
"@genesislcap/vite-builder": "14.303.3-alpha-5c35855.0",
|
|
84
|
+
"@genesislcap/webpack-builder": "14.303.3-alpha-5c35855.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.303.3-alpha-
|
|
92
|
-
"@genesislcap/foundation-logger": "14.303.3-alpha-
|
|
93
|
-
"@genesislcap/foundation-user": "14.303.3-alpha-
|
|
94
|
-
"@genesislcap/foundation-utils": "14.303.3-alpha-
|
|
91
|
+
"@genesislcap/foundation-broadcast-channel": "14.303.3-alpha-5c35855.0",
|
|
92
|
+
"@genesislcap/foundation-logger": "14.303.3-alpha-5c35855.0",
|
|
93
|
+
"@genesislcap/foundation-user": "14.303.3-alpha-5c35855.0",
|
|
94
|
+
"@genesislcap/foundation-utils": "14.303.3-alpha-5c35855.0",
|
|
95
95
|
"@microsoft/fast-element": "1.14.0",
|
|
96
96
|
"@microsoft/fast-foundation": "2.49.6",
|
|
97
|
-
"analytics": "
|
|
97
|
+
"analytics": "0.8.16",
|
|
98
98
|
"bowser": "^2.11.0",
|
|
99
99
|
"fast-safe-stringify": "^2.1.1",
|
|
100
100
|
"http-status-codes": "^2.2.0",
|
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"json-schema": "^0.4.0",
|
|
103
103
|
"rxjs": "^7.5.4"
|
|
104
104
|
},
|
|
105
|
-
"overrides": {
|
|
106
|
-
"@analytics/core": "0.12.17"
|
|
107
|
-
},
|
|
108
105
|
"repository": {
|
|
109
106
|
"type": "git",
|
|
110
107
|
"url": "git+https://github.com/genesislcap/foundation-ui.git",
|
|
@@ -113,5 +110,5 @@
|
|
|
113
110
|
"publishConfig": {
|
|
114
111
|
"access": "public"
|
|
115
112
|
},
|
|
116
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "80dfd5c086d356470443d1430151d29f7b600df3"
|
|
117
114
|
}
|