@sumaris-net/ngx-components 1.15.10 → 1.15.11
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.
- package/bundles/sumaris-net.ngx-components.umd.js +2 -2
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/doc/changelog.md +2 -0
- package/esm2015/src/app/core/services/config.service.js +3 -3
- package/fesm2015/sumaris-net.ngx-components.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -17529,12 +17529,12 @@
|
|
|
17529
17529
|
case 0:
|
|
17530
17530
|
now = Date.now();
|
|
17531
17531
|
console.debug('[config] Clear server cache...');
|
|
17532
|
-
variables =
|
|
17532
|
+
variables = opts && opts.cacheName && { name: opts.cacheName } || undefined;
|
|
17533
17533
|
return [4 /*yield*/, this.graphql.query({
|
|
17534
17534
|
query: ClearCache,
|
|
17535
17535
|
variables: variables,
|
|
17536
17536
|
error: { code: ErrorCodes$2.LOAD_CONFIG_ERROR, message: 'ERROR.LOAD_CONFIG_ERROR' },
|
|
17537
|
-
fetchPolicy: '
|
|
17537
|
+
fetchPolicy: 'no-cache'
|
|
17538
17538
|
})];
|
|
17539
17539
|
case 1:
|
|
17540
17540
|
res = _a.sent();
|